Skip to content

Commit

Permalink
Require 5.6.
Browse files Browse the repository at this point in the history
  • Loading branch information
theory committed Jun 19, 2011
1 parent 7d8646a commit 8b4b365
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions Build.PL
Expand Up @@ -4,6 +4,7 @@ my $build = Module::Build->new(
module_name => 'Apache::FakeTable',
license => 'perl',
create_makefile_pl => 'passthrough',
requires => { perl => 5.006 },
configure_requires => { 'Module::Build' => '0.2701' },
build_requires => {
'Module::Build' => '0.2701',
Expand Down
2 changes: 2 additions & 0 deletions Changes
Expand Up @@ -4,6 +4,8 @@ Revision history for Perl extension Apache::FakeTable.
- Fixed a pasto in the Support section.
- Added Module::Build to the "build_requires" parameter in Build.PL to
eliminate a warning during `make dist`.
- Now requires 5.6 or higher. It always did, but now it's explicit.
5.5 failure reported by srezic.

0.03 2008-04-02T00:14:25
- Updated pod.t to use newer version of Test::Pod.
Expand Down
1 change: 1 addition & 0 deletions lib/Apache/FakeTable.pm
@@ -1,5 +1,6 @@
package Apache::FakeTable;
use strict;
use 5.006;
use vars qw($VERSION);
$VERSION = '0.04';

Expand Down

0 comments on commit 8b4b365

Please sign in to comment.