r53669 - in /trunk/dh-make-perl/lib: DhMakePerl.pm DhMakePerl/Command/Packaging.pm

dmn at users.alioth.debian.org dmn at users.alioth.debian.org
Sat Mar 6 12:40:10 UTC 2010


Author: dmn
Date: Sat Mar  6 12:39:48 2010
New Revision: 53669

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=53669
Log:
move rules accessor to Packaging

Modified:
    trunk/dh-make-perl/lib/DhMakePerl.pm
    trunk/dh-make-perl/lib/DhMakePerl/Command/Packaging.pm

Modified: trunk/dh-make-perl/lib/DhMakePerl.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/dh-make-perl/lib/DhMakePerl.pm?rev=53669&op=diff
==============================================================================
--- trunk/dh-make-perl/lib/DhMakePerl.pm (original)
+++ trunk/dh-make-perl/lib/DhMakePerl.pm Sat Mar  6 12:39:48 2010
@@ -14,7 +14,7 @@
         desc longdesc copyright author
         extrasfields  extrapfields
         mod_cpan_version
-        docs examples rules
+        docs examples
         )
 );
 

Modified: trunk/dh-make-perl/lib/DhMakePerl/Command/Packaging.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/dh-make-perl/lib/DhMakePerl/Command/Packaging.pm?rev=53669&op=diff
==============================================================================
--- trunk/dh-make-perl/lib/DhMakePerl/Command/Packaging.pm (original)
+++ trunk/dh-make-perl/lib/DhMakePerl/Command/Packaging.pm Sat Mar  6 12:39:48 2010
@@ -1,6 +1,8 @@
 package DhMakePerl::Command::Packaging;
 
 use base 'DhMakePerl';
+
+__PACKAGE__->mk_accessors(qw( rules ));
 
 use Array::Unique;
 use Cwd qw( getcwd );




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