~ubuntu-branches/ubuntu/vivid/libdbd-csv-perl/vivid

« back to all changes in this revision

Viewing changes to lib/Bundle/DBD/CSV.pm

  • Committer: Package Import Robot
  • Author(s): gregor herrmann, gregor herrmann, Salvatore Bonaccorso, Xavier Guimard
  • Date: 2013-05-18 14:30:07 UTC
  • mfrom: (1.1.10)
  • Revision ID: package-import@ubuntu.com-20130518143007-x1u0pbxoy2icw47g
Tags: 0.3800-1
[ gregor herrmann ]
* debian/control: update {versioned,alternative} (build) dependencies.

[ Salvatore Bonaccorso ]
* Change Vcs-Git to canonical URI (git://anonscm.debian.org)
* Change search.cpan.org based URIs to metacpan.org based URIs

[ Xavier Guimard ]
* Imported Upstream version 0.3800
  Fixes "incompatible with newer DBI versions"
  (Closes: #708574)
* Add myself to uploaders
* Bump Standards-Version to 3.9.4 (no changes)
* Update dependencies versions
* Update debian/copyright years

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
use strict;
6
6
use warnings;
7
7
 
8
 
our $VERSION = "1.05";
 
8
our $VERSION = "1.07";
9
9
 
10
10
1;
11
11
 
21
21
 
22
22
=head1 CONTENTS
23
23
 
24
 
DBI 1.620
25
 
 
26
 
Text::CSV_XS 0.88
27
 
 
28
 
SQL::Statement 1.33
29
 
 
30
 
DBD::File 0.40
31
 
 
32
 
DBD::CSV 0.35
 
24
DBI 1.623
 
25
 
 
26
Text::CSV_XS 0.94
 
27
 
 
28
SQL::Statement 1.402
 
29
 
 
30
DBD::File 0.41
 
31
 
 
32
DBD::CSV 0.38
33
33
 
34
34
=head1 DESCRIPTION
35
35
 
44
44
 
45
45
=head1 COPYRIGHT AND LICENSE
46
46
 
47
 
Copyright (C) 2009-2012 by H.Merijn Brand
 
47
Copyright (C) 2009-2013 by H.Merijn Brand
48
48
Copyright (C) 2004-2009 by Jeff Zucker
49
49
Copyright (C) 1998-2004 by Jochen Wiedmann
50
50