- or download this
$ cat xt/99-changelog.t
#!/usr/bin/perl
...
changes_file_ok ("ChangeLog");
done_testing;
- or download this
$ cat xt/50_manifest.t
#!/usr/bin/perl
...
plan skip_all => "Test::DistManifest required for testing MANIFEST" if
+ $@;
manifest_ok ();
done_testing;
- or download this
$ cat xt/40_filenames.t
#!/usr/bin/perl
...
options (use_file_find => 0, test_amiga_length => 1, test_mac_length =
+> 1);
run_tests ();
- or download this
sub check_changelog {
# Check if the first date has been updated ...
...
}
close $fh;
} # check_changelog