[liblinux-distribution-perl] 09/34: add Test::More to prereqs

gregor herrmann gregoa at debian.org
Thu Jun 4 21:35:36 UTC 2015


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

gregoa pushed a commit to annotated tag v0.22
in repository liblinux-distribution-perl.

commit e1b24697fdd6cb3277fbd1d23d0249f0ff7aed1d
Author: Alexandr Ciornii <alexchorny at gmail.com>
Date:   Wed Sep 16 01:17:28 2009 +0300

    add Test::More to prereqs
---
 Makefile.PL | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/Makefile.PL b/Makefile.PL
index 4c43093..8750cac 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -6,7 +6,9 @@ unless (lc $^O eq "linux") {
 WriteMakefile(
     NAME              => 'Linux::Distribution',
     VERSION_FROM      => 'lib/Linux/Distribution.pm', # finds $VERSION
-    PREREQ_PM         => {}, # e.g., Module::Name => 1.1
+    PREREQ_PM         => {
+      'Test::More' => 0,
+    },
     ABSTRACT_FROM  => 'lib/Linux/Distribution.pm', # retrieve abstract from module
     AUTHOR         => 'Alberto Re <alberto at accidia.net>',
     ($ExtUtils::MakeMaker::VERSION ge '6.48'? 

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



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