r36341 - /trunk/dh-make-perl/lib/DhMakePerl/Config.pm

dmn at users.alioth.debian.org dmn at users.alioth.debian.org
Sun May 24 20:10:06 UTC 2009


Author: dmn
Date: Sun May 24 20:10:02 2009
New Revision: 36341

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=36341
Log:
Config: 100% POD coverage

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

Modified: trunk/dh-make-perl/lib/DhMakePerl/Config.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/dh-make-perl/lib/DhMakePerl/Config.pm?rev=36341&op=diff
==============================================================================
--- trunk/dh-make-perl/lib/DhMakePerl/Config.pm (original)
+++ trunk/dh-make-perl/lib/DhMakePerl/Config.pm Sun May 24 20:10:02 2009
@@ -89,6 +89,12 @@
     return $self;
 }
 
+=item parse_command_line_options()
+
+Parses command line options and populates object members.
+
+=cut
+
 sub parse_command_line_options {
     my $self = shift;
 
@@ -147,6 +153,13 @@
     }
 }
 
+=item parse_config_file()
+
+Parse configuration file. I<config_file> member is used for location the file,
+if not set, F<dh-make-perl.conf> file in I<home_dir> is used.
+
+=cut
+
 sub parse_config_file {
     my $self = shift;
 
@@ -181,6 +194,13 @@
     }
 }
 
+=item dump_config()
+
+Returns a string representation of all configuration options. Suitable for
+populating configuration file.
+
+=cut
+
 sub dump_config {
     my $self = shift;
 




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