Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the Module-Starter CPAN distribution.

Report information
The Basics
Id: 24110
Status: resolved
Priority: 0/
Queue: Module-Starter

People
Owner: Nobody in particular
Requestors: RENEEB [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Wishlist
Broken in: (no value)
Fixed in: (no value)



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
Hi. Thank you for the ticket. We have resolved this issue in version 1.54, available on CPAN at http://search.cpan.org/~petdance/Module-Starter-1.54/. Tests were added along with the feature. Thanks again for helping Module::Starter. Sawyer X. (on behalf of the Module::Starter team)