From: Tomas Doran Date: Wed, 7 Jul 2010 19:07:16 +0000 (+0100) Subject: Fix bundling issue by bundling File::Copy::Recursive X-Git-Tag: 0.002001_02~1 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=f97f8af8e13a95633d3ed930ad80f533b8218a81;p=catagits%2FGitalist.git Fix bundling issue by bundling File::Copy::Recursive --- diff --git a/Makefile.PL b/Makefile.PL index 54a102d..fb8b06a 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -112,6 +112,7 @@ catalyst; if ($Module::Install::AUTHOR) { system("pod2text lib/Gitalist.pm > README") and die $!; + include 'File::Copy::Recursive'; } if ($ENV{GITALIST_RELEASE_TESTING}) {