fixed config and template files not getting installed
Alexander Hartmaier [Tue, 18 Jan 2011 13:16:03 +0000 (14:16 +0100)]
lib/Module/Install/Catalyst.pm

index d081c33..88bd642 100644 (file)
@@ -102,7 +102,7 @@ sub catalyst_files {
     my @path = split '-', $self->name;
     for my $orig (@files) {
         my $path = File::Spec->catdir( 'blib', 'lib', @path, $orig );
-        rcopy( $orig, $path );
+        File::Copy::Recursive::rcopy( $orig, $path );
     }
 }