Merge branch 'master' into psgi
[catagits/Catalyst-Devel.git] / lib / Module / Install / Catalyst.pm
index 88bd642..5230d6f 100644 (file)
@@ -60,10 +60,7 @@ sub catalyst {
     my $self = shift;
 
     if($Module::Install::AUTHOR) {
-        $self->admin->copy_package(
-            'File::Copy::Recursive',
-            $INC{"File/Copy/Recursive.pm"},
-        );
+        $self->include("File::Copy::Recursive");
     }
 
     print <<EOF;