closer to 0.05
Todd Hepler [Tue, 27 May 2008 15:55:58 +0000 (15:55 +0000)]
Changes
Makefile.PL

diff --git a/Changes b/Changes
index 4a030ad..1ee6a40 100644 (file)
--- 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
 
index e50dec2..9f4d691 100644 (file)
@@ -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;