Re: [Module::Build] [RFC] author tests
Status: Beta
Brought to you by:
kwilliams
|
From: Tyler M. <ty...@yi...> - 2006-02-02 18:15:52
|
Chris Dolan <ch...@cl...> wrote: > This is NOT simpler, but is slightly more standardizable since the > first two lines could be identical for every author test. > Additionally, the first one implies to the user that their Perl > environment may be substandard without Test::Pod when really the lack > of Test::Pod is really a performance benefit to them if they're not a > developer! If they're not a developer, what are they doing running unit tests in the first place??? End users typically install applications, which either prebundle a whole bunch of perl packages or rely on some package management system (ppm, deb, etc) to separate real dependancies from build dependancies for them and only install what they need. I think in this case Test::Pod should be a build_requires... Your other examples (copyright.t, etc) obviously will only work on your system so it makes sense for those to have some sort of special treatment. - Tyler |