r12227 - in /trunk/libtext-csv-perl: CSV_XS.pm ChangeLog META.yml Makefile.PL debian/changelog

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


Author: ghostbar-guest
Date: Tue Jan  8 15:44:47 2008
New Revision: 12227

URL: http://svn.debian.org/wsvn/?sc=1&rev=12227
Log:
new upstream release (ready to be released)

Modified:
    trunk/libtext-csv-perl/CSV_XS.pm
    trunk/libtext-csv-perl/ChangeLog
    trunk/libtext-csv-perl/META.yml
    trunk/libtext-csv-perl/Makefile.PL
    trunk/libtext-csv-perl/debian/changelog

Modified: trunk/libtext-csv-perl/CSV_XS.pm
URL: http://svn.debian.org/wsvn/trunk/libtext-csv-perl/CSV_XS.pm?rev=12227&op=diff
==============================================================================
--- trunk/libtext-csv-perl/CSV_XS.pm (original)
+++ trunk/libtext-csv-perl/CSV_XS.pm Tue Jan  8 15:44:47 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: trunk/libtext-csv-perl/ChangeLog
URL: http://svn.debian.org/wsvn/trunk/libtext-csv-perl/ChangeLog?rev=12227&op=diff
==============================================================================
--- trunk/libtext-csv-perl/ChangeLog (original)
+++ trunk/libtext-csv-perl/ChangeLog Tue Jan  8 15:44:47 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: trunk/libtext-csv-perl/META.yml
URL: http://svn.debian.org/wsvn/trunk/libtext-csv-perl/META.yml?rev=12227&op=diff
==============================================================================
--- trunk/libtext-csv-perl/META.yml (original)
+++ trunk/libtext-csv-perl/META.yml Tue Jan  8 15:44:47 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: trunk/libtext-csv-perl/Makefile.PL
URL: http://svn.debian.org/wsvn/trunk/libtext-csv-perl/Makefile.PL?rev=12227&op=diff
==============================================================================
--- trunk/libtext-csv-perl/Makefile.PL (original)
+++ trunk/libtext-csv-perl/Makefile.PL Tue Jan  8 15:44:47 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,

Modified: trunk/libtext-csv-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libtext-csv-perl/debian/changelog?rev=12227&op=diff
==============================================================================
--- trunk/libtext-csv-perl/debian/changelog (original)
+++ trunk/libtext-csv-perl/debian/changelog Tue Jan  8 15:44:47 2008
@@ -1,3 +1,9 @@
+libtext-csv-perl (0.34-1) unstable; urgency=low
+
+  * New upstream release
+
+ -- Jose Luis Rivas <ghostbar38 at gmail.com>  Tue, 08 Jan 2008 11:12:08 -0430
+
 libtext-csv-perl (0.33-1) unstable; urgency=low
 
   [ gregor herrmann ]




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