In perl.git, the branch blead has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/b3387df16a1341ea325dc9814a5b7e3a2a3b7d9f?hp=241207b9baf4eccec13f14eefd3867de44984a90>

- Log -----------------------------------------------------------------
commit b3387df16a1341ea325dc9814a5b7e3a2a3b7d9f
Author: Lukas Mai <[email protected]>
Date:   Thu Nov 6 20:24:25 2014 +0100

    make link->copy fallback work again [#123141]
-----------------------------------------------------------------------

Summary of changes:
 install_lib.pl | 1 +
 1 file changed, 1 insertion(+)

diff --git a/install_lib.pl b/install_lib.pl
index aa9945a..1278ba7 100644
--- a/install_lib.pl
+++ b/install_lib.pl
@@ -8,6 +8,7 @@ use vars qw($Is_VMS $Is_W32 $Is_OS2 $Is_Cygwin $Is_Darwin 
$Is_NetWare
            %opts $packlist);
 use subs qw(unlink link chmod);
 require File::Path;
+require File::Copy;
 
 BEGIN {
     require Config;

--
Perl5 Master Repository

Reply via email to