Skip Menu |

This queue is for tickets about the Text-CSV-Unicode CPAN distribution.

Report information
The Basics
Id: 28400
Status: resolved
Priority: 0/
Queue: Text-CSV-Unicode

People
Owner: RMBarker [...] cpan.org
Requestors: RMBarker [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in:
  • 0.01
  • 0.02
Fixed in: 0.03



Subject: distribution does not enforce requirement on perl 5.8.0
Distribution has C<use 5.008> because it requires \P{Ctrl} \p{Print} but failures are showing up on CPAN tester where the distribution is attempted to build and test on earlier perl versions (5.6.2 for instance).
On Fri Jul 20 08:05:55 2007, RMBARKER wrote: Show quoted text
> Distribution has C<use 5.008> because it requires \P{Ctrl} \p{Print} > but failures are showing up on CPAN tester where the distribution is > attempted to build and test on earlier perl versions (5.6.2 for instance).
I have requires => {perl => 5.008} which progates to META.yml but not Makefile.PL. Perhaps an explicit C<use 5.008> in Makefile.PL will do; perhaps Module::Build::Compat should do this.
Added C<use 5.008;> to Makefile: prevents build+testing on older versions