Skip to content

Commit b593e10

Browse files
committed
Stop asking for 5.8
1 parent c6f1b8a commit b593e10

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

Build.PL

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ my $build = ModuleBuildBuilder->new(
4545
# KEEP 'requires' as low as possible and target Build/test/install
4646
# Requirements for authors should be implemented as optional features
4747
requires => {
48-
'perl' => '5.008000',
48+
'perl' => '5.006001',
4949
'Data::Dumper' => 0,
5050
'File::Basename' => 0,
5151
'File::Compare' => 0,

Changes

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
Revision history for Perl extension Module::Build.
22

3+
- Reintroduce some level of perl 5.6 support [Leon Timmermans]
4+
Note that this comes with no guarantees or commitment
5+
36
0.4214 - Fri Jun 12 00:25:00 CEST 2015
47

58
- Released 0.42_13 as 0.4214

0 commit comments

Comments
 (0)