r12223 - in /branches/upstream/libtext-csv-perl/current: CSV_XS.pm ChangeLog META.yml Makefile.PL

ghostbar-guest at users.alioth.debian.org ghostbar-guest at users.alioth.debian.org
Tue Jan 8 15:22:10 UTC 2008


Author: ghostbar-guest
Date: Tue Jan  8 15:22:10 2008
New Revision: 12223

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

Modified:
    branches/upstream/libtext-csv-perl/current/CSV_XS.pm
    branches/upstream/libtext-csv-perl/current/ChangeLog
    branches/upstream/libtext-csv-perl/current/META.yml
    branches/upstream/libtext-csv-perl/current/Makefile.PL

Modified: branches/upstream/libtext-csv-perl/current/CSV_XS.pm
URL: http://svn.debian.org/wsvn/branches/upstream/libtext-csv-perl/current/CSV_XS.pm?rev=12223&op=diff
==============================================================================
--- branches/upstream/libtext-csv-perl/current/CSV_XS.pm (original)
+++ branches/upstream/libtext-csv-perl/current/CSV_XS.pm Tue Jan  8 15:22:10 2008
@@ -28,7 +28,7 @@
 use DynaLoader ();
 
 use vars   qw( $VERSION @ISA );
-$VERSION = "0.33";
+$VERSION = "0.34";
 @ISA     = qw( DynaLoader );
 
 sub PV { 0 }

Modified: branches/upstream/libtext-csv-perl/current/ChangeLog
URL: http://svn.debian.org/wsvn/branches/upstream/libtext-csv-perl/current/ChangeLog?rev=12223&op=diff
==============================================================================
--- branches/upstream/libtext-csv-perl/current/ChangeLog (original)
+++ branches/upstream/libtext-csv-perl/current/ChangeLog Tue Jan  8 15:22:10 2008
@@ -1,7 +1,13 @@
+2008-01-04  0.34 - H.Merijn Brand   <h.m.brand at xs4all.nl>
+
+	* No change, but 0.33 was shipped with an old META.yml
+
 2008-01-02  0.33 - H.Merijn Brand   <h.m.brand at xs4all.nl>
 
 	* Text-CSV_XS now under git
 	* Upped copyright to 2008
+	* Added all prereq's to Makefile.PL
+	* Tested under perl 5.10
 
 2007-10-24  0.32 - H.Merijn Brand   <h.m.brand at xs4all.nl>
 

Modified: branches/upstream/libtext-csv-perl/current/META.yml
URL: http://svn.debian.org/wsvn/branches/upstream/libtext-csv-perl/current/META.yml?rev=12223&op=diff
==============================================================================
--- branches/upstream/libtext-csv-perl/current/META.yml (original)
+++ branches/upstream/libtext-csv-perl/current/META.yml Tue Jan  8 15:22:10 2008
@@ -1,6 +1,6 @@
 --- #YAML:1.0
 name:                Text-CSV_XS
-version:             0.33
+version:             0.34
 abstract:            Comma-Separated Values manipulation routines
 license:             perl
 author:              
@@ -9,7 +9,7 @@
 distribution_type:   module
 requires:     
     Config:                        0
-    Dynaloader:                    0
+    DynaLoader:                    0
     IO::Handle:                    0
     Test::Harness:                 0
     Test::More:                    0

Modified: branches/upstream/libtext-csv-perl/current/Makefile.PL
URL: http://svn.debian.org/wsvn/branches/upstream/libtext-csv-perl/current/Makefile.PL?rev=12223&op=diff
==============================================================================
--- branches/upstream/libtext-csv-perl/current/Makefile.PL (original)
+++ branches/upstream/libtext-csv-perl/current/Makefile.PL Tue Jan  8 15:22:10 2008
@@ -25,7 +25,7 @@
     ABSTRACT     => "Comma-Separated Values manipulation routines",
     AUTHOR       => "H.Merijn Brand <h.merijn\@xs4all.nl>",
     VERSION_FROM => "CSV_XS.pm",
-    PREREQ_PM	 => { "Dynaloader"	=> 0,
+    PREREQ_PM	 => { "DynaLoader"	=> 0,
 		      "Config"		=> 0,
 		      "IO::Handle"	=> 0,
 		      "Test::More"	=> 0,




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