Skip to content

Commit

Permalink
Simplify Test::Routine requirement in Makefile.PL
Browse files Browse the repository at this point in the history
cpanm is having issues presently:

! Couldn't find module or a distribution Test::Rountine::Util
! Couldn't find module or a distribution Test::Rountine (0.012)

not sure why.
  • Loading branch information
rwstauner committed Jan 1, 2014
1 parent 9511e38 commit e52b50f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Makefile.PL
Expand Up @@ -21,8 +21,7 @@ my %WriteMakefileArgs = (
"Test::Aggregate::Nested" => "0.371",
"Test::More" => "0.96",
"Test::Most" => 0,
"Test::Rountine" => "0.012",
"Test::Rountine::Util" => "0",
"Test::Rountine" => "0", # cpanm is currently having trouble when a version gets backpanned
},

CONFIGURE_REQUIRES => {
Expand Down

0 comments on commit e52b50f

Please sign in to comment.