Skip to content

Commit

Permalink
Version 2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
schwern committed Mar 17, 2010
1 parent eb6dbc7 commit e8fe50c
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 11 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.0.1',
dist_version => 'v2.0.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.0.2
2.0.2 Wed Mar 17 12:21:00 PDT 2010
Build Fixes
* Ensure non META.yml savy CPAN shells see the configure_requires
for Module::Build.
Expand Down
19 changes: 11 additions & 8 deletions META.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ build_requires:
Test::Warn: 0.11
configure_requires:
Module::Build: 0.36
generated_by: 'Module::Build version 0.3601'
generated_by: 'Module::Build version 0.3603'
license: perl
meta-spec:
url: http://module-build.sourceforge.net/META-spec-v1.4.html
Expand All @@ -37,10 +37,10 @@ provides:
file: lib/perl5i/2/DateTime.pm
perl5i:
file: lib/perl5i.pm
version: v2.0.1
version: v2.0.2
perl5i::0:
file: lib/perl5i/0.pm
version: v2.0.1
version: v2.0.2
perl5i::0::ARRAY:
file: lib/perl5i/0/ARRAY.pm
perl5i::0::DEFAULT:
Expand All @@ -59,7 +59,7 @@ provides:
file: lib/perl5i/0/SCALAR.pm
perl5i::1:
file: lib/perl5i/1.pm
version: v2.0.1
version: v2.0.2
perl5i::1::ARRAY:
file: lib/perl5i/1/ARRAY.pm
perl5i::1::CODE:
Expand All @@ -82,7 +82,7 @@ provides:
file: lib/perl5i/1/autobox.pm
perl5i::2:
file: lib/perl5i/2.pm
version: v2.0.1
version: v2.0.2
perl5i::2::ARRAY:
file: lib/perl5i/2/ARRAY.pm
perl5i::2::CODE:
Expand All @@ -107,10 +107,10 @@ provides:
file: lib/perl5i/2/equal.pm
perl5i::VERSION:
file: lib/perl5i/VERSION.pm
version: v2.0.1
version: v2.0.2
perl5i::latest:
file: lib/perl5i/latest.pm
version: v2.0.1
version: v2.0.2
requires:
CLASS: 1.00
DateTime: 0.47
Expand All @@ -119,6 +119,7 @@ requires:
File::chdir: 0.1002
Hash::Merge::Simple: 0.04
IPC::System::Simple: 1.18
JSON: 2.17
List::MoreUtils: 0.22
Modern::Perl: 1.03
Module::Load: 0.16
Expand All @@ -128,11 +129,13 @@ requires:
Time::y2038: 20100218
Try::Tiny: 0.02
Want: 0.18
YAML::Any: 0.70
autobox::Core: 1.0
autobox::List::Util: 20090629
autobox::dump: 20090426
autodie: 1.999
autovivification: 0.05
indirect: 0.19
parent: 0.221
perl: v5.10.0
version: 0.77
Expand All @@ -142,4 +145,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.0.1
version: v2.0.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.0.1");
use version 0.77; our $VERSION = qv("v2.0.2");

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

Expand Down

0 comments on commit e8fe50c

Please sign in to comment.