File tree 5 files changed +14
-11
lines changed
5 files changed +14
-11
lines changed Original file line number Diff line number Diff line change 1
1
setenv PERL5LIB `perl \
2
2
-e '$a = "/pro/3gl/CPAN";' \
3
3
-e 'print join ":" => grep { -d } map { ( "$a/$_/blib/lib", "$a/$_/blib/arch" ) }' \
4
- -e ' qw( DBI-git Text-CSV_XS DBI-Test-git SQL-Statement-git DBD-CSV )' \
4
+ -e ' qw( DBI Text-CSV_XS DBI-Test-git SQL-Statement-git DBD-CSV )' \
5
5
`
Original file line number Diff line number Diff line change @@ -43,8 +43,8 @@ Build/Installation:
43
43
cpan DBD::CSV
44
44
45
45
Or standard build/installation:
46
- gzip -cd DBD-CSV-0.42 .tar.gz | tar xf -
47
- cd DBD-CSV-0.42
46
+ gzip -cd DBD-CSV-0.43 .tar.gz | tar xf -
47
+ cd DBD-CSV-0.43
48
48
perl Makefile.PL
49
49
make test
50
50
make install
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ package Bundle::DBD::CSV;
5
5
use strict;
6
6
use warnings;
7
7
8
- our $VERSION = " 1.10 " ;
8
+ our $VERSION = " 1.11 " ;
9
9
10
10
1;
11
11
@@ -21,15 +21,15 @@ Bundle::DBD::CSV - A bundle to install the DBD::CSV driver
21
21
22
22
=head1 CONTENTS
23
23
24
- DBI 1.628
24
+ DBI 1.630
25
25
26
- Text::CSV_XS 1.01
26
+ Text::CSV_XS 1.02
27
27
28
28
SQL::Statement 1.405
29
29
30
30
DBD::File 0.42
31
31
32
- DBD::CSV 0.42
32
+ DBD::CSV 0.43
33
33
34
34
=head1 DESCRIPTION
35
35
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ use vars qw( @ISA $VERSION $ATTRIBUTION $drh $err $errstr $sqlstate );
23
23
24
24
@ISA = qw( DBD::File ) ;
25
25
26
- $VERSION = " 0.42 " ;
26
+ $VERSION = " 0.43 " ;
27
27
$ATTRIBUTION = " DBD::CSV $DBD::CSV::VERSION by H.Merijn Brand" ;
28
28
29
29
$err = 0; # holds error code for DBI::err
Original file line number Diff line number Diff line change 55
55
DBD::File: 0.42
56
56
SQL::Statement: 1.405
57
57
Text::CSV_XS: 1.01
58
+ recommends:
59
+ perl: 5.018001
60
+ DBI: 1.630
61
+ Text::CSV_XS: 1.02
58
62
configure_requires:
59
63
ExtUtils::MakeMaker: 0
60
64
build_requires:
65
69
Encode: 0
66
70
Cwd: 0
67
71
charnames: 0
68
- recommends:
69
- perl: 5.016003
70
- Test::More: 0.98
72
+ test_recommends:
73
+ Test::More: 1.001002
71
74
installdirs: site
72
75
resources:
73
76
license: http://dev.perl.org/licenses/
You can’t perform that action at this time.
0 commit comments