File tree 6 files changed +7
-9
lines changed
6 files changed +7
-9
lines changed Original file line number Diff line number Diff line change 1
1
# !/usr/local/bin/perl -w
2
2
3
3
require 5.008006;
4
-
5
4
use strict;
6
5
7
6
# Be kind to testers, not verbose
@@ -100,12 +99,12 @@ if (-f ".perlcriticrc" && -s "$ENV{HOME}/.perlcriticrc") {
100
99
print $fh join " \n " => " " ,
101
100
" [-Documentation::RequireLinkedURLs]" , # L<DBI|http://...] requires 5.12
102
101
" [-Modules::ProhibitMultiplePackages]" ,
103
- " [-Modules::RequireExplicitPackage]" , # use 5.8.0
102
+ " [-Modules::RequireExplicitPackage]" , # use 5.008000
104
103
" [-RegularExpressions::ProhibitFixedStringMatches]" , # deliberate
105
104
" [-Subroutines::ProhibitBuiltinHomonyms]" , # connect
106
105
" [-Subroutines::ProtectPrivateSubs]" ,
107
106
" [-TooMuchCode::ProhibitDuplicateSub]" , # sub private_attribute_info
108
- " [-ValuesAndExpressions::ProhibitVersionStrings]" , # use 5.8.0
107
+ " [-ValuesAndExpressions::ProhibitVersionStrings]" , # use 5.008000
109
108
" [-Variables::ProhibitPackageVars]" , # our
110
109
" " ;
111
110
close $fh ;
Original file line number Diff line number Diff line change 3
3
# You may distribute under the terms of either the GNU General Public
4
4
# License or the Artistic License, as specified in the Perl README file.
5
5
6
- use 5.8.4;
7
-
6
+ use 5.008004;
8
7
use strict;
9
8
use warnings;
10
9
Original file line number Diff line number Diff line change 1
1
# !/pro/bin/perl -w
2
2
3
- use 5.18.2 ;
3
+ use 5.018002 ;
4
4
use warnings;
5
5
use integer;
6
6
Original file line number Diff line number Diff line change 1
1
# !/pro/bin/perl
2
2
3
- use 5.18.2 ;
3
+ use 5.018002 ;
4
4
use warnings;
5
5
6
6
use CSV;
Original file line number Diff line number Diff line change 1
1
# !/pro/bin/perl
2
2
3
- use 5.18.2 ;
3
+ use 5.018002 ;
4
4
use warnings;
5
5
6
6
use Data::Peek;
Original file line number Diff line number Diff line change 1
1
# !/pro/bin/perl
2
2
3
- use 5.18.2 ;
3
+ use 5.018002 ;
4
4
use warnings;
5
5
6
6
use Data::Peek;
You can’t perform that action at this time.
0 commit comments