r53673 - /trunk/dh-make-perl/lib/DhMakePerl.pm

dmn at users.alioth.debian.org dmn at users.alioth.debian.org
Sat Mar 6 12:42:07 UTC 2010


Author: dmn
Date: Sat Mar  6 12:41:59 2010
New Revision: 53673

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=53673
Log:
document the two accessors

Modified:
    trunk/dh-make-perl/lib/DhMakePerl.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=53673&op=diff
==============================================================================
--- trunk/dh-make-perl/lib/DhMakePerl.pm (original)
+++ trunk/dh-make-perl/lib/DhMakePerl.pm Sat Mar  6 12:41:59 2010
@@ -25,6 +25,20 @@
     use DhMakePerl;
 
     DhMakePerl->run;
+
+=head1 ACCESSORS
+
+=over
+
+=item apt_contents
+
+Stores the cached copy of L<Debian::AptContents>.
+
+=item cfg
+
+Stores the configuration, an instance of L<DhMakePerl::Config>
+
+=back
 
 =head1 CLASS METHODS
 




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