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

« back to all changes in this revision

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

  • Committer: Package Import Robot
  • Author(s): gregor herrmann
  • Date: 2012-06-04 19:28:58 UTC
  • mfrom: (1.1.9)
  • Revision ID: package-import@ubuntu.com-20120604192858-c0v41jcco220ezyh
Tags: 0.3500-1
* New upstream release.
* Update years of upstream and packaging copyright.
* debian/copyright: update to Copyright-Format 1.0.
* Bump Standards-Version to 3.9.3 (no changes).
* Set debhelper compatibility level to 8.
* Update versioned (build) dependencies.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# -*- perl -*-
 
1
#/usr/bin/perl
2
2
 
3
3
package Bundle::DBD::CSV;
4
4
 
5
 
$VERSION = "1.05";
 
5
use strict;
 
6
use warnings;
 
7
 
 
8
our $VERSION = "1.05";
6
9
 
7
10
1;
8
11
 
18
21
 
19
22
=head1 CONTENTS
20
23
 
21
 
DBI 1.616
 
24
DBI 1.620
22
25
 
23
 
Text::CSV_XS 0.83
 
26
Text::CSV_XS 0.88
24
27
 
25
28
SQL::Statement 1.33
26
29
 
27
30
DBD::File 0.40
28
31
 
29
 
DBD::CSV 0.32
 
32
DBD::CSV 0.35
30
33
 
31
34
=head1 DESCRIPTION
32
35
 
41
44
 
42
45
=head1 COPYRIGHT AND LICENSE
43
46
 
44
 
Copyright (C) 2009-2011 by H.Merijn Brand
 
47
Copyright (C) 2009-2012 by H.Merijn Brand
45
48
Copyright (C) 2004-2009 by Jeff Zucker
46
49
Copyright (C) 1998-2004 by Jochen Wiedmann
47
50