Skip to content

Commit 6b454f3

Browse files
committed
Bump minimum Perl version to 5.10 to support the // operator
1 parent cf2dc45 commit 6b454f3

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

60 files changed

+62
-60
lines changed

META.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ distribution_type : script
1010
dynamic_config : 0
1111

1212
requires:
13-
perl : 5.008
13+
perl : 5.10.0
1414
build_requires:
1515
Test::More : 0.61
1616
recommends:

Makefile.PL

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ use ExtUtils::MakeMaker qw/WriteMakefile/;
44
use Config;
55
use strict;
66
use warnings;
7-
use 5.008;
7+
use 5.10.0;
88

99
my $VERSION = '2.26.0';
1010

check_postgres.pl

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
package check_postgres;
1818

19-
use 5.008;
19+
use 5.10.0;
2020
use strict;
2121
use warnings;
2222
use utf8;
@@ -11377,6 +11377,8 @@ =head1 HISTORY
1137711377
1137811378
=item B<Version 2.26.1> not yet released
1137911379
11380+
Raise minimum version or Perl to 5.10.0
11381+
1138011382
Allow commas in passwords via --dbpass for one-connection queries (Greg Sabino Mullane) [Github issue #133]
1138111383
1138211384
Fix undefined variable error (Greg Sabino Mullane) [Github issue #141]

set_translations.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
## Greg Sabino Mullane <greg@turnstep.com>
88
## BSD licensed
99

10-
use 5.008;
10+
use 5.10.0;
1111
use strict;
1212
use warnings;
1313
use utf8;

t/00_basic.t

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## Simply test that the script compiles and gives a valid version
44

5-
use 5.008;
5+
use 5.10.0;
66
use strict;
77
use warnings;
88
use Test::More tests => 2;

t/00_release.t

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
## 1. Make sure the version number is consistent in all places
55
## 2. Make sure we have a valid tag for this release
66

7-
use 5.008;
7+
use 5.10.0;
88
use strict;
99
use warnings;
1010
use Data::Dumper;

t/00_signature.t

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## Test that our PGP signature file is valid
44

5-
use 5.008;
5+
use 5.10.0;
66
use strict;
77
use warnings;
88
use Test::More;

t/00_test_tester.t

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## Make sure we have tests for all actions
44

5-
use 5.008;
5+
use 5.10.0;
66
use strict;
77
use warnings;
88
use Data::Dumper;

t/01_validate_range.t

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## Test the "validate_range" function
44

5-
use 5.008;
5+
use 5.10.0;
66
use strict;
77
use warnings;
88
use Test::More tests => 144;

t/02_autovac_freeze.t

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## Test the "autovac_freeze" action
44

5-
use 5.008;
5+
use 5.10.0;
66
use strict;
77
use warnings;
88
use Data::Dumper;

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy