[dh-make-perl] 01/01: move mod_cpan_version from ::make to ::Packaging

Damyan Ivanov dmn at alioth.debian.org
Thu Aug 8 15:54:02 UTC 2013


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

dmn pushed a commit to branch master
in repository dh-make-perl.

commit eaeee78f1d22eb849ded8d7c50df0f22c5ffe8d4
Author: Damyan Ivanov <dmn at debian.org>
Date:   Thu Aug 8 17:49:28 2013 +0200

    move mod_cpan_version from ::make to ::Packaging
    
    it is needed during refresh too
    
    micro-partially reverts 7351a557896e062d343f7741f95d837cc677e580
    
    Closes: #691859
---
 lib/DhMakePerl/Command/Packaging.pm |    1 +
 lib/DhMakePerl/Command/make.pm      |    1 -
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/DhMakePerl/Command/Packaging.pm b/lib/DhMakePerl/Command/Packaging.pm
index adabea3..ae17b09 100644
--- a/lib/DhMakePerl/Command/Packaging.pm
+++ b/lib/DhMakePerl/Command/Packaging.pm
@@ -14,6 +14,7 @@ use base 'DhMakePerl';
 
 __PACKAGE__->mk_accessors(
     qw( start_dir main_dir debian_dir
+        mod_cpan_version
         meta perlname author
         version rules docs examples copyright
         control
diff --git a/lib/DhMakePerl/Command/make.pm b/lib/DhMakePerl/Command/make.pm
index c7cb0cb..2daa61b 100644
--- a/lib/DhMakePerl/Command/make.pm
+++ b/lib/DhMakePerl/Command/make.pm
@@ -13,7 +13,6 @@ __PACKAGE__->mk_accessors(
         perlname version pkgversion
         copyright author
         extrasfields  extrapfields
-        mod_cpan_version
         docs examples
         )
 );

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



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