r52985 - in /branches/upstream/libdbd-csv-perl/current: ChangeLog META.yml Makefile.PL README 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
Wed Feb 17 21:18:52 UTC 2010
Author: jawnsy-guest
Date: Wed Feb 17 21:18:38 2010
New Revision: 52985
URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=52985
Log:
[svn-upgrade] Integrating new upstream version, libdbd-csv-perl (0.2700)
Modified:
branches/upstream/libdbd-csv-perl/current/ChangeLog
branches/upstream/libdbd-csv-perl/current/META.yml
branches/upstream/libdbd-csv-perl/current/Makefile.PL
branches/upstream/libdbd-csv-perl/current/README
branches/upstream/libdbd-csv-perl/current/lib/Bundle/DBD/CSV.pm
branches/upstream/libdbd-csv-perl/current/lib/DBD/CSV.pm
branches/upstream/libdbd-csv-perl/current/t/80_rt.t
Modified: branches/upstream/libdbd-csv-perl/current/ChangeLog
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdbd-csv-perl/current/ChangeLog?rev=52985&op=diff
==============================================================================
--- branches/upstream/libdbd-csv-perl/current/ChangeLog (original)
+++ branches/upstream/libdbd-csv-perl/current/ChangeLog Wed Feb 17 21:18:38 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: branches/upstream/libdbd-csv-perl/current/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdbd-csv-perl/current/META.yml?rev=52985&op=diff
==============================================================================
--- branches/upstream/libdbd-csv-perl/current/META.yml (original)
+++ branches/upstream/libdbd-csv-perl/current/META.yml Wed Feb 17 21:18:38 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: branches/upstream/libdbd-csv-perl/current/Makefile.PL
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdbd-csv-perl/current/Makefile.PL?rev=52985&op=diff
==============================================================================
--- branches/upstream/libdbd-csv-perl/current/Makefile.PL (original)
+++ branches/upstream/libdbd-csv-perl/current/Makefile.PL Wed Feb 17 21:18:38 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: branches/upstream/libdbd-csv-perl/current/README
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdbd-csv-perl/current/README?rev=52985&op=diff
==============================================================================
--- branches/upstream/libdbd-csv-perl/current/README (original)
+++ branches/upstream/libdbd-csv-perl/current/README Wed Feb 17 21:18:38 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: branches/upstream/libdbd-csv-perl/current/lib/Bundle/DBD/CSV.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdbd-csv-perl/current/lib/Bundle/DBD/CSV.pm?rev=52985&op=diff
==============================================================================
--- branches/upstream/libdbd-csv-perl/current/lib/Bundle/DBD/CSV.pm (original)
+++ branches/upstream/libdbd-csv-perl/current/lib/Bundle/DBD/CSV.pm Wed Feb 17 21:18:38 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: branches/upstream/libdbd-csv-perl/current/lib/DBD/CSV.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdbd-csv-perl/current/lib/DBD/CSV.pm?rev=52985&op=diff
==============================================================================
--- branches/upstream/libdbd-csv-perl/current/lib/DBD/CSV.pm (original)
+++ branches/upstream/libdbd-csv-perl/current/lib/DBD/CSV.pm Wed Feb 17 21:18:38 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: branches/upstream/libdbd-csv-perl/current/t/80_rt.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdbd-csv-perl/current/t/80_rt.t?rev=52985&op=diff
==============================================================================
--- branches/upstream/libdbd-csv-perl/current/t/80_rt.t (original)
+++ branches/upstream/libdbd-csv-perl/current/t/80_rt.t Wed Feb 17 21:18:38 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