Subject: | Create 99_check_manifest.t |
A test file to check the manifest would be nice.
Patch:
diff Simple.old Simple.pm
775a776,787
Show quoted text
>
> $t_files{'99_check_manifest.t'} = <<'HERE';
> #!/usr/bin/perl
>
> use strict;
> use warnings;
> use Test::More;
>
> eval "use Test::CheckManifest 0.9";
> plan skip_all => "Test::CheckManifest 0.9 required" if $@;
> ok_manifest();
> HERE