Skip Menu |

This queue is for tickets about the Catalyst-Devel CPAN distribution.

Report information
The Basics
Id: 64903
Status: resolved
Priority: 0/
Queue: Catalyst-Devel

People
Owner: bobtfish [...] bobtfish.net
Requestors: JJUDD [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 1.30
Fixed in: (no value)



Subject: File::Copy::Recursive::rcopy not exported in Module::Install::Catalyst
Module::Install::Catalyst is no long exporting 'rcopy' from File::Copy::Recursive as of 1.30. This results in the following warnings(from Makefile.PL): ... include inc/Module/Install/Catalyst.pm include inc/File/Copy/Recursive.pm *** Module::Install::Catalyst Use of inherited AUTOLOAD for non-method Module::Install::Catalyst::rcopy() is deprecated at /home/jjudd/perl5/lib/perl5/Module/Install/Catalyst.pm line 105. Use of inherited AUTOLOAD for non-method Module::Install::Catalyst::rcopy() is deprecated at /home/jjudd/perl5/lib/perl5/Module/Install/Catalyst.pm line 105. Use of inherited AUTOLOAD for non-method Module::Install::Catalyst::rcopy() is deprecated at /home/jjudd/perl5/lib/perl5/Module/Install/Catalyst.pm line 105. Use of inherited AUTOLOAD for non-method Module::Install::Catalyst::rcopy() is deprecated at /home/jjudd/perl5/lib/perl5/Module/Install/Catalyst.pm line 105. Use of inherited AUTOLOAD for non-method Module::Install::Catalyst::rcopy() is deprecated at /home/jjudd/perl5/lib/perl5/Module/Install/Catalyst.pm line 105. Please run "make catalyst_par" to create the PAR package! *** Module::Install::Catalyst finished. ... which, in turn, results in only /lib, POD, and /script files being installed... ( no catalyst /root, etc., get installed ); use File::Copy::Recursive; should be use File::Copy::Recursive 'rcopy'; Thanks!
Hi I've just released version 1.31 which fixes this issue. Thanks for the bug report, and sorry for the trouble.