From df3f133933e9dffd27ed448369df2d9206dedb1c Mon Sep 17 00:00:00 2001 From: "Andreas J. Koenig" Date: Wed, 22 Oct 2008 05:14:36 +0200 Subject: [PATCH] protect against 5.005; declare prereq version.pm (thx slaven for test reports) --- Makefile.PL | 2 ++ lib/Acme/Study/Perl.pm | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Makefile.PL b/Makefile.PL index 01ad2f4..e16548a 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -1,3 +1,4 @@ +use 5.006002; use strict; use warnings; use ExtUtils::MakeMaker; @@ -49,6 +50,7 @@ WriteMakefile PREREQ_PM => { 'Data::Dumper' => 0, 'Test::More' => 0, + version => "0.72", # because I decided in favor of 0.0.x numbering }, dist => { DIST_DEFAULT => join(" ", # note: order matters! diff --git a/lib/Acme/Study/Perl.pm b/lib/Acme/Study/Perl.pm index bfd51e0..f2c111f 100644 --- a/lib/Acme/Study/Perl.pm +++ b/lib/Acme/Study/Perl.pm @@ -14,7 +14,7 @@ Acme::Study::Perl - empirical studies about how perl behaves =cut -use version; our $VERSION = qv('0.0.1'); +use version; our $VERSION = qv('0.0.2'); =head1 SYNOPSIS -- 2.11.4.GIT