r14692 - in /trunk/libxml-mini-perl: debian/changelog debian/patches/pod-fixes.diff lib/XML/Mini/Node.pm

gregoa-guest at users.alioth.debian.org gregoa-guest at users.alioth.debian.org
Sun Feb 10 03:54:14 UTC 2008


Author: gregoa-guest
Date: Sun Feb 10 03:54:13 2008
New Revision: 14692

URL: http://svn.debian.org/wsvn/?sc=1&rev=14692
Log:
Add another change to a POD to pod-fixes.diff.

Modified:
    trunk/libxml-mini-perl/debian/changelog
    trunk/libxml-mini-perl/debian/patches/pod-fixes.diff
    trunk/libxml-mini-perl/lib/XML/Mini/Node.pm

Modified: trunk/libxml-mini-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libxml-mini-perl/debian/changelog?rev=14692&op=diff
==============================================================================
--- trunk/libxml-mini-perl/debian/changelog (original)
+++ trunk/libxml-mini-perl/debian/changelog Sun Feb 10 03:54:13 2008
@@ -20,8 +20,9 @@
     - don't install README anymore, it doesn't provide any additional
       information
     - remove some unneeded dh_* calls
+  * Add another change to a POD to pod-fixes.diff.
 
- -- gregor herrmann <gregor+debian at comodo.priv.at>  Sun, 10 Feb 2008 04:31:23 +0100
+ -- gregor herrmann <gregor+debian at comodo.priv.at>  Sun, 10 Feb 2008 04:50:53 +0100
 
 libxml-mini-perl (1.2.8-4) unstable; urgency=low
 

Modified: trunk/libxml-mini-perl/debian/patches/pod-fixes.diff
URL: http://svn.debian.org/wsvn/trunk/libxml-mini-perl/debian/patches/pod-fixes.diff?rev=14692&op=diff
==============================================================================
--- trunk/libxml-mini-perl/debian/patches/pod-fixes.diff (original)
+++ trunk/libxml-mini-perl/debian/patches/pod-fixes.diff Sun Feb 10 03:54:13 2008
@@ -53,3 +53,18 @@
  
  =head1 DESCRIPTION
  
+--- libxml-mini-perl-1.3.8.orig/lib/XML/Mini/Node.pm
++++ libxml-mini-perl-1.3.8/lib/XML/Mini/Node.pm
+@@ -136,7 +136,11 @@
+ 
+ __END__
+ 
+-=head1 class XML::Mini::Node
++=head1 NAME
++
++XML::Mini::Node - XML node for XML::Midi parser/generator
++
++=head1 DESCRIPTION
+ 
+ Nodes are used as atomic containers for numerical and text data
+ and act as leaves in the XML tree.

Modified: trunk/libxml-mini-perl/lib/XML/Mini/Node.pm
URL: http://svn.debian.org/wsvn/trunk/libxml-mini-perl/lib/XML/Mini/Node.pm?rev=14692&op=diff
==============================================================================
--- trunk/libxml-mini-perl/lib/XML/Mini/Node.pm (original)
+++ trunk/libxml-mini-perl/lib/XML/Mini/Node.pm Sun Feb 10 03:54:13 2008
@@ -136,11 +136,7 @@
 
 __END__
 
-=head1 NAME
-
-XML::Mini::Node - XML node for XML::Midi parser/generator
-
-=head1 DESCRIPTION
+=head1 class XML::Mini::Node
 
 Nodes are used as atomic containers for numerical and text data
 and act as leaves in the XML tree.




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