Navigation Menu

Skip to content

Commit

Permalink
Version 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
schwern committed Feb 19, 2010
1 parent 1624a7f commit f577193
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Build.PL
Expand Up @@ -10,7 +10,7 @@ my $builder = MyBuild->new(
module_name => 'perl5i', module_name => 'perl5i',
license => 'perl', license => 'perl',
dist_author => 'Michael G Schwern <schwern@pobox.com>', dist_author => 'Michael G Schwern <schwern@pobox.com>',
dist_version => 'v0.2.0', dist_version => 'v0.2.1',


requires => { requires => {
'perl' => '5.10.0', 'perl' => '5.10.0',
Expand Down
5 changes: 5 additions & 0 deletions Changes
@@ -1,3 +1,8 @@
0.2.1 Fri Feb 19 04:23:58 PST 2010
Bug Fixes
* round_up() and round_down() didn't work


0.2.0 Fri Feb 19 03:48:36 PST 2010 0.2.0 Fri Feb 19 03:48:36 PST 2010
Incompatible Changes Incompatible Changes
* "use perl5i" no longer works. You must instead "use perl5i::0" to * "use perl5i" no longer works. You must instead "use perl5i::0" to
Expand Down
10 changes: 5 additions & 5 deletions META.yml
Expand Up @@ -25,10 +25,10 @@ provides:
file: lib/perl5i/0/DateTime.pm file: lib/perl5i/0/DateTime.pm
perl5i: perl5i:
file: lib/perl5i.pm file: lib/perl5i.pm
version: v0.1.0 version: v0.2.0
perl5i::0: perl5i::0:
file: lib/perl5i/0.pm file: lib/perl5i/0.pm
version: v0.1.0 version: v0.2.0
perl5i::0::ARRAY: perl5i::0::ARRAY:
file: lib/perl5i/0/ARRAY.pm file: lib/perl5i/0/ARRAY.pm
perl5i::0::DEFAULT: perl5i::0::DEFAULT:
Expand All @@ -47,10 +47,10 @@ provides:
file: lib/perl5i/0/SCALAR.pm file: lib/perl5i/0/SCALAR.pm
perl5i::VERSION: perl5i::VERSION:
file: lib/perl5i/VERSION.pm file: lib/perl5i/VERSION.pm
version: v0.2.0 version: v0.2.1
perl5i::latest: perl5i::latest:
file: lib/perl5i/latest.pm file: lib/perl5i/latest.pm
version: v0.1.0 version: v0.2.0
requires: requires:
Array::Diff: 0.05002 Array::Diff: 0.05002
CLASS: 1.00 CLASS: 1.00
Expand Down Expand Up @@ -82,4 +82,4 @@ resources:
bugtracker: http://github.com/schwern/perl5i/issues bugtracker: http://github.com/schwern/perl5i/issues
license: http://dev.perl.org/licenses/ license: http://dev.perl.org/licenses/
repository: http://github.com/schwern/perl5i/tree/master repository: http://github.com/schwern/perl5i/tree/master
version: v0.2.0 version: v0.2.1
2 changes: 1 addition & 1 deletion lib/perl5i/VERSION.pm
Expand Up @@ -5,7 +5,7 @@ package perl5i::VERSION;
use strict; use strict;
use warnings; use warnings;


use version 0.77; our $VERSION = qv("v0.2.0"); use version 0.77; our $VERSION = qv("v0.2.1");


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


Expand Down

0 comments on commit f577193

Please sign in to comment.