Skip to content

Commit

Permalink
Version 2.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
schwern committed May 17, 2010
1 parent c401928 commit df260c0
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion Build.PL
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ my $builder = MyBuild->new(
module_name => 'perl5i',
license => 'perl',
dist_author => 'Michael G Schwern <schwern@pobox.com>',
dist_version => "v2.2.1",
dist_version => "v2.2.2",

requires => {
'perl' => '5.10.0',
Expand Down
2 changes: 1 addition & 1 deletion Changes
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
2.2.2
2.2.2 Mon May 17 16:34:52 PDT 2010
Bug Fixes
* Let perl5i::1 load without Time::y2038 if Perl is already y2038 safe
just like perl5i::2 does.
Expand Down
14 changes: 7 additions & 7 deletions META.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@ provides:
file: lib/perl5i/0/DateTime.pm
perl5i:
file: lib/perl5i.pm
version: v2.2.1
version: v2.2.2
perl5i::0:
file: lib/perl5i/0.pm
version: v2.2.1
version: v2.2.2
perl5i::0::ARRAY:
file: lib/perl5i/0/ARRAY.pm
perl5i::0::DEFAULT:
Expand All @@ -58,7 +58,7 @@ provides:
file: lib/perl5i/0/SCALAR.pm
perl5i::1:
file: lib/perl5i/1.pm
version: v2.2.1
version: v2.2.2
perl5i::1::ARRAY:
file: lib/perl5i/1/ARRAY.pm
perl5i::1::CODE:
Expand All @@ -81,7 +81,7 @@ provides:
file: lib/perl5i/1/autobox.pm
perl5i::2:
file: lib/perl5i/2.pm
version: v2.2.1
version: v2.2.2
perl5i::2::ARRAY:
file: lib/perl5i/2/ARRAY.pm
perl5i::2::CODE:
Expand Down Expand Up @@ -112,12 +112,12 @@ provides:
file: lib/perl5i/2/equal.pm
perl5i::VERSION:
file: lib/perl5i/VERSION.pm
version: v2.2.1
version: v2.2.2
perl5i::cmd:
file: lib/perl5i/cmd.pm
perl5i::latest:
file: lib/perl5i/latest.pm
version: v2.2.1
version: v2.2.2
requires:
CLASS: 1.00
DateTime: 0.47
Expand Down Expand Up @@ -156,4 +156,4 @@ resources:
bugtracker: http://github.com/schwern/perl5i/issues
license: http://dev.perl.org/licenses/
repository: http://github.com/schwern/perl5i/tree/master
version: v2.2.1
version: v2.2.2
2 changes: 1 addition & 1 deletion lib/perl5i/VERSION.pm
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ package perl5i::VERSION;
use strict;
use warnings;

use version 0.77; our $VERSION = qv("v2.2.1");
use version 0.77; our $VERSION = qv("v2.2.2");

sub latest { "perl5i::2" }; # LATEST HERE (for automated update)

Expand Down

0 comments on commit df260c0

Please sign in to comment.