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

bricas-guest at users.alioth.debian.org bricas-guest at users.alioth.debian.org
Thu Dec 11 13:26:35 UTC 2008


Author: bricas-guest
Date: Thu Dec 11 13:26:33 2008
New Revision: 28060

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=28060
Log:
minor cleanup to pod, unused methods, strict+warnings, run() => run

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=28060&op=diff
==============================================================================
--- trunk/dh-make-perl/lib/DhMakePerl.pm (original)
+++ trunk/dh-make-perl/lib/DhMakePerl.pm Thu Dec 11 13:26:33 2008
@@ -15,7 +15,6 @@
 
 our $VERSION = '0.51';
 
-
 =head1 SYNOPSIS
 
 TO BE FILLED
@@ -27,23 +26,7 @@
 
 =head1 METHODS
 
-=head2 method1
-
-TO BE FILLED
-
 =cut
-
-sub method1 {
-}
-
-=head2 method2
-
-TO BE FILLED
-
-=cut
-
-sub method2 {
-}
 
 use DhMakePerl::PodParser;
 use YAML;
@@ -61,13 +44,9 @@
 use Text::Wrap;
 use Module::CoreList ();
 use AptPkg::Config;
-use strict;
 
 # TODO:
 # * get more info from the package (maybe using CPAN methods)
-
-use strict;
-use warnings;
 
 use Debian::AptContents;
 use Debian::Dependency;
@@ -132,7 +111,7 @@
 
 my $mod_cpan_version;
 
-sub run() {
+sub run {
     $opt_dbflags = $> == 0 ? "" : "-rfakeroot";
     chomp($date);
 




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