aboutsummaryrefslogtreecommitdiffstats
path: root/www/p5-Ark/files
diff options
context:
space:
mode:
Diffstat (limited to 'www/p5-Ark/files')
-rw-r--r--www/p5-Ark/files/patch-AutoInstall.pm15
1 files changed, 15 insertions, 0 deletions
diff --git a/www/p5-Ark/files/patch-AutoInstall.pm b/www/p5-Ark/files/patch-AutoInstall.pm
new file mode 100644
index 000000000000..c033b1970abb
--- /dev/null
+++ b/www/p5-Ark/files/patch-AutoInstall.pm
@@ -0,0 +1,15 @@
+--- inc/Module/AutoInstall.pm.orig 2009-06-01 09:53:37.000000000 +0900
++++ inc/Module/AutoInstall.pm 2009-06-07 13:45:32.000000000 +0900
+@@ -637,10 +637,10 @@
+ require CPAN;
+ if ( $CPAN::HandleConfig::VERSION ) {
+ # Newer versions of CPAN have a HandleConfig module
+- CPAN::HandleConfig->load;
++# CPAN::HandleConfig->load;
+ } else {
+ # Older versions had the load method in Config directly
+- CPAN::Config->load;
++# CPAN::Config->load;
+ }
+ }
+