r53672 - 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:41:42 UTC 2010


Author: dmn
Date: Sat Mar  6 12:41:25 2010
New Revision: 53672

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=53672
Log:
move a bunch of accessors to Command::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=53672&op=diff
==============================================================================
--- trunk/dh-make-perl/lib/DhMakePerl.pm (original)
+++ trunk/dh-make-perl/lib/DhMakePerl.pm Sat Mar  6 12:41:25 2010
@@ -6,17 +6,7 @@
 
 use base 'Class::Accessor';
 
-__PACKAGE__->mk_accessors(
-    qw(
-        cfg apt_contents main_dir debian_dir meta bdepends bdependsi depends
-        priority section maintainer arch start_dir overrides
-        perlname version pkgversion pkgname srcname
-        desc longdesc copyright author
-        extrasfields  extrapfields
-        mod_cpan_version
-        docs examples
-        )
-);
+__PACKAGE__->mk_accessors( qw( cfg apt_contents ) );
 
 =head1 NAME
 

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=53672&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:41:25 2010
@@ -2,7 +2,13 @@
 
 use base 'DhMakePerl';
 
-__PACKAGE__->mk_accessors(qw( rules ));
+__PACKAGE__->mk_accessors(
+    qw( arch bdepends bdependsi depends
+        priority section maintainer
+        start_dir main_dir debian_dir
+        meta perlname author
+        pkgname srcname version rules docs examples desc longdesc copyright )
+);
 
 use Array::Unique;
 use Cwd qw( getcwd );




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