minor tweaks
Todd Hepler [Tue, 27 May 2008 16:01:35 +0000 (16:01 +0000)]
lib/MooseX/Types/Path/Class.pm

index 00d674f..021d873 100644 (file)
@@ -7,7 +7,7 @@ our $VERSION = '0.05';
 our $AUTHORITY = 'cpan:THEPLER';
 
 use Path::Class ();
-# TODO: export dir() and file() from Path::Class
+# TODO: export dir() and file() from Path::Class? (maybe)
 
 use MooseX::Types
     -declare => [qw( Dir File )];
@@ -43,6 +43,7 @@ if ( !$EVAL_ERROR ) {
 1;
 __END__
 
+
 =head1 NAME
 
 MooseX::Types::Path::Class - A Path::Class type library for Moose
@@ -90,6 +91,7 @@ This is just meant to be a central place for these constructs, so you
 don't have to worry about whether they've been created or not, and
 you're not tempted to copy them into yet another class (like I was).
 
+
 =head1 EXPORTS
 
 None of these are exported by default.  They are provided via