Merge 'trunk' into 'helper_refactor'
[catagits/Catalyst-Devel.git] / lib / Catalyst / Helper.pm
index 5df10e6..6a052e6 100644 (file)
@@ -2,6 +2,7 @@ package Catalyst::Helper;
 use Moose;
 use Config;
 use File::Spec;
+use File::Spec::Unix;
 use File::Path;
 use FindBin;
 use IO::File;
@@ -640,7 +641,7 @@ Create the main application skeleton. This is called by L<catalyst.pl>.
 This method is called by L<create.pl> to make new components
 for your application.
 
-=head3 mk_dir ($path)
+=head2 mk_dir ($path)
 
 Surprisingly, this function makes a directory.