Subject: | support for multiple perl versions wanted: perl5.00503 Build.PL |
Hello,
I'm strugging with errors when installing a module on a machine with Perl 5.00503.
To make my life easier, I'd test this module on my local machine, which also has perl
5.8.0 installed, under which the module is known to pass it's tests.
It would be really nice if Module::Build could help with this by creating a "Build" script
that matches the Perl version that invoked Build.PL. Like this:
perl5.00503 Build.PL
With that kind of invocation, I want the shebang line and INC path in the resulting 'Build'
script to match the requested version.
It seems like CPANPLUS uses some similiar logic that could be borrowed.
In fact, I even wonder if CPANPLUS will be able to Do The Right Thing with Module::Build
modules, when given this advertised syntax:
perl5.00503 -MCPANPLUS -e 'get /K/KA/KANE/Acme-POE-Knee-1.10.zip'