Le Jeu. Aoû. 13 12:52:07 2009, PETDANCE a écrit :
Show quoted text> t/boilerplate.t should never be put into the distro. It is for the
> author's use only and should be thrown away once it passes.
I agree. However it may not be obvious, in particular to people for
which english is not the native language ("boilerplate" is not a common
word).
So it would be helpful if your comment above was present at the
beginning of the file.
Also boilerplate.t is not in the MANIFEST that M::S creates, but it will
automatically added by Module::Build when the author runs "Build
manifest" (I know that moving to xt/ will not fix that, but at least it
is more explicit):
Try this:
$ module-starter --mb --module=Foo::Bar --author="Andy Lester"
--email=andy@petdance.com
$ perl Build.PL
$ ./Build manifest