5.8.2 has a buggy peephole optimizer that may cause test failures.
-use 5.008001;
+use 5.008003;
use strict;
use warnings;
PL_FILES => {},
@DEFINES,
PREREQ_PM => \%PREREQ_PM,
- MIN_PERL_VERSION => 5.008001,
+ MIN_PERL_VERSION => 5.008003,
META_MERGE => \%META,
dist => {
PREOP => "pod2text $file > \$(DISTVNAME)/README",
package Lexical::Types;
-use 5.008001;
+use 5.008003;
use strict;
use warnings;
=head1 DEPENDENCIES
-L<perl> 5.8.1.
+L<perl> 5.8.3.
A C compiler.
This module may happen to build with a C++ compiler as well, but don't rely on it, as no guarantee is made in this regard.