r54175 - in /trunk/libtext-simpletable-perl: Changes MANIFEST META.yml Text-SimpleTable-2.03/ debian/changelog lib/Text/SimpleTable.pm

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Fri Mar 12 12:28:21 UTC 2010


Author: jawnsy-guest
Date: Fri Mar 12 12:28:14 2010
New Revision: 54175

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=54175
Log:
new upstream maintainer, no upload needed

Added:
    trunk/libtext-simpletable-perl/Text-SimpleTable-2.03/
      - copied from r54172, branches/upstream/libtext-simpletable-perl/current/Text-SimpleTable-2.03/
Modified:
    trunk/libtext-simpletable-perl/Changes
    trunk/libtext-simpletable-perl/MANIFEST
    trunk/libtext-simpletable-perl/META.yml
    trunk/libtext-simpletable-perl/debian/changelog
    trunk/libtext-simpletable-perl/lib/Text/SimpleTable.pm

Modified: trunk/libtext-simpletable-perl/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtext-simpletable-perl/Changes?rev=54175&op=diff
==============================================================================
--- trunk/libtext-simpletable-perl/Changes (original)
+++ trunk/libtext-simpletable-perl/Changes Fri Mar 12 12:28:14 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: trunk/libtext-simpletable-perl/MANIFEST
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtext-simpletable-perl/MANIFEST?rev=54175&op=diff
==============================================================================
--- trunk/libtext-simpletable-perl/MANIFEST (original)
+++ trunk/libtext-simpletable-perl/MANIFEST Fri Mar 12 12:28:14 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: trunk/libtext-simpletable-perl/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtext-simpletable-perl/META.yml?rev=54175&op=diff
==============================================================================
--- trunk/libtext-simpletable-perl/META.yml (original)
+++ trunk/libtext-simpletable-perl/META.yml Fri Mar 12 12:28:14 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: trunk/libtext-simpletable-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtext-simpletable-perl/debian/changelog?rev=54175&op=diff
==============================================================================
--- trunk/libtext-simpletable-perl/debian/changelog (original)
+++ trunk/libtext-simpletable-perl/debian/changelog Fri Mar 12 12:28:14 2010
@@ -1,8 +1,8 @@
-libtext-simpletable-perl (2.02-1) UNRELEASED; urgency=low
+libtext-simpletable-perl (2.03-1) UNRELEASED; urgency=low
 
   Removes .perltidyrc
   Fixes tests. Not needed unless FTBFS
-  IGNORE-VERSION: 2.02-1
+  IGNORE-VERSION: 2.03-1
 
   TODO for next release - rewrite control description
 
@@ -11,7 +11,7 @@
   * Add myself to Uploaders and Copyright
   * Update to new DEP5 copyright format
 
- -- Jonathan Yu <jawnsy at cpan.org>  Wed, 10 Mar 2010 22:12:36 -0500
+ -- Jonathan Yu <jawnsy at cpan.org>  Fri, 12 Mar 2010 07:54:51 -0500
 
 libtext-simpletable-perl (1.2-1) unstable; urgency=low
 

Modified: trunk/libtext-simpletable-perl/lib/Text/SimpleTable.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtext-simpletable-perl/lib/Text/SimpleTable.pm?rev=54175&op=diff
==============================================================================
--- trunk/libtext-simpletable-perl/lib/Text/SimpleTable.pm (original)
+++ trunk/libtext-simpletable-perl/lib/Text/SimpleTable.pm Fri Mar 12 12:28:14 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