r42753 - /scripts/qa/packagecheck.pl

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Tue Aug 25 17:28:26 UTC 2009


Author: gregoa
Date: Tue Aug 25 17:28:21 2009
New Revision: 42753

URL: http://svn.debian.org/wsvn/?sc=1&rev=42753
Log:
try to weed out some POD errors

Modified:
    scripts/qa/packagecheck.pl

Modified: scripts/qa/packagecheck.pl
URL: http://svn.debian.org/wsvn/scripts/qa/packagecheck.pl?rev=42753&op=diff
==============================================================================
--- scripts/qa/packagecheck.pl (original)
+++ scripts/qa/packagecheck.pl Tue Aug 25 17:28:21 2009
@@ -37,6 +37,8 @@
 
 =head1 OPTIONS
 
+=over 8
+
 =item B<--help>
 
 Print a brief help message, then exit.
@@ -44,6 +46,8 @@
 =item B<--current> package
 
 Test a package that is in the current working directory.
+
+=back
 
 =cut
 
@@ -181,6 +185,8 @@
   testvcs($current, $control_file)  # check for version control URLs
 }
 
+=back
 
+=cut
 
 1;




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