[libmoosex-semiaffordanceaccessor-perl] 09/12: remove Build.PL

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


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

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

commit b94c32e98b4caf621a51665c92abb311849f445f
Author: Dave Rolsky <autarch at urth.org>
Date:   Wed Jul 14 14:06:17 2010 -0500

    remove Build.PL
---
 Build.PL | 22 ----------------------
 1 file changed, 22 deletions(-)

diff --git a/Build.PL b/Build.PL
deleted file mode 100644
index 8928732..0000000
--- a/Build.PL
+++ /dev/null
@@ -1,22 +0,0 @@
-use strict;
-use warnings;
-
-require 5.00601;
-
-use Module::Build;
-
-my $builder = Module::Build->new(
-    module_name => 'MooseX::SemiAffordanceAccessor',
-    license     => 'perl',
-    requires    => {
-        'Moose' => '0.84',
-    },
-    build_requires => {
-        'Test::More' => '0.88',
-    },
-    create_makefile_pl => 'passthrough',
-    create_readme      => 1,
-    sign               => 1,
-);
-
-$builder->create_build_script();

-- 
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