From: Todd Hepler Date: Tue, 27 May 2008 15:55:58 +0000 (+0000) Subject: closer to 0.05 X-Git-Tag: 0_05~4 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMooseX-Types-Path-Class.git;a=commitdiff_plain;h=16615fe1f4307026ac3c053a13bc83d9f368be9d closer to 0.05 --- diff --git a/Changes b/Changes index 4a030ad..1ee6a40 100644 --- a/Changes +++ b/Changes @@ -4,7 +4,11 @@ Revision history for MooseX-Types-Path-Class * use class_type() - * make MooseX::Getopt an optional dependency + * made MooseX::Getopt an optional dependency + + * pod updates + + * made Dir and File subtypes of Path::Class::* 0.04 Mon Nov 29 2007 diff --git a/Makefile.PL b/Makefile.PL index e50dec2..9f4d691 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -12,13 +12,19 @@ requires 'Class::MOP' => 0; requires 'Moose' => '0.39'; requires 'MooseX::Types' => '0.04'; requires 'Path::Class' => '0.16'; -# MooseX::Getopt is optional -#requires 'MooseX::Getopt' => '0.05'; + +# optional +#feature 'MooseX::Getopt', +# -default => 0, +# 'MooseX::Getopt' => '0.05'; +#optional 'MooseX::Getopt' => 0.05; # things the tests need build_requires 'Test::More' => '0.62'; auto_provides; +#auto_install; + WriteAll;