X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2FConfig-Any.git;a=blobdiff_plain;f=lib%2FConfig%2FAny.pm;h=1b056e19103a9249872db63018e2cad3e3fb98c9;hp=dce93ceb5b13090546ff825c5c9a8c9d2457bf2b;hb=11501cf7c7fd46e8723c2de165a00e2f8deefc72;hpb=8af0a7cf96c671f13244fec2e0f15a4c13f2737d diff --git a/lib/Config/Any.pm b/lib/Config/Any.pm index dce93ce..1b056e1 100644 --- a/lib/Config/Any.pm +++ b/lib/Config/Any.pm @@ -6,7 +6,7 @@ use warnings; use Carp; use Module::Pluggable::Object (); -our $VERSION = '0.12'; +our $VERSION = '0.13'; =head1 NAME @@ -179,7 +179,7 @@ sub _load { = eval { $loader->load( $filename, $loader_args{ $loader } ); }; # fatal error if we used extension matching - croak "Error parsing file: $filename" if $@ and $use_ext_lut; + croak "Error parsing $filename: $@" if $@ and $use_ext_lut; next if $@ or !@configs; # post-process config with a filter callback