diff options
author | James Meyer <james.meyer@operamail.com> | 2012-08-07 17:54:04 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2012-08-07 17:54:04 (GMT) |
commit | 16a043fed17ea05b6d6ca012ff09b71008562790 (patch) | |
tree | 86b6ccfe6c79f7671304d3b8f921eb706fe9778f /abs/core/perl/archlinux-cpan-installdir.patch | |
parent | 4cf4de0fd9895bae9713f28ab85983c3900ca0fc (diff) | |
download | linhes_pkgbuild-16a043fed17ea05b6d6ca012ff09b71008562790.zip linhes_pkgbuild-16a043fed17ea05b6d6ca012ff09b71008562790.tar.gz linhes_pkgbuild-16a043fed17ea05b6d6ca012ff09b71008562790.tar.bz2 |
perl 5.16
Diffstat (limited to 'abs/core/perl/archlinux-cpan-installdir.patch')
-rw-r--r-- | abs/core/perl/archlinux-cpan-installdir.patch | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/abs/core/perl/archlinux-cpan-installdir.patch b/abs/core/perl/archlinux-cpan-installdir.patch deleted file mode 100644 index 1e005d8..0000000 --- a/abs/core/perl/archlinux-cpan-installdir.patch +++ /dev/null @@ -1,17 +0,0 @@ -Some modules which are included in the perl core set INSTALLDIRS => 'perl' -explicitly in Makefile.PL. This makes sense for the normal @INC ordering but -not for Arch Linux. Provide a sensible default. - -Thanks to Charles Mauch (xterminus) for his work on the initial patch. - ---- lib/CPAN/FirstTime.pm.orig 2007-11-04 22:35:31.000000000 -0500 -+++ lib/CPAN/FirstTime.pm 2007-11-04 22:37:59.000000000 -0500 -@@ -358,7 +358,7 @@ - - }; - -- $default = $CPAN::Config->{makepl_arg} || ""; -+ $default = $CPAN::Config->{makepl_arg} || "INSTALLDIRS=site"; - $CPAN::Config->{makepl_arg} = - prompt("Parameters for the 'perl Makefile.PL' command? - Typical frequently used settings: |