pod update
Todd Hepler [Mon, 27 Aug 2007 16:36:47 +0000 (16:36 +0000)]
trying to fix cpantesters reports
getting ready for 0.02

Build.PL
Changes
MANIFEST
lib/MooseX/Types/Path/Class.pm

index 65db184..62c7246 100644 (file)
--- a/Build.PL
+++ b/Build.PL
@@ -15,9 +15,11 @@ my $builder = Module::Build->new(
     optional => {
     },
     build_requires => {
-        'Test::More'     => 0,
+        'Test::More'     => '0.62',
     },
+    create_makefile_pl  => 'traditional',
     add_to_cleanup      => [ 'MooseX-Types-Path-Class-*' ],
 );
 
 $builder->create_build_script();
+
diff --git a/Changes b/Changes
index 75b4dfa..fef6771 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,8 +1,14 @@
 Revision history for MooseX-Types-Path-Class
 
-0.01   Tue Aug 09 2007
-       renamed from MooseX::Path::Class to MooseX::Types::Path::Class
+0.02 Mon Aug 27 2007
+       
+    * pod update
 
-       Tue Jul 17 2007
-       Initial creation.
+    * attempted fixes for cpantesters reports
+
+0.01 Tue Aug 09 2007
+
+    * renamed from MooseX::Path::Class to MooseX::Types::Path::Class
+
+    * Initial creation in SVN Tue Jul 17 2007
 
index 7eb99ff..24b0136 100644 (file)
--- a/MANIFEST
+++ b/MANIFEST
@@ -9,3 +9,4 @@ t/01.basic.t
 t/perlcritic.t
 t/pod-coverage.t
 t/pod.t
+Makefile.PL
index 5837f80..3f5ee22 100644 (file)
@@ -92,7 +92,7 @@ MooseX::Types::Path::Class - A Path::Class type library for Moose
 
   # these attributes are coerced to the
   # appropriate Path::Class objects
-  Foo->new( dir => '/some/directory/', file => '/some/file' );
+  MyClass->new( dir => '/some/directory/', file => '/some/file' );
 
   
 =head1 DESCRIPTION