r38412 - in /trunk/libpod-abstract-perl: ./ bin/ debian/ lib/Pod/ lib/Pod/Abstract/ lib/Pod/Abstract/Filter/

ryan52-guest at users.alioth.debian.org ryan52-guest at users.alioth.debian.org
Mon Jun 22 03:16:16 UTC 2009


Author: ryan52-guest
Date: Mon Jun 22 03:16:11 2009
New Revision: 38412

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=38412
Log:
* New upstream release
* Add myself to Uploaders
* Debian Policy 3.8.2
* Add debian/README.source to document quilt usage, as required by
  Debian Policy since 3.8.0.

Added:
    trunk/libpod-abstract-perl/debian/README.source
Modified:
    trunk/libpod-abstract-perl/Changes
    trunk/libpod-abstract-perl/META.yml
    trunk/libpod-abstract-perl/Makefile.PL
    trunk/libpod-abstract-perl/bin/paf
    trunk/libpod-abstract-perl/debian/changelog
    trunk/libpod-abstract-perl/debian/control
    trunk/libpod-abstract-perl/lib/Pod/Abstract.pm
    trunk/libpod-abstract-perl/lib/Pod/Abstract/BuildNode.pm
    trunk/libpod-abstract-perl/lib/Pod/Abstract/Filter.pm
    trunk/libpod-abstract-perl/lib/Pod/Abstract/Filter/add_podcmds.pm
    trunk/libpod-abstract-perl/lib/Pod/Abstract/Filter/clear_podcmds.pm
    trunk/libpod-abstract-perl/lib/Pod/Abstract/Filter/cut.pm
    trunk/libpod-abstract-perl/lib/Pod/Abstract/Filter/find.pm
    trunk/libpod-abstract-perl/lib/Pod/Abstract/Filter/number_sections.pm
    trunk/libpod-abstract-perl/lib/Pod/Abstract/Filter/overlay.pm
    trunk/libpod-abstract-perl/lib/Pod/Abstract/Filter/sort.pm
    trunk/libpod-abstract-perl/lib/Pod/Abstract/Filter/summary.pm
    trunk/libpod-abstract-perl/lib/Pod/Abstract/Filter/uncut.pm
    trunk/libpod-abstract-perl/lib/Pod/Abstract/Filter/unoverlay.pm
    trunk/libpod-abstract-perl/lib/Pod/Abstract/Node.pm
    trunk/libpod-abstract-perl/lib/Pod/Abstract/Parser.pm
    trunk/libpod-abstract-perl/lib/Pod/Abstract/Path.pm
    trunk/libpod-abstract-perl/lib/Pod/Abstract/Serial.pm
    trunk/libpod-abstract-perl/lib/Pod/Abstract/Tree.pm

Modified: trunk/libpod-abstract-perl/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpod-abstract-perl/Changes?rev=38412&op=diff
==============================================================================
--- trunk/libpod-abstract-perl/Changes (original)
+++ trunk/libpod-abstract-perl/Changes Mon Jun 22 03:16:11 2009
@@ -1,4 +1,9 @@
 Revision history for Pod-Abstract
+
+0.19    21/06/2009
+        Added =head1 NAME blocks to those modules missing them. Added some
+        additional Pod. Added "Task::Weaken" dependancy to ensure that the
+        target platform has a working "weaken" in their Scalar::Util
 
 0.18    08/06/2009
         Replaced "=" operator with "eq", added the full set of Perl

Modified: trunk/libpod-abstract-perl/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpod-abstract-perl/META.yml?rev=38412&op=diff
==============================================================================
--- trunk/libpod-abstract-perl/META.yml (original)
+++ trunk/libpod-abstract-perl/META.yml Mon Jun 22 03:16:11 2009
@@ -1,7 +1,7 @@
 # http://module-build.sourceforge.net/META-spec.html
 #XXXXXXX This is a prototype!!!  It will change in the future!!! XXXXX#
 name:         Pod-Abstract
-version:      0.18
+version:      0.19
 version_from: lib/Pod/Abstract.pm
 installdirs:  site
 requires:
@@ -9,6 +9,7 @@
     IO::String:                    0
     Pod::Parser:                   0
     Scalar::Util:                  0
+    Task::Weaken:                  0
     Test::More:                    0
 
 distribution_type: module

Modified: trunk/libpod-abstract-perl/Makefile.PL
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpod-abstract-perl/Makefile.PL?rev=38412&op=diff
==============================================================================
--- trunk/libpod-abstract-perl/Makefile.PL (original)
+++ trunk/libpod-abstract-perl/Makefile.PL Mon Jun 22 03:16:11 2009
@@ -18,6 +18,7 @@
         'IO::String' => 0,
         'File::Temp' => 0,
         'Scalar::Util' => 0,
+        'Task::Weaken' => 0,
     },
     dist                => { COMPRESS => 'gzip -9f', SUFFIX => 'gz', },
     clean               => { FILES => 'Pod-Abstract-*' },

Modified: trunk/libpod-abstract-perl/bin/paf
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpod-abstract-perl/bin/paf?rev=38412&op=diff
==============================================================================
--- trunk/libpod-abstract-perl/bin/paf (original)
+++ trunk/libpod-abstract-perl/bin/paf Mon Jun 22 03:16:11 2009
@@ -12,7 +12,7 @@
 
 =head1 NAME
 
-paf -- Pod Abstract Filter
+paf - Pod Abstract Filter. Transform Pod documents from the command line.
 
 =head1 SYNOPSIS
 

Added: trunk/libpod-abstract-perl/debian/README.source
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpod-abstract-perl/debian/README.source?rev=38412&op=file
==============================================================================
--- trunk/libpod-abstract-perl/debian/README.source (added)
+++ trunk/libpod-abstract-perl/debian/README.source Mon Jun 22 03:16:11 2009
@@ -1,0 +1,5 @@
+This package uses quilt to manage all modifications to the upstream
+source.  Changes are stored in the source package as diffs in
+debian/patches and applied during the build.
+
+See /usr/share/doc/quilt/README.source for a detailed explanation.

Modified: trunk/libpod-abstract-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpod-abstract-perl/debian/changelog?rev=38412&op=diff
==============================================================================
--- trunk/libpod-abstract-perl/debian/changelog (original)
+++ trunk/libpod-abstract-perl/debian/changelog Mon Jun 22 03:16:11 2009
@@ -1,3 +1,13 @@
+libpod-abstract-perl (0.19-1) UNRELEASED; urgency=low
+
+  * New upstream release
+  * Add myself to Uploaders
+  * Debian Policy 3.8.2
+  * Add debian/README.source to document quilt usage, as required by
+    Debian Policy since 3.8.0.
+
+ -- Ryan Niebur <ryanryan52 at gmail.com>  Sun, 21 Jun 2009 20:15:59 -0700
+
 libpod-abstract-perl (0.18-1) unstable; urgency=low
 
   [ Nathan Handler ]

Modified: trunk/libpod-abstract-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpod-abstract-perl/debian/control?rev=38412&op=diff
==============================================================================
--- trunk/libpod-abstract-perl/debian/control (original)
+++ trunk/libpod-abstract-perl/debian/control Mon Jun 22 03:16:11 2009
@@ -4,8 +4,9 @@
 Build-Depends: debhelper (>= 7.0.8), quilt (>= 0.46-7)
 Build-Depends-Indep: libio-string-perl, perl (>= 5.6.0-12)
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Damyan Ivanov <dmn at debian.org>, Nathan Handler <nhandler at ubuntu.com>
-Standards-Version: 3.8.1
+Uploaders: Damyan Ivanov <dmn at debian.org>, Nathan Handler <nhandler at ubuntu.com>,
+ Ryan Niebur <ryanryan52 at gmail.com>
+Standards-Version: 3.8.2
 Homepage: http://search.cpan.org/dist/Pod-Abstract/
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libpod-abstract-perl/
 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libpod-abstract-perl/

Modified: trunk/libpod-abstract-perl/lib/Pod/Abstract.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpod-abstract-perl/lib/Pod/Abstract.pm?rev=38412&op=diff
==============================================================================
--- trunk/libpod-abstract-perl/lib/Pod/Abstract.pm (original)
+++ trunk/libpod-abstract-perl/lib/Pod/Abstract.pm Mon Jun 22 03:16:11 2009
@@ -7,7 +7,7 @@
 use Pod::Abstract::Parser;
 use IO::String;
 
-our $VERSION = '0.18';
+our $VERSION = '0.19';
 
 =head1 NAME
 

Modified: trunk/libpod-abstract-perl/lib/Pod/Abstract/BuildNode.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpod-abstract-perl/lib/Pod/Abstract/BuildNode.pm?rev=38412&op=diff
==============================================================================
--- trunk/libpod-abstract-perl/lib/Pod/Abstract/BuildNode.pm (original)
+++ trunk/libpod-abstract-perl/lib/Pod/Abstract/BuildNode.pm Mon Jun 22 03:16:11 2009
@@ -7,7 +7,7 @@
 use Pod::Abstract::Node;
 use base qw(Exporter);
 
-our $VERSION = '0.18';
+our $VERSION = '0.19';
 
 our @EXPORT_OK = qw(node nodes);
 

Modified: trunk/libpod-abstract-perl/lib/Pod/Abstract/Filter.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpod-abstract-perl/lib/Pod/Abstract/Filter.pm?rev=38412&op=diff
==============================================================================
--- trunk/libpod-abstract-perl/lib/Pod/Abstract/Filter.pm (original)
+++ trunk/libpod-abstract-perl/lib/Pod/Abstract/Filter.pm Mon Jun 22 03:16:11 2009
@@ -5,7 +5,7 @@
 use Pod::Abstract;
 use UNIVERSAL qw(isa);
 
-our $VERSION = '0.18';
+our $VERSION = '0.19';
 
 =head1 NAME
 
@@ -28,6 +28,10 @@
 a string. If a string is returned, it will be re-parsed to be input to
 any following filter, or output directly if it is the last filter in
 the list.
+
+It is recommended your filter method produce a Node tree if you are able
+to, as this will improve interoperability with other C<Pod::Abstract>
+based software.
 
 =item require_params
 

Modified: trunk/libpod-abstract-perl/lib/Pod/Abstract/Filter/add_podcmds.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpod-abstract-perl/lib/Pod/Abstract/Filter/add_podcmds.pm?rev=38412&op=diff
==============================================================================
--- trunk/libpod-abstract-perl/lib/Pod/Abstract/Filter/add_podcmds.pm (original)
+++ trunk/libpod-abstract-perl/lib/Pod/Abstract/Filter/add_podcmds.pm Mon Jun 22 03:16:11 2009
@@ -4,7 +4,12 @@
 use base qw(Pod::Abstract::Filter);
 use Pod::Abstract::BuildNode qw(node);
 
-our $VERSION = '0.18';
+our $VERSION = '0.19';
+
+=head1 NAME
+
+Pod::Abstract::Filter::add_podcmds - paf command to insert explict =pod
+commands before each Pod block in a document.
 
 =head1 METHODS
 

Modified: trunk/libpod-abstract-perl/lib/Pod/Abstract/Filter/clear_podcmds.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpod-abstract-perl/lib/Pod/Abstract/Filter/clear_podcmds.pm?rev=38412&op=diff
==============================================================================
--- trunk/libpod-abstract-perl/lib/Pod/Abstract/Filter/clear_podcmds.pm (original)
+++ trunk/libpod-abstract-perl/lib/Pod/Abstract/Filter/clear_podcmds.pm Mon Jun 22 03:16:11 2009
@@ -3,7 +3,14 @@
 
 use base qw(Pod::Abstract::Filter);
 
-our $VERSION = '0.18';
+our $VERSION = '0.19';
+
+=head1 NAME
+
+Pod::Abstract::Filter::clear_podcmds - paf command to remove =pod commands
+from the begining of Pod blocks.
+
+=cut
 
 sub filter {
     my $self = shift;

Modified: trunk/libpod-abstract-perl/lib/Pod/Abstract/Filter/cut.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpod-abstract-perl/lib/Pod/Abstract/Filter/cut.pm?rev=38412&op=diff
==============================================================================
--- trunk/libpod-abstract-perl/lib/Pod/Abstract/Filter/cut.pm (original)
+++ trunk/libpod-abstract-perl/lib/Pod/Abstract/Filter/cut.pm Mon Jun 22 03:16:11 2009
@@ -4,7 +4,14 @@
 
 use base qw(Pod::Abstract::Filter);
 
-our $VERSION = '0.18';
+our $VERSION = '0.19';
+
+=head1 NAME
+
+Pod::Abstract::Filter::cut - paf command to remove non-processed (cut)
+portions of a Pod document.
+
+=cut
 
 sub filter {
     my $self = shift;

Modified: trunk/libpod-abstract-perl/lib/Pod/Abstract/Filter/find.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpod-abstract-perl/lib/Pod/Abstract/Filter/find.pm?rev=38412&op=diff
==============================================================================
--- trunk/libpod-abstract-perl/lib/Pod/Abstract/Filter/find.pm (original)
+++ trunk/libpod-abstract-perl/lib/Pod/Abstract/Filter/find.pm Mon Jun 22 03:16:11 2009
@@ -5,27 +5,30 @@
 use base qw(Pod::Abstract::Filter);
 use Pod::Abstract::BuildNode qw(node);
 
-our $VERSION = '0.18';
+our $VERSION = '0.19';
 
 =head1 NAME
 
-Pod::Abstract::Filter::find - find specific nodes that contain a string.
+Pod::Abstract::Filter::find - paf command to find specific nodes that
+contain a string.
 
 =head1 DESCRIPTION
 
-The intention of this filter is to allow a reduction of large Pod documents to
-find a specific function or method. You call C<paf find -f=function YourModule>,
-and you get a small subset of nodes matching "function".
+The intention of this filter is to allow a reduction of large Pod
+documents to find a specific function or method. You call C<paf find
+-f=function YourModule>, and you get a small subset of nodes matching
+"function".
 
-For this to work, there has to be some assumptions about Pod structure. I am
-presuming that find is not useful if it returns anything higher than a head2,
-so as long as your module wraps function doco in a head2, head3, head4 or list
-item, we're fine. If you use head1 then it won't be useful.
+For this to work, there has to be some assumptions about Pod structure. I
+am presuming that find is not useful if it returns anything higher than a
+head2, so as long as your module wraps function doco in a head2, head3,
+head4 or list item, we're fine. If you use head1 then it won't be useful.
 
 In order to be useful as an end user tool, head1 nodes (...) are added
 between the found nodes. This stops perldoc from dying with no
 documentation. These can be easily stripped using:
-C<<$pa->select('/head1/')>>, then clear and re-nest.
+C<<$pa->select('/head1')>>, then hoist and detach, or reparent to other
+Node types.
 
 A good example of this working as intended is:
 

Modified: trunk/libpod-abstract-perl/lib/Pod/Abstract/Filter/number_sections.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpod-abstract-perl/lib/Pod/Abstract/Filter/number_sections.pm?rev=38412&op=diff
==============================================================================
--- trunk/libpod-abstract-perl/lib/Pod/Abstract/Filter/number_sections.pm (original)
+++ trunk/libpod-abstract-perl/lib/Pod/Abstract/Filter/number_sections.pm Mon Jun 22 03:16:11 2009
@@ -5,11 +5,12 @@
 use base qw( Pod::Abstract::Filter );
 use Pod::Abstract::BuildNode qw(node);
 
-our $VERSION = '0.18';
+our $VERSION = '0.19';
 
 =head1 NAME
 
-Pod::Abstract::Filter::number_sections - Basic multipart section numbering.
+Pod::Abstract::Filter::number_sections - paf command for basic multipart
+section numbering.
 
 =cut
 

Modified: trunk/libpod-abstract-perl/lib/Pod/Abstract/Filter/overlay.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpod-abstract-perl/lib/Pod/Abstract/Filter/overlay.pm?rev=38412&op=diff
==============================================================================
--- trunk/libpod-abstract-perl/lib/Pod/Abstract/Filter/overlay.pm (original)
+++ trunk/libpod-abstract-perl/lib/Pod/Abstract/Filter/overlay.pm Mon Jun 22 03:16:11 2009
@@ -6,7 +6,12 @@
 use Pod::Abstract;
 use Pod::Abstract::BuildNode qw(node);
 
-our $VERSION = '0.18';
+our $VERSION = '0.19';
+
+=head1 NAME
+
+Pod::Abstract::Filter::overlay - paf command to perform a method
+documentation overlay on a Pod document.
 
 =begin :overlay
 

Modified: trunk/libpod-abstract-perl/lib/Pod/Abstract/Filter/sort.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpod-abstract-perl/lib/Pod/Abstract/Filter/sort.pm?rev=38412&op=diff
==============================================================================
--- trunk/libpod-abstract-perl/lib/Pod/Abstract/Filter/sort.pm (original)
+++ trunk/libpod-abstract-perl/lib/Pod/Abstract/Filter/sort.pm Mon Jun 22 03:16:11 2009
@@ -6,7 +6,14 @@
 
 use base qw(Pod::Abstract::Filter);
 
-our $VERSION = '0.18';
+=head1 NAME
+
+Pod::Abstract::Filter::sort - paf command to alphabetically sort
+sub-sections within a Pod section
+
+=cut
+
+our $VERSION = '0.19';
 
 sub filter {
     my $self = shift;

Modified: trunk/libpod-abstract-perl/lib/Pod/Abstract/Filter/summary.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpod-abstract-perl/lib/Pod/Abstract/Filter/summary.pm?rev=38412&op=diff
==============================================================================
--- trunk/libpod-abstract-perl/lib/Pod/Abstract/Filter/summary.pm (original)
+++ trunk/libpod-abstract-perl/lib/Pod/Abstract/Filter/summary.pm Mon Jun 22 03:16:11 2009
@@ -4,12 +4,12 @@
 use base qw(Pod::Abstract::Filter);
 use Pod::Abstract::BuildNode qw(node);
 
-our $VERSION = '0.18';
+our $VERSION = '0.19';
 
 =head1 NAME
 
-Pod::Abstract::Filter::summary - show document outline, with short
-examples.
+Pod::Abstract::Filter::summary - paf command to show document outline,
+with short examples.
 
 =cut
 

Modified: trunk/libpod-abstract-perl/lib/Pod/Abstract/Filter/uncut.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpod-abstract-perl/lib/Pod/Abstract/Filter/uncut.pm?rev=38412&op=diff
==============================================================================
--- trunk/libpod-abstract-perl/lib/Pod/Abstract/Filter/uncut.pm (original)
+++ trunk/libpod-abstract-perl/lib/Pod/Abstract/Filter/uncut.pm Mon Jun 22 03:16:11 2009
@@ -5,11 +5,19 @@
 use base qw(Pod::Abstract::Filter);
 use Pod::Abstract::BuildNode qw(node);
 
-our $VERSION = '0.18';
+our $VERSION = '0.19';
 
 =head1 NAME
 
-Pod::Abstract::Filter::uncut - turn source code into verbatim nodes.
+Pod::Abstract::Filter::uncut - paf command to turn source code into
+verbatim nodes.
+
+=head1 DESCRIPTION
+
+Takes all cut blocks from the source document, after the first Pod block
+starts, and converts them into inline verbatim Pod blocks. The effect of
+this is to allow viewing of source code inline with the formatted Pod
+documentation describing it.
 
 =cut
 

Modified: trunk/libpod-abstract-perl/lib/Pod/Abstract/Filter/unoverlay.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpod-abstract-perl/lib/Pod/Abstract/Filter/unoverlay.pm?rev=38412&op=diff
==============================================================================
--- trunk/libpod-abstract-perl/lib/Pod/Abstract/Filter/unoverlay.pm (original)
+++ trunk/libpod-abstract-perl/lib/Pod/Abstract/Filter/unoverlay.pm Mon Jun 22 03:16:11 2009
@@ -4,7 +4,12 @@
 
 use base qw(Pod::Abstract::Filter);
 
-our $VERSION = '0.18';
+our $VERSION = '0.19';
+
+=head1 NAME
+
+Pod::Abstract::Filter::unoverlay - paf command to remove "overlay" blocks
+from a Pod document, as created by the paf overlay command.
 
 =begin :overlay
 

Modified: trunk/libpod-abstract-perl/lib/Pod/Abstract/Node.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpod-abstract-perl/lib/Pod/Abstract/Node.pm?rev=38412&op=diff
==============================================================================
--- trunk/libpod-abstract-perl/lib/Pod/Abstract/Node.pm (original)
+++ trunk/libpod-abstract-perl/lib/Pod/Abstract/Node.pm Mon Jun 22 03:16:11 2009
@@ -7,7 +7,7 @@
 
 use Scalar::Util qw(weaken);
 
-our $VERSION = '0.18';
+our $VERSION = '0.19';
 
 =head1 NAME
 

Modified: trunk/libpod-abstract-perl/lib/Pod/Abstract/Parser.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpod-abstract-perl/lib/Pod/Abstract/Parser.pm?rev=38412&op=diff
==============================================================================
--- trunk/libpod-abstract-perl/lib/Pod/Abstract/Parser.pm (original)
+++ trunk/libpod-abstract-perl/lib/Pod/Abstract/Parser.pm Mon Jun 22 03:16:11 2009
@@ -6,9 +6,22 @@
 use Data::Dumper;
 use base qw(Pod::Parser);
 
-our $VERSION = '0.18';
-
-=head1 new
+our $VERSION = '0.19';
+
+=head1 NAME
+
+Pod::Abstract::Parser - Internal Parser class of Pod::Abstract.
+
+=head1 DESCRIPTION
+
+This is a C<Pod::Parser> subclass, used by C<Pod::Abstract> to convert Pod
+text into a Node tree. You do not need to use this class yourself, the
+C<Pod::Abstract> class will do the work of creating the parser and running
+it for you.
+
+=head1 METHODS
+
+=head2 new
 
  Pod::Abstract::Parser->new( $pod_abstract );
 

Modified: trunk/libpod-abstract-perl/lib/Pod/Abstract/Path.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpod-abstract-perl/lib/Pod/Abstract/Path.pm?rev=38412&op=diff
==============================================================================
--- trunk/libpod-abstract-perl/lib/Pod/Abstract/Path.pm (original)
+++ trunk/libpod-abstract-perl/lib/Pod/Abstract/Path.pm Mon Jun 22 03:16:11 2009
@@ -9,7 +9,7 @@
 
 $Data::Dumper::Indent = 1;
 
-our $VERSION = '0.18';
+our $VERSION = '0.19';
 
 use constant CHILDREN  => 1;  # /
 use constant ALL       => 2;  # //

Modified: trunk/libpod-abstract-perl/lib/Pod/Abstract/Serial.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpod-abstract-perl/lib/Pod/Abstract/Serial.pm?rev=38412&op=diff
==============================================================================
--- trunk/libpod-abstract-perl/lib/Pod/Abstract/Serial.pm (original)
+++ trunk/libpod-abstract-perl/lib/Pod/Abstract/Serial.pm Mon Jun 22 03:16:11 2009
@@ -1,6 +1,6 @@
 package Pod::Abstract::Serial;
 use strict;
-our $VERSION = '0.18';
+our $VERSION = '0.19';
 
 my $serial_number = 0;
 

Modified: trunk/libpod-abstract-perl/lib/Pod/Abstract/Tree.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpod-abstract-perl/lib/Pod/Abstract/Tree.pm?rev=38412&op=diff
==============================================================================
--- trunk/libpod-abstract-perl/lib/Pod/Abstract/Tree.pm (original)
+++ trunk/libpod-abstract-perl/lib/Pod/Abstract/Tree.pm Mon Jun 22 03:16:11 2009
@@ -1,7 +1,7 @@
 package Pod::Abstract::Tree;
 use strict;
 
-our $VERSION = '0.18';
+our $VERSION = '0.19';
 
 =head1 NAME
 




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