r40022 - in /branches/upstream/libtext-simpletable-perl/current: Changes META.yml Makefile.PL lib/Text/SimpleTable.pm t/01use.t t/02pod.t t/03podcoverage.t t/04tables.t

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Thu Jul 16 22:29:04 UTC 2009


Author: jawnsy-guest
Date: Thu Jul 16 22:28:50 2009
New Revision: 40022

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

Modified:
    branches/upstream/libtext-simpletable-perl/current/Changes
    branches/upstream/libtext-simpletable-perl/current/META.yml
    branches/upstream/libtext-simpletable-perl/current/Makefile.PL
    branches/upstream/libtext-simpletable-perl/current/lib/Text/SimpleTable.pm
    branches/upstream/libtext-simpletable-perl/current/t/01use.t
    branches/upstream/libtext-simpletable-perl/current/t/02pod.t
    branches/upstream/libtext-simpletable-perl/current/t/03podcoverage.t
    branches/upstream/libtext-simpletable-perl/current/t/04tables.t

Modified: branches/upstream/libtext-simpletable-perl/current/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libtext-simpletable-perl/current/Changes?rev=40022&op=diff
==============================================================================
--- branches/upstream/libtext-simpletable-perl/current/Changes (original)
+++ branches/upstream/libtext-simpletable-perl/current/Changes Thu Jul 16 22:28:50 2009
@@ -1,4 +1,10 @@
 Tis file documents the revision history for Perl extension Text::SimpleTable.
+
+1.4   2009-07-16 00:00:00
+        - Fixed all shebang lines.
+
+1.3   2009-07-02 00:00:00
+        - Code cleanup.
 
 1.2   2009-07-02 00:00:00
         - Fixed infinite loop bug.

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=40022&op=diff
==============================================================================
--- branches/upstream/libtext-simpletable-perl/current/META.yml (original)
+++ branches/upstream/libtext-simpletable-perl/current/META.yml Thu Jul 16 22:28:50 2009
@@ -1,13 +1,21 @@
 --- #YAML:1.0
-name:                Text-SimpleTable
-version:             1.2
-abstract:            ~
-license:             ~
-author:              
+name:               Text-SimpleTable
+version:            1.4
+abstract:           ~
+author:
     - Sebastian Riedel <sri at cpan.org>
-generated_by:        ExtUtils::MakeMaker version 6.42
-distribution_type:   module
-requires:     
+license:            unknown
+distribution_type:  module
+configure_requires:
+    ExtUtils::MakeMaker:  0
+build_requires:
+    ExtUtils::MakeMaker:  0
+requires:  {}
+no_index:
+    directory:
+        - t
+        - inc
+generated_by:       ExtUtils::MakeMaker version 6.54
 meta-spec:
-    url:     http://module-build.sourceforge.net/META-spec-v1.3.html
-    version: 1.3
+    url:      http://module-build.sourceforge.net/META-spec-v1.4.html
+    version:  1.4

Modified: branches/upstream/libtext-simpletable-perl/current/Makefile.PL
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libtext-simpletable-perl/current/Makefile.PL?rev=40022&op=diff
==============================================================================
--- branches/upstream/libtext-simpletable-perl/current/Makefile.PL (original)
+++ branches/upstream/libtext-simpletable-perl/current/Makefile.PL Thu Jul 16 22:28:50 2009
@@ -1,4 +1,4 @@
-#!perl
+#!/usr/bin/env perl
 
 # Copyright (C) 2005-2009, Sebastian Riedel.
 

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=40022&op=diff
==============================================================================
--- branches/upstream/libtext-simpletable-perl/current/lib/Text/SimpleTable.pm (original)
+++ branches/upstream/libtext-simpletable-perl/current/lib/Text/SimpleTable.pm Thu Jul 16 22:28:50 2009
@@ -4,7 +4,7 @@
 
 use strict;
 
-our $VERSION = '1.2';
+our $VERSION = '1.4';
 
 # Top
 our $TOP_LEFT      = '.-';

Modified: branches/upstream/libtext-simpletable-perl/current/t/01use.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libtext-simpletable-perl/current/t/01use.t?rev=40022&op=diff
==============================================================================
--- branches/upstream/libtext-simpletable-perl/current/t/01use.t (original)
+++ branches/upstream/libtext-simpletable-perl/current/t/01use.t Thu Jul 16 22:28:50 2009
@@ -1,4 +1,4 @@
-#!perl
+#!/usr/bin/env perl
 
 # Copyright (C) 2005-2009, Sebastian Riedel.
 

Modified: branches/upstream/libtext-simpletable-perl/current/t/02pod.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libtext-simpletable-perl/current/t/02pod.t?rev=40022&op=diff
==============================================================================
--- branches/upstream/libtext-simpletable-perl/current/t/02pod.t (original)
+++ branches/upstream/libtext-simpletable-perl/current/t/02pod.t Thu Jul 16 22:28:50 2009
@@ -1,4 +1,4 @@
-#!perl
+#!/usr/bin/env perl
 
 # Copyright (C) 2005-2009, Sebastian Riedel.
 

Modified: branches/upstream/libtext-simpletable-perl/current/t/03podcoverage.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libtext-simpletable-perl/current/t/03podcoverage.t?rev=40022&op=diff
==============================================================================
--- branches/upstream/libtext-simpletable-perl/current/t/03podcoverage.t (original)
+++ branches/upstream/libtext-simpletable-perl/current/t/03podcoverage.t Thu Jul 16 22:28:50 2009
@@ -1,4 +1,4 @@
-#!perl
+#!/usr/bin/env perl
 
 # Copyright (C) 2005-2009, Sebastian Riedel.
 

Modified: branches/upstream/libtext-simpletable-perl/current/t/04tables.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libtext-simpletable-perl/current/t/04tables.t?rev=40022&op=diff
==============================================================================
--- branches/upstream/libtext-simpletable-perl/current/t/04tables.t (original)
+++ branches/upstream/libtext-simpletable-perl/current/t/04tables.t Thu Jul 16 22:28:50 2009
@@ -1,4 +1,4 @@
-#!perl
+#!/usr/bin/env perl
 
 # Copyright (C) 2005-2009, Sebastian Riedel.
 




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