Skip to content

Commit 3caafec

Browse files
committed
Consisten version use
1 parent 10d4a9f commit 3caafec

12 files changed

+12
-12
lines changed

sandbox/ad-col.pl

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/pro/bin/perl
22

3-
use 5.012;
3+
use 5.012000;
44
use warnings;
55
use autodie;
66

sandbox/genMETA.pl

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/pro/bin/perl
22

3-
use 5.14.1;
3+
use 5.014001;
44
use warnings;
55

66
our $VERSION = "1.20 - 20160520";

sandbox/header.pl

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#/pro/bin/perl
22

3-
use 5.18.2;
3+
use 5.018002;
44
use warnings;
55

66
use DBI;

sandbox/irc-001.pl

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
# Statements that don't return rows of data, like DELETE and CREATE
1010
# set NUM_OF_FIELDS to 0 (though it may be undef in some drivers).
1111

12-
use 5.18.2;
12+
use 5.018002;
1313
use DBI;
1414

1515
use Data::Peek;

sandbox/issue-4/dbd-csv.t

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/pro/bin/perl
22

3-
use 5.18.2;
3+
use 5.018002;
44
use warnings;
55

66
use DBI;

sandbox/issue-4/text-csv.t

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/pro/bin/perl
22

3-
use 5.18.2;
3+
use 5.018002;
44
use warnings;
55

66
use Test::More;

sandbox/issue-4/x

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/pro/bin/perl
22

3-
use 5.18.2;
3+
use 5.018002;
44
use warnings;
55

66
use DBI;

sandbox/issue-7/issue-7.pl

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/pro/bin/perl
22

3-
use 5.18.2;
3+
use 5.018002;
44
use warnings;
55

66
our $VERSION = "0.02 - 20200727";

sandbox/issue.pl

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/pro/bin/perl
22

3-
use 5.18.2;
3+
use 5.018002;
44
use warnings;
55
use Text::CSV_XS qw( csv );
66
use DBI;

sandbox/rt121127.pl

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/pro/bin/perl
22

3-
use 5.14.2;
3+
use 5.014002;
44
use warnings;
55

66
use DBI;

sandbox/test-stream.pl

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/pro/bin/perl
22

3-
use 5.14.1;
3+
use 5.014001;
44
use warnings;
55

66
use DBI;

xt/01_kwalitee.t

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ kwalitee_ok (qw(
1818
1919
-use_strict
2020
));
21-
# use_strict is still broken, as it does not include "use 5.16.2;" as
21+
# use_strict is still broken, as it does not include "use 5.016002;" as
2222
# equivalent to use strict
2323

2424
my @experimental = qw(

0 commit comments

Comments
 (0)