[libmoosex-semiaffordanceaccessor-perl] 01/02: Require Perl 5.6.1+

Intrigeri intrigeri at moszumanska.debian.org
Thu Aug 28 15:44:16 UTC 2014


This is an automated email from the git hooks/post-receive script.

intrigeri pushed a commit to annotated tag 0.02
in repository libmoosex-semiaffordanceaccessor-perl.

commit e2727e048e9298a55d885e745def31dcc5b450d0
Author: Dave Rolsky <autarch at urth.org>
Date:   Thu Nov 15 20:24:03 2007 +0000

    Require Perl 5.6.1+
---
 Build.PL | 3 ++-
 Changes  | 5 +++++
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/Build.PL b/Build.PL
index a126050..15fcc36 100644
--- a/Build.PL
+++ b/Build.PL
@@ -1,13 +1,14 @@
 use strict;
 use warnings;
 
+require 5.00601;
+
 use Module::Build;
 
 my $builder = Module::Build->new
     ( module_name        => 'MooseX::Policy::SemiAffordanceAccessor',
       license            => 'perl',
       requires           => { 'Moose'         => 0,
-                              'Moose::Policy' => '0.03',
                             },
       build_requires     => { 'Test::More' => 0,
                             },
diff --git a/Changes b/Changes
index b1746fa..79820f4 100644
--- a/Changes
+++ b/Changes
@@ -1,3 +1,8 @@
+0.02
+
+- Require 5.6.1 in the Build.PL.
+
+
 0.01   2007-11-14
 
 * First version, released on an unsuspecting world.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libmoosex-semiaffordanceaccessor-perl.git



More information about the Pkg-perl-cvs-commits mailing list