r54169 - in /branches/upstream/libtext-simpletable-perl/current: Changes MANIFEST META.yml Text-SimpleTable-2.03/ lib/Text/SimpleTable.pm

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Fri Mar 12 12:26:15 UTC 2010


Author: jawnsy-guest
Date: Fri Mar 12 12:26:08 2010
New Revision: 54169

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=54169
Log:
[svn-upgrade] Integrating new upstream version, libtext-simpletable-perl (2.03)

Added:
    branches/upstream/libtext-simpletable-perl/current/Text-SimpleTable-2.03/
Modified:
    branches/upstream/libtext-simpletable-perl/current/Changes
    branches/upstream/libtext-simpletable-perl/current/MANIFEST
    branches/upstream/libtext-simpletable-perl/current/META.yml
    branches/upstream/libtext-simpletable-perl/current/lib/Text/SimpleTable.pm

Modified: branches/upstream/libtext-simpletable-perl/current/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libtext-simpletable-perl/current/Changes?rev=54169&op=diff
==============================================================================
--- branches/upstream/libtext-simpletable-perl/current/Changes (original)
+++ branches/upstream/libtext-simpletable-perl/current/Changes Fri Mar 12 12:26:08 2010
@@ -1,4 +1,7 @@
 This file documents the revision history for Perl extension Text::SimpleTable.
+
+2.03  2010-03-11 11:38:00
+        - New maintainer.
 
 2.02  2010-03-09 00:00:00
         - Cleaned up tests.

Modified: branches/upstream/libtext-simpletable-perl/current/MANIFEST
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libtext-simpletable-perl/current/MANIFEST?rev=54169&op=diff
==============================================================================
--- branches/upstream/libtext-simpletable-perl/current/MANIFEST (original)
+++ branches/upstream/libtext-simpletable-perl/current/MANIFEST Fri Mar 12 12:26:08 2010
@@ -10,4 +10,5 @@
 t/02pod.t
 t/03podcoverage.t
 t/04tables.t
+Text-SimpleTable-2.03/META.yml
 META.yml                                 Module meta-data (added by MakeMaker)

Modified: branches/upstream/libtext-simpletable-perl/current/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libtext-simpletable-perl/current/META.yml?rev=54169&op=diff
==============================================================================
--- branches/upstream/libtext-simpletable-perl/current/META.yml (original)
+++ branches/upstream/libtext-simpletable-perl/current/META.yml Fri Mar 12 12:26:08 2010
@@ -1,6 +1,6 @@
 --- #YAML:1.0
 name:               Text-SimpleTable
-version:            2.02
+version:            2.03
 abstract:           Simple eyecandy ASCII tables
 author:
     - Sebastian Riedel <sri at cpan.org>
@@ -20,7 +20,7 @@
         - t
         - inc
         - t
-generated_by:       ExtUtils::MakeMaker version 6.55_02
+generated_by:       ExtUtils::MakeMaker version 6.54
 meta-spec:
     url:      http://module-build.sourceforge.net/META-spec-v1.4.html
     version:  1.4

Modified: branches/upstream/libtext-simpletable-perl/current/lib/Text/SimpleTable.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libtext-simpletable-perl/current/lib/Text/SimpleTable.pm?rev=54169&op=diff
==============================================================================
--- branches/upstream/libtext-simpletable-perl/current/lib/Text/SimpleTable.pm (original)
+++ branches/upstream/libtext-simpletable-perl/current/lib/Text/SimpleTable.pm Fri Mar 12 12:26:08 2010
@@ -5,7 +5,7 @@
 use strict;
 use warnings;
 
-our $VERSION = '2.02';
+our $VERSION = '2.03';
 
 # Top
 our $TOP_LEFT      = '.-';
@@ -368,6 +368,10 @@
 
 Sebastian Riedel, C<sri at cpan.org>.
 
+=head1 MAINTAINER
+
+Marcus Ramberg C<mramberg at cpan.org>.
+
 =head1 CREDITS
 
 In alphabetical order:




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