projects
/
p5sagit/Config-Any.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
92c2932
)
remove extra warn
Marcus Ramberg [Wed, 23 Jul 2008 11:39:01 +0000 (11:39 +0000)]
lib/Config/Any.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/Config/Any.pm
b/lib/Config/Any.pm
index
14b31a7
..
d0d789c
100644
(file)
--- a/
lib/Config/Any.pm
+++ b/
lib/Config/Any.pm
@@
-159,7
+159,6
@@
sub _load {
}
my @results;
- warn $@ if $@;
for my $filename ( @{ $args->{ files } } ) {