X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2FConfig-Any.git;a=blobdiff_plain;f=lib%2FConfig%2FAny%2FPerl.pm;h=ae7bd7b01c78815af26453ce8b4613a7b8d57e0a;hp=6c179f5c8ad0c07ab17ba47e98574502a8341eec;hb=e967a60fa6fb5adeb6ead013b0b60289b2a92e2e;hpb=59a8045203653a6f6cbccc3c24eb3884fba40ddc diff --git a/lib/Config/Any/Perl.pm b/lib/Config/Any/Perl.pm index 6c179f5..ae7bd7b 100644 --- a/lib/Config/Any/Perl.pm +++ b/lib/Config/Any/Perl.pm @@ -42,7 +42,6 @@ Attempts to load C<$file> as a Perl file. sub load { my $class = shift; my $file = shift; - return eval { require $file }; } @@ -73,4 +72,4 @@ it under the same terms as Perl itself. =cut -1; \ No newline at end of file +1;