Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Added File::Next to the requires hash
  • Loading branch information
jberger committed Mar 15, 2013
1 parent 598faa3 commit 84e217d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
1 change: 1 addition & 0 deletions Build.PL
Expand Up @@ -23,6 +23,7 @@ my $builder = Module::Build->new(
'Term::Prompt' => 0,
'File::ShareDir' => 0,
'File::Copy::Recursive' => 0,
'File::Next' => 0,
},
configure_requires => {
'Module::Build' => 0.38,
Expand Down
3 changes: 2 additions & 1 deletion META.json
Expand Up @@ -4,7 +4,7 @@
"Joel Berger"
],
"dynamic_config" : 1,
"generated_by" : "Module::Build version 0.4, CPAN::Meta::Converter version 2.120921",
"generated_by" : "Module::Build version 0.4003, CPAN::Meta::Converter version 2.120630",
"license" : [
"perl_5"
],
Expand Down Expand Up @@ -33,6 +33,7 @@
"DBIx::Class::DeploymentHandler" : "0",
"DBIx::Class::EncodedColumn" : "0",
"File::Copy::Recursive" : "0",
"File::Next" : "0",
"File::ShareDir" : "1.00",
"Mojolicious" : "3.85",
"Mojolicious::Plugin::Humane" : "0.04",
Expand Down
3 changes: 2 additions & 1 deletion META.yml
Expand Up @@ -6,7 +6,7 @@ build_requires: {}
configure_requires:
Module::Build: 0.38
dynamic_config: 1
generated_by: 'Module::Build version 0.4, CPAN::Meta::Converter version 2.120921'
generated_by: 'Module::Build version 0.4003, CPAN::Meta::Converter version 2.120630'
license: perl
meta-spec:
url: http://module-build.sourceforge.net/META-spec-v1.4.html
Expand Down Expand Up @@ -63,6 +63,7 @@ requires:
DBIx::Class::DeploymentHandler: 0
DBIx::Class::EncodedColumn: 0
File::Copy::Recursive: 0
File::Next: 0
File::ShareDir: 1.00
Mojolicious: 3.85
Mojolicious::Plugin::Humane: 0.04
Expand Down

0 comments on commit 84e217d

Please sign in to comment.