mirror of
https://git.freebsd.org/ports.git
synced 2025-06-19 19:50:31 -04:00
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/
15 lines
500 B
Perl
15 lines
500 B
Perl
--- 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;
|
|
}
|
|
}
|
|
|