r28515 - in /trunk/libdata-stag-perl/debian: changelog patches/fix_pod_errors.patch patches/series

dmn at users.alioth.debian.org dmn at users.alioth.debian.org
Tue Dec 23 07:34:00 UTC 2008


Author: dmn
Date: Tue Dec 23 07:33:52 2008
New Revision: 28515

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=28515
Log:
add fix_pod_errors.patch fixing a couple of POD errors

Added:
    trunk/libdata-stag-perl/debian/patches/fix_pod_errors.patch
Modified:
    trunk/libdata-stag-perl/debian/changelog
    trunk/libdata-stag-perl/debian/patches/series

Modified: trunk/libdata-stag-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdata-stag-perl/debian/changelog?rev=28515&op=diff
==============================================================================
--- trunk/libdata-stag-perl/debian/changelog (original)
+++ trunk/libdata-stag-perl/debian/changelog Tue Dec 23 07:33:52 2008
@@ -15,6 +15,7 @@
   * Standards-Version: 3.8.0 (README.source already added by gregor)
   * add myself to Uploaders
   * add debian/clean automating removal of test suite cruft
+  * add fix_pod_errors.patch fixing a couple of POD errors
 
  -- David Paleino <d.paleino at gmail.com>  Mon, 22 Dec 2008 23:59:59 +0100
 

Added: trunk/libdata-stag-perl/debian/patches/fix_pod_errors.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdata-stag-perl/debian/patches/fix_pod_errors.patch?rev=28515&op=file
==============================================================================
--- trunk/libdata-stag-perl/debian/patches/fix_pod_errors.patch (added)
+++ trunk/libdata-stag-perl/debian/patches/fix_pod_errors.patch Tue Dec 23 07:33:52 2008
@@ -1,0 +1,62 @@
+# Author: Damyan Ivanov <dmn at debian.org>
+# Description: fix POD errors
+#  most of these are misplaces/missing =over
+#  plus a mistyped N<..> instead of B<..>
+# Upstream-Bug: http://rt.cpan.org/Ticket/Display.html?id=41898
+--- a/scripts/stag-diff.pl
++++ b/scripts/stag-diff.pl
+@@ -186,7 +186,9 @@ stag-diff - finds the difference between
+ Compares two data trees and reports whether they match. If they do not
+ match, the mismatch is reported.
+ 
+-=over ARGUMENTS
++=head2 ARGUMENTS
++
++=over
+ 
+ =item -help|h
+ 
+--- a/scripts/stag-join.pl
++++ b/scripts/stag-join.pl
+@@ -105,6 +105,8 @@ file
+ 
+ =head1 ARGUMENTS
+ 
++=over
++
+ =item -p|parser FORMAT
+ 
+ FORMAT is one of xml, sxpr or itext, or the name of a perl module
+@@ -115,6 +117,8 @@ xml assumed as default
+ 
+ FORMAT is one of xml, sxpr or itext, or the name of a perl module
+ 
++=back
++
+ =head1 LIMITATIONS
+ 
+ currently not event based, so may not be memory efficicent. could be
+--- a/scripts/stag-handle.pl
++++ b/scripts/stag-handle.pl
+@@ -135,7 +135,9 @@ stag-handle - streams a stag file throug
+ will take a Stag compatible format (xml, sxpr or itext), turn the data
+ into an event stream passing it through my-handler.pl
+ 
+-=over ARGUMENTS
++=head1 ARGUMENTS
++
++=over
+ 
+ =item -help|h
+ 
+--- a/Data/Stag/HashDB.pm
++++ b/Data/Stag/HashDB.pm
+@@ -37,7 +37,7 @@ Used for building indexes over Stag file
+ You need to provide a B<record_type> - this is the type of element
+ that will be indexed
+ 
+-You need to provide a N<unique_key> - this is a single value used to
++You need to provide a B<unique_key> - this is a single value used to
+ index the B<record_type>s
+ 
+ For example, if we have data in the stag structure below, and if ss_no

Modified: trunk/libdata-stag-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdata-stag-perl/debian/patches/series?rev=28515&op=diff
==============================================================================
--- trunk/libdata-stag-perl/debian/patches/series (original)
+++ trunk/libdata-stag-perl/debian/patches/series Tue Dec 23 07:33:52 2008
@@ -1,3 +1,4 @@
 missing-manpages.patch
 fix_WHATIS_entries.patch
 fix_manpage_names.patch
+fix_pod_errors.patch




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