Skip to content

Commit

Permalink
Version 0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
schwern committed Feb 19, 2010
1 parent 1c03431 commit 1425c7c
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 7 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 => 'v0.2.1',
dist_version => 'v0.2.2',

requires => {
'perl' => '5.10.0',
Expand Down
5 changes: 5 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
0.2.2 Fri Feb 19 14:56:36 PST 2010
Other
* Some modules got the wrong version.


0.2.1 Fri Feb 19 04:23:58 PST 2010
Bug Fixes
* round_up() and round_down() didn't work
Expand Down
10 changes: 5 additions & 5 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: v0.2.1
version: v0.2.2
perl5i::0:
file: lib/perl5i/0.pm
version: v0.2.1
version: v0.2.2
perl5i::0::ARRAY:
file: lib/perl5i/0/ARRAY.pm
perl5i::0::DEFAULT:
Expand All @@ -58,10 +58,10 @@ provides:
file: lib/perl5i/0/SCALAR.pm
perl5i::VERSION:
file: lib/perl5i/VERSION.pm
version: v0.2.1
version: v0.2.2
perl5i::latest:
file: lib/perl5i/latest.pm
version: v0.2.1
version: v0.2.2
requires:
Array::Diff: 0.05002
CLASS: 1.00
Expand Down Expand Up @@ -93,4 +93,4 @@ resources:
bugtracker: http://github.com/schwern/perl5i/issues
license: http://dev.perl.org/licenses/
repository: http://github.com/schwern/perl5i/tree/master
version: v0.2.1
version: v0.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("v0.2.1");
use version 0.77; our $VERSION = qv("v0.2.2");

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

Expand Down

0 comments on commit 1425c7c

Please sign in to comment.