remove extra warn
Marcus Ramberg [Wed, 23 Jul 2008 11:39:01 +0000 (11:39 +0000)]
lib/Config/Any.pm

index 14b31a7..d0d789c 100644 (file)
@@ -159,7 +159,6 @@ sub _load {
     }
 
     my @results;
-                       warn $@ if $@;
 
     for my $filename ( @{ $args->{ files } } ) {