lots of Config::Any fixes, brought in C::Any testsuite (refactored, partly, from...
[p5sagit/Config-Any.git] / lib / Config / Any / General.pm
index 1951488..b453ca4 100644 (file)
@@ -42,7 +42,7 @@ sub load {
     my $file  = shift;\r
 \r
     # work around bug (?) in Config::General\r
-    return if $class->_test_perl($file);\r
+#   return if $class->_test_perl($file);\r
 \r
     require Config::General;\r
     my $configfile = Config::General->new( $file );\r