From: Justin Hunter Date: Thu, 27 Aug 2009 05:22:48 +0000 (-0700) Subject: bump Moose and MI versions X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=17e3235c4f525d76ef0e66d624c9981724c70746;hp=f58eb3204952be9aa447d3c8f46937344a86c8de;p=gitmo%2FMooseX-AutoDoc.git bump Moose and MI versions --- diff --git a/Makefile.PL b/Makefile.PL index 0a6e3d4..3258b43 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -1,7 +1,7 @@ #! /usr/bin/perl -w # Load the Module::Install bundled in ./inc/ -use inc::Module::Install 0.75; +use inc::Module::Install 0.91; # Define metadata name 'MooseX-AutoDoc'; @@ -9,7 +9,7 @@ abstract 'Automatically generate documentation stubs for Moose-based classes.'; all_from 'lib/MooseX/AutoDoc.pm'; # Specific dependencies -requires 'Moose' => '0.36'; +requires 'Moose' => '0.89'; requires 'Template'; #version TBD build_requires 'Test::More' => 0;