File: 93-changes.t

package info (click to toggle)
libxml-hash-xs-perl 0.64-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 736 kB
  • sloc: ansic: 5,177; perl: 322; xml: 15; makefile: 9
file content (11 lines) | stat: -rw-r--r-- 301 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
# test for recommendations from "Perl Best Practices"

use strict;
use warnings;
use Test::More;
use XML::Hash::XS;

eval { use Test::CPAN::Changes };
plan skip_all => 'Test::CPAN::Changes required for this test' if $@;
plan tests => 6;
changes_file_ok(undef, { version => $XML::Hash::XS::VERSION });