Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
wchristian committed Apr 25, 2015
1 parent 08f4cac commit 0f2c558
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions META.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@
"Carp::Always" : "0",
"Clone" : "0",
"Color::Mix" : "0",
"Data::GUID" : "0",
"File::ShareDir" : "0",
"IO::All" : "0",
"IO::Async::Future" : "0",
Expand All @@ -72,6 +73,7 @@
"SDL::Mixer::Effects" : "0",
"SDL::Mixer::Music" : "0",
"SDL::Mixer::Samples" : "0",
"SDL::RWOps" : "0",
"SDLx::App" : "0",
"Scalar::Util" : "0",
"Sereal" : "0",
Expand Down
4 changes: 4 additions & 0 deletions Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ my %WriteMakefileArgs = (
"Carp::Always" => 0,
"Clone" => 0,
"Color::Mix" => 0,
"Data::GUID" => 0,
"File::ShareDir" => 0,
"IO::All" => 0,
"IO::Async::Future" => 0,
Expand All @@ -58,6 +59,7 @@ my %WriteMakefileArgs = (
"SDL::Mixer::Effects" => 0,
"SDL::Mixer::Music" => 0,
"SDL::Mixer::Samples" => 0,
"SDL::RWOps" => 0,
"SDLx::App" => 0,
"Scalar::Util" => 0,
"Sereal" => 0,
Expand Down Expand Up @@ -96,6 +98,7 @@ my %FallbackPrereqs = (
"Carp::Always" => 0,
"Clone" => 0,
"Color::Mix" => 0,
"Data::GUID" => 0,
"ExtUtils::MakeMaker" => 0,
"File::ShareDir" => 0,
"File::ShareDir::Install" => "0.06",
Expand Down Expand Up @@ -123,6 +126,7 @@ my %FallbackPrereqs = (
"SDL::Mixer::Effects" => 0,
"SDL::Mixer::Music" => 0,
"SDL::Mixer::Samples" => 0,
"SDL::RWOps" => 0,
"SDLx::App" => 0,
"Scalar::Util" => 0,
"Sereal" => 0,
Expand Down
2 changes: 2 additions & 0 deletions cpanfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ requires "Carp" => "0";
requires "Carp::Always" => "0";
requires "Clone" => "0";
requires "Color::Mix" => "0";
requires "Data::GUID" => "0";
requires "File::ShareDir" => "0";
requires "IO::All" => "0";
requires "IO::Async::Future" => "0";
Expand All @@ -26,6 +27,7 @@ requires "SDL::Mixer::Channels" => "0";
requires "SDL::Mixer::Effects" => "0";
requires "SDL::Mixer::Music" => "0";
requires "SDL::Mixer::Samples" => "0";
requires "SDL::RWOps" => "0";
requires "SDLx::App" => "0";
requires "Scalar::Util" => "0";
requires "Sereal" => "0";
Expand Down

0 comments on commit 0f2c558

Please sign in to comment.