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 <alexcho...@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 <albe...@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

_______________________________________________
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits

Reply via email to