From: Karen Etheridge Date: Fri, 15 Feb 2013 21:18:19 +0000 (-0800) Subject: depend on Path::Tiny version that has 5.8 support X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMooseX-Runnable.git;a=commitdiff_plain;h=c1cc9df99770624371779e1cd537d130410cd568 depend on Path::Tiny version that has 5.8 support --- diff --git a/Makefile.PL b/Makefile.PL index 3346872..f71c0dd 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -6,7 +6,7 @@ all_from 'lib/MooseX/Runnable.pm'; requires 'Moose'; requires 'MooseX::Getopt'; # not really requires 'MooseX::Types' => '0.10'; -requires 'Path::Tiny'; +requires 'Path::Tiny' => '0.009'; # need this version for 5.8 support requires 'MooseX::Types::Path::Tiny'; requires 'namespace::autoclean'; requires 'List::MoreUtils';