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

abe pushed a commit to annotated tag 0.52
in repository libcgi-test-perl.

commit d5065da598e460ed1afac31718c3b477bd2a5534
Author: Alex Tokarev <noh...@nohuhu.org>
Date:   Sat Sep 13 10:52:02 2014 -0700

    Fixed a bug in Makefile.PL
---
 Makefile.PL | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/Makefile.PL b/Makefile.PL
index 0c72ac1..ea0cc4c 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -7,6 +7,9 @@
 #  as specified in the README file that comes with the distribution.
 #
 #
+use strict;
+use warnings;
+
 use ExtUtils::MakeMaker;
 use Config;
 
@@ -99,7 +102,7 @@ WriteMakefile(
         ? ( META_MERGE => {
                 resources   => {
                     bugtracker  => "$github_repo/issues",
-                    repository  => "$guthub_repo",
+                    repository  => "$github_repo",
                 },
             },
         )

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libcgi-test-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