We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6f1b8a commit b593e10Copy full SHA for b593e10
Build.PL
@@ -45,7 +45,7 @@ my $build = ModuleBuildBuilder->new(
45
# KEEP 'requires' as low as possible and target Build/test/install
46
# Requirements for authors should be implemented as optional features
47
requires => {
48
- 'perl' => '5.008000',
+ 'perl' => '5.006001',
49
'Data::Dumper' => 0,
50
'File::Basename' => 0,
51
'File::Compare' => 0,
Changes
@@ -1,5 +1,8 @@
1
Revision history for Perl extension Module::Build.
2
3
+ - Reintroduce some level of perl 5.6 support [Leon Timmermans]
4
+ Note that this comes with no guarantees or commitment
5
+
6
0.4214 - Fri Jun 12 00:25:00 CEST 2015
7
8
- Released 0.42_13 as 0.4214
0 commit comments