[SCM] libpackage-variant-perl Debian packaging branch, master, updated. debian/1.001003-1-16-g363631d

Karen Etheridge ether at cpan.org
Thu May 9 17:14:02 UTC 2013


The following commit has been merged in the master branch:
commit c18012aadda45fccbb7e09d5b866402f1aebf576
Author: Karen Etheridge <ether at cpan.org>
Date:   Mon Mar 25 21:10:44 2013 -0700

    fix NAME entry in Makefile.PL (RT#84209)

diff --git a/Changes b/Changes
index 744f89a..c19c93f 100644
--- a/Changes
+++ b/Changes
@@ -1,3 +1,5 @@
+  - fix NAME in Makefile.PL (RT#84209)
+
 1.001002 - 2012-09-19
   - Declare the Test::Fatal build dependency
 
diff --git a/Makefile.PL b/Makefile.PL
index f732133..7f4a7cf 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -5,7 +5,7 @@ use ExtUtils::MakeMaker;
 (do 'maint/Makefile.PL.include' or die $@) unless -f 'META.yml';
 
 WriteMakefile(
-  NAME => 'Package-Variant',
+  NAME => 'Package::Variant',
   VERSION_FROM => 'lib/Package/Variant.pm',
   CONFIGURE_REQUIRES => {
     'ExtUtils::MakeMaker' => '6.55_01', # for BUILD_REQUIRES

-- 
libpackage-variant-perl Debian packaging



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