Skip to content

Commit 989c5e0

Browse files
committed
releasing Portable-1.17 (just versioning fix)
1 parent b59753f commit 989c5e0

File tree

7 files changed

+9
-6
lines changed

7 files changed

+9
-6
lines changed

Changes

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
Changes for Perl extension Portable.
22

3+
1.17 Wed 9 May 2012
4+
- just versioning fix
5+
36
1.16 Tue 8 May 2012
47
- Removing dependency on List::Util (KMX)
58
- Removing "ALPHA" from NAME (KMX)

lib/CPAN/Mini/Portable.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ use warnings;
66
use Portable ();
77
use CPAN::Mini 0.575 ();
88

9-
our $VERSION = '1.15';
9+
our $VERSION = '1.17';
1010
our @ISA = 'CPAN::Mini';
1111

1212
sub new {

lib/Portable.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ use Carp ();
5555
use File::Spec 3.29 ();
5656
use Parse::CPAN::Meta 1.39 ();
5757

58-
our $VERSION = '1.16';
58+
our $VERSION = '1.17';
5959

6060
# This variable is provided exclusively for the
6161
# use of test scripts.

lib/Portable/CPAN.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ use warnings;
66
use Carp ();
77
use File::Spec 3.29 ();
88

9-
our $VERSION = '1.15';
9+
our $VERSION = '1.17';
1010

1111
# Create the enumerations
1212
our %bin = map { $_ => 1 } qw{

lib/Portable/Config.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ use warnings;
66
use Carp ();
77
use File::Spec 3.29 ();
88

9-
our $VERSION = '1.15';
9+
our $VERSION = '1.17';
1010

1111

1212

lib/Portable/HomeDir.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ use File::Spec 3.29 ();
1010
use Scalar::Util 1.21 ();
1111
use File::HomeDir::Driver 0.86 ();
1212

13-
our $VERSION = '1.15';
13+
our $VERSION = '1.17';
1414

1515

1616

lib/Portable/minicpan.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ use warnings;
66
use Carp ();
77
use File::Spec 3.29 ();
88

9-
our $VERSION = '1.15';
9+
our $VERSION = '1.17';
1010

1111

1212

0 commit comments

Comments
 (0)