Skip Menu |

This queue is for tickets about the Lingua-EN-Sentence CPAN distribution.

Report information
The Basics
Id: 124686
Status: resolved
Priority: 0/
Queue: Lingua-EN-Sentence

People
Owner: Nobody in particular
Requestors: james2vegas [...] aim.com
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: 0.31



Subject: Minimum Perl version not specified, but required versions of utf8 and warnings force it
        'utf8'      => 1.09,
        'warnings'  => 1.12,

$ corelist warnings 1.12
 
warnings 1.12 was released with perl v5.13.10
$ corelist utf8 1.09
 
utf8 1.09 was released with perl v5.13.10
 
make test and make install succeed on perls less than 5.14 (at least as far back as 5.10)


Set min version of Perl to 5.10