summaryrefslogtreecommitdiff
path: root/www/p5-Ark/files/patch-AutoInstall.pm
diff options
context:
space:
mode:
authorJun Kuriyama <kuriyama@FreeBSD.org>2009-06-09 04:54:39 +0000
committerJun Kuriyama <kuriyama@FreeBSD.org>2009-06-09 04:54:39 +0000
commit5a4fa07c9e56779abf732416ca16e6f93a0f69a5 (patch)
tree2d5e494fb00afaa15551f38dbe6d1a5e40a8c053 /www/p5-Ark/files/patch-AutoInstall.pm
parentThis forced commit documents the repocopy of security/krb5 to security/krb5-17 (diff)
Ark is a web application framework. It's heavily inspired by Catalyst
Framework. Most different point between Ark and Catalyst is that Ark has CGI specific mode which can run applications less latency under CGI environment. WWW: http://opensource.kayac.com/en/projects/ark/
Notes
Notes: svn path=/head/; revision=235472
Diffstat (limited to 'www/p5-Ark/files/patch-AutoInstall.pm')
-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;
+ }
+ }
+