On Sat Oct 27 16:30:03 2007, DAGOLDEN wrote:
Show quoted text> On 10/27/07, Slaven_Rezic via RT <bug-CPAN-Reporter@rt.cpan.org> wrote:
> > I don't think we should put any additional burden to the CPAN authors,
> > especially if they already specify the minimal requirements. It seems to
> > me that at least this problem is solvable by the test and/or build
tools.
Show quoted text>
> That's really not the philosophy I've had with CPAN::Reporter. I
> expect authors to specify their needs in a standardized way.
Well, there are three build tools in the perl world, two of them
"official" by their existance in the perl core (MakeMaker,
Module::Build) and the third one quite popular (Module::Install). So I
think CPAN::Reporter should deal with their views of specifying a
minimal perl version. Only MakeMaker does it by "require X.YYYY", the
other two have their own "perl_requires" schemes. One solution could be
two make those tools behaving exactly the same like MakeMaker when
encountering a low perl version, but this seems also to be problematic
(as Module::Install is usually bundled with the distributions and
therefore the test tool must deal with Module::Install behaviour as is).
But I am still in favour of adding just the one missing regexp to
CPAN::Reporter...
Slaven