Skip to content

Commit

Permalink
(GitHub #9) Moved prereq to the correct section.
Browse files Browse the repository at this point in the history
  • Loading branch information
guillaumeaubert committed Mar 21, 2013
1 parent af938b3 commit 7c4da23
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Build.PL
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ my $builder = Module::Build->new(
'Test::More' => 0.94, # subtest()
'Test::NoWarnings' => 0,
'Test::Type' => 0,
'Try::Tiny' => 0,
},
requires =>
{
Expand All @@ -29,6 +28,7 @@ my $builder = Module::Build->new(
'Log::Any' => 0,
'MIME::Base64' => 0,
'Storable' => 0,
'Try::Tiny' => 0,
},
add_to_cleanup =>
[
Expand Down
4 changes: 2 additions & 2 deletions META.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,7 @@
"Test::Exception" : "0",
"Test::More" : "0.94",
"Test::NoWarnings" : "0",
"Test::Type" : "0",
"Try::Tiny" : "0"
"Test::Type" : "0"
}
},
"configure" : {
Expand All @@ -45,6 +44,7 @@
"Log::Any" : "0",
"MIME::Base64" : "0",
"Storable" : "0",
"Try::Tiny" : "0",
"perl" : "5.01"
}
}
Expand Down
2 changes: 1 addition & 1 deletion META.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ build_requires:
Test::More: 0.94
Test::NoWarnings: 0
Test::Type: 0
Try::Tiny: 0
configure_requires:
Module::Build: 0
dynamic_config: 1
Expand All @@ -35,6 +34,7 @@ requires:
Log::Any: 0
MIME::Base64: 0
Storable: 0
Try::Tiny: 0
perl: 5.01
resources:
bugtracker: https://github.com/guillaumeaubert/DBIx-NinjaORM/issues
Expand Down

0 comments on commit 7c4da23

Please sign in to comment.