From: Yuval Kogman Date: Sun, 22 Jun 2008 01:31:57 +0000 (+0000) Subject: demand Module::Install 0.75 X-Git-Tag: 0.02~17 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=5cb818fb87ba328fa14505c4d389525c40842744;p=gitmo%2FTask-Moose.git demand Module::Install 0.75 --- diff --git a/Makefile.PL b/Makefile.PL index a0791d0..4c045e0 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -1,6 +1,6 @@ use strict; use warnings; -use inc::Module::Install; +use inc::Module::Install 0.75; name 'Task-Moose'; all_from 'lib/Task/Moose.pm';