Skip to content

Commit

Permalink
bump Module::Metadata requirement to 1.000002
Browse files Browse the repository at this point in the history
  • Loading branch information
xdg committed Dec 10, 2010
1 parent ab93e85 commit dbda953
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions Build.PL
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ my $build = ModuleBuildBuilder->new(
configure_requires => {
'Perl::OSType' => 1, # needs 1.0 API
'version' => 0.87, # No longer requires M::B
'Module::Metadata' => 1,
'Module::Metadata' => 1.000002, # uses version.pm
},
# KEEP 'requires' as low as possible and target Build/test/install
# Requirements for authors should be implemented as optional features
Expand All @@ -77,10 +77,11 @@ my $build = ModuleBuildBuilder->new(
'Text::ParseWords' => 0,
'Getopt::Long' => 0,
'Test::Harness' => 0,
'YAML::Tiny' => 1.40,
# configure_requires repeated here
'Perl::OSType' => 1, # needs 1.0 API
'version' => 0.87, # No longer requires M::B
'Module::Metadata' => 1,
'YAML::Tiny' => 1.40,
'Module::Metadata' => 1.000002, # uses version.pm
},
recommends => {
'ExtUtils::Install' => 0.30,
Expand Down
2 changes: 1 addition & 1 deletion inc/Module/Metadata.pm
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ package Module::Metadata;

use strict;
use vars qw($VERSION);
$VERSION = '1.000001';
$VERSION = '1.000002';
$VERSION = eval $VERSION;

use File::Spec;
Expand Down

0 comments on commit dbda953

Please sign in to comment.