r1983 - in packages/libboulder-perl/trunk: Boulder debian

Russ Allbery rra at costa.debian.org
Tue Jan 17 05:05:54 UTC 2006


Author: rra
Date: 2006-01-17 05:05:54 +0000 (Tue, 17 Jan 2006)
New Revision: 1983

Modified:
   packages/libboulder-perl/trunk/Boulder/XML.pm
   packages/libboulder-perl/trunk/debian/changelog
Log:
* Add some whitespace to the prototypes in the Boulder::XML
  documentation so that nroff can determine where to split lines.

Modified: packages/libboulder-perl/trunk/Boulder/XML.pm
===================================================================
--- packages/libboulder-perl/trunk/Boulder/XML.pm	2006-01-17 04:56:22 UTC (rev 1982)
+++ packages/libboulder-perl/trunk/Boulder/XML.pm	2006-01-17 05:05:54 UTC (rev 1983)
@@ -101,7 +101,7 @@
 
 =item $stream = Boulder::XML->new(*IN,*OUT);
 
-=item $stream = Boulder::XML->new(-in=>*IN,-out=>*OUT,-tag=>$tag,-delim=>$delim,-strip=>$strip)
+=item $stream = Boulder::XML->new(-in=>*IN, -out=>*OUT, -tag=>$tag, -delim=>$delim, -strip=>$strip)
 
 new() creates a new Boulder::XML stream that can be read from or
 written to.  All arguments are optional.
@@ -127,7 +127,7 @@
 
 =item $fh = Boulder::XML->newFh(*IN,*OUT);
 
-=item $fh = Boulder::XML->newFh(-in=>*IN,-out=>*OUT,-tag=>$tag,-delim=>$delim,-strip=>$strip)
+=item $fh = Boulder::XML->newFh(-in=>*IN, -out=>*OUT, -tag=>$tag, -delim=>$delim, -strip=>$strip)
 
 The newFh() constructor creates a tied filehandle that can read and
 write Boulder::XML streams.  Invoking <> on the filehandle will

Modified: packages/libboulder-perl/trunk/debian/changelog
===================================================================
--- packages/libboulder-perl/trunk/debian/changelog	2006-01-17 04:56:22 UTC (rev 1982)
+++ packages/libboulder-perl/trunk/debian/changelog	2006-01-17 05:05:54 UTC (rev 1983)
@@ -1,5 +1,7 @@
 libboulder-perl (1.30-2) unstable; urgency=low
 
+  * Add some whitespace to the prototypes in the Boulder::XML
+    documentation so that nroff can determine where to split lines.
   * Clean up and simplify debian/rules.
   * Run tests as part of the package build.
   * Remove the empty /usr/lib/perl5 directory.
@@ -7,7 +9,7 @@
   * Update to standards version 3.6.2 (no changes required).
   * Add a watch file.
 
- -- Russ Allbery <rra at debian.org>  Mon, 16 Jan 2006 20:53:54 -0800
+ -- Russ Allbery <rra at debian.org>  Mon, 16 Jan 2006 21:05:35 -0800
 
 libboulder-perl (1.30-1) unstable; urgency=low
 




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