r52996 - in /trunk/libdbd-csv-perl: ChangeLog META.yml Makefile.PL README debian/changelog lib/Bundle/DBD/CSV.pm lib/DBD/CSV.pm t/80_rt.t

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Thu Feb 18 01:42:36 UTC 2010


Author: jawnsy-guest
Date: Thu Feb 18 01:42:26 2010
New Revision: 52996

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=52996
Log:
TODO: update copyright
* New upstream release

Modified:
    trunk/libdbd-csv-perl/ChangeLog
    trunk/libdbd-csv-perl/META.yml
    trunk/libdbd-csv-perl/Makefile.PL
    trunk/libdbd-csv-perl/README
    trunk/libdbd-csv-perl/debian/changelog
    trunk/libdbd-csv-perl/lib/Bundle/DBD/CSV.pm
    trunk/libdbd-csv-perl/lib/DBD/CSV.pm
    trunk/libdbd-csv-perl/t/80_rt.t

Modified: trunk/libdbd-csv-perl/ChangeLog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdbd-csv-perl/ChangeLog?rev=52996&op=diff
==============================================================================
--- trunk/libdbd-csv-perl/ChangeLog (original)
+++ trunk/libdbd-csv-perl/ChangeLog Thu Feb 18 01:42:26 2010
@@ -1,3 +1,9 @@
+2010-02-17  0.27  H.Merijn Brand
+
+    * Upped copyright to 2010
+    * Doc-fix typo in link (Detlef Pilzecker)
+    * Doc-fix small typo's
+
 2009-11-10  0.26  H.Merijn Brand
 
     * Adjustments for windows (RT#50544)

Modified: trunk/libdbd-csv-perl/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdbd-csv-perl/META.yml?rev=52996&op=diff
==============================================================================
--- trunk/libdbd-csv-perl/META.yml (original)
+++ trunk/libdbd-csv-perl/META.yml Thu Feb 18 01:42:26 2010
@@ -1,6 +1,6 @@
 --- #YAML:1.1
 name:                    DBD::CSV
-version:                 0.26
+version:                 0.27
 abstract:                DBI driver for CSV files
 license:                 perl
 author:              
@@ -12,16 +12,13 @@
 provides:
     DBD::CSV:
         file:            lib/DBD/CSV.pm
-        version:         0.26
+        version:         0.27
 requires:     
     perl:                5.005003
     DBI:                 1.00
     DBD::File:           0.37
     SQL::Statement:      1.23
     Text::CSV_XS:        0.64
-recommends:     
-    perl:                5.010001
-    Text::CSV_XS:        0.69
 configure_requires:
     ExtUtils::MakeMaker: 0
 build_requires:
@@ -29,6 +26,11 @@
     Config:              0
     Test::Harness:       0
     Test::More:          0
+recommends:     
+    perl:                5.010001
+    Text::CSV_XS:        0.71
+    DBI:                 1.611
+    DBD::File:           0.38
 installdirs:             site
 resources:
     license:             http://dev.perl.org/licenses/

Modified: trunk/libdbd-csv-perl/Makefile.PL
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdbd-csv-perl/Makefile.PL?rev=52996&op=diff
==============================================================================
--- trunk/libdbd-csv-perl/Makefile.PL (original)
+++ trunk/libdbd-csv-perl/Makefile.PL Thu Feb 18 01:42:26 2010
@@ -1,6 +1,6 @@
 # -*- perl -*-
 
-# Copyright PROCURA B.V. (c) 2006-2009 H.Merijn Brand
+# Copyright (c) 2009-2010 H.Merijn Brand
 
 require 5.005003;
 

Modified: trunk/libdbd-csv-perl/README
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdbd-csv-perl/README?rev=52996&op=diff
==============================================================================
--- trunk/libdbd-csv-perl/README (original)
+++ trunk/libdbd-csv-perl/README Thu Feb 18 01:42:26 2010
@@ -14,9 +14,9 @@
     reflect code quality or stability.
 
 Copying
-    Copyright (C) 2009 by H.Merijn Brand
-    Copyright (C) 2004 by Jeff Zucker
-    Copyright (C) 1998 by Jochen Wiedmann
+    Copyright (C) 2009-2010 by H.Merijn Brand
+    Copyright (C) 2004-2009 by Jeff Zucker
+    Copyright (C) 1998-2004 by Jochen Wiedmann
  
     You may distribute this module under the terms of either the GNU
     General Public License or the Artistic License, as specified in

Modified: trunk/libdbd-csv-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdbd-csv-perl/debian/changelog?rev=52996&op=diff
==============================================================================
--- trunk/libdbd-csv-perl/debian/changelog (original)
+++ trunk/libdbd-csv-perl/debian/changelog Thu Feb 18 01:42:26 2010
@@ -1,3 +1,11 @@
+libdbd-csv-perl (0.2700-1) UNRELEASED; urgency=low
+
+  TODO: update copyright
+
+  * New upstream release
+
+ -- Jonathan Yu <jawnsy at cpan.org>  Wed, 17 Feb 2010 16:40:22 -0500
+
 libdbd-csv-perl (0.2600-1) unstable; urgency=low
 
   [ Jonathan Yu ]

Modified: trunk/libdbd-csv-perl/lib/Bundle/DBD/CSV.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdbd-csv-perl/lib/Bundle/DBD/CSV.pm?rev=52996&op=diff
==============================================================================
--- trunk/libdbd-csv-perl/lib/Bundle/DBD/CSV.pm (original)
+++ trunk/libdbd-csv-perl/lib/Bundle/DBD/CSV.pm Thu Feb 18 01:42:26 2010
@@ -41,7 +41,7 @@
 
 =head1 COPYRIGHT AND LICENSE
 
-Copyright (C) 2009      by H.Merijn Brand
+Copyright (C) 2009-2010 by H.Merijn Brand
 Copyright (C) 2004-2009 by Jeff Zucker
 Copyright (C) 1998-2004 by Jochen Wiedmann
 

Modified: trunk/libdbd-csv-perl/lib/DBD/CSV.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdbd-csv-perl/lib/DBD/CSV.pm?rev=52996&op=diff
==============================================================================
--- trunk/libdbd-csv-perl/lib/DBD/CSV.pm (original)
+++ trunk/libdbd-csv-perl/lib/DBD/CSV.pm Thu Feb 18 01:42:26 2010
@@ -9,7 +9,7 @@
 #   The original author is Jochen Wiedmann.
 #   Then maintained by Jeff Zucker
 #
-#   Copyright (C) 2009 by H.Merijn Brand
+#   Copyright (C) 2010 by H.Merijn Brand
 #   Copyright (C) 2004 by Jeff Zucker
 #   Copyright (C) 1998 by Jochen Wiedmann
 #
@@ -34,7 +34,7 @@
 
 @ISA =   qw( DBD::File );
 
-$VERSION  = "0.26";
+$VERSION  = "0.27";
 
 $err      = 0;		# holds error code   for DBI::err
 $errstr   = "";		# holds error string for DBI::errstr
@@ -394,7 +394,7 @@
 
 All SQL processing for DBD::CSV is done by the L<SQL::Statement> module.
 Features include joins, aliases, built-in and user-defined functions,
-and more.  See L<SQL::Statement::Sytax> for a description of the SQL
+and more.  See L<SQL::Statement::Syntax> for a description of the SQL
 syntax supported in DBD::CSV.
 
 Table names are case insensitive unless quoted.
@@ -703,7 +703,7 @@
 
 With this option set, all new statement handles will set C<always_quote>
 and C<blank_is_undef> in the CSV parser and writer, so it knows how to
-distinquish between the empty string and C<undef> or C<NULL>. You cannot
+distinguish between the empty string and C<undef> or C<NULL>. You cannot
 reset it with a false value. You can pass it to connect, or set it later:
 
   $dbh = DBI->connect ("dbi:CSV:", "", "", { csv_null => 1 });
@@ -758,7 +758,7 @@
 =item skip_first_row
 
 By default DBD::CSV assumes that column names are stored in the first row
-of the CSV file and sanitzes them (see C<raw_header> below). If this is
+of the CSV file and sanitizes them (see C<raw_header> below). If this is
 not the case, you can supply an array ref of table names with the
 I<col_names> attribute. In that case the attribute I<skip_first_row> will
 be set to FALSE.
@@ -934,7 +934,7 @@
 
 =head1 COPYRIGHT AND LICENSE
 
-Copyright (C) 2009      by H.Merijn Brand
+Copyright (C) 2009-2010 by H.Merijn Brand
 Copyright (C) 2004-2009 by Jeff Zucker
 Copyright (C) 1998-2004 by Jochen Wiedmann
 

Modified: trunk/libdbd-csv-perl/t/80_rt.t
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdbd-csv-perl/t/80_rt.t?rev=52996&op=diff
==============================================================================
--- trunk/libdbd-csv-perl/t/80_rt.t (original)
+++ trunk/libdbd-csv-perl/t/80_rt.t Thu Feb 18 01:42:26 2010
@@ -190,7 +190,7 @@
     ok ($sth->execute ("Tux", 2),		"update");
     ok ($sth->finish,				"finish");
 
-    open my $fh, "<", DbFile ("RT$rt.csv");
+    open my $fh, "<".DbFile ("RT$rt.csv");
     binmode $fh;
     is (scalar <$fh>, qq{name,id\r\n},		"Field names");
     is (scalar <$fh>, qq{Tim,1\r\n},		"Record 1");
@@ -213,7 +213,7 @@
     print FILE @lines;
     close FILE;
 
-    ok (my $dbh = Connect (),					"connect");
+    ok (my $dbh = Connect ({ f_lock => 0 }),					"connect");
     ok (my $sth = $dbh->prepare ("select * from rt$rt"),	"prepare");
     $dbh->{csv_tables}{rt51090}{types} = [ @dbitp ];
     is_deeply ($dbh->{csv_tables}{rt51090}{types}, \@dbitp,	"set types (@dbitp)");




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