prep release
[p5sagit/Config-Any.git] / lib / Config / Any / Perl.pm
index 6d214f2..6258392 100644 (file)
@@ -44,8 +44,8 @@ Attempts to load C<$file> as a Perl file.
 sub load {
     my $class = shift;
     my $file  = shift;
-    my $content;
-    my $exception;
+
+    my( $exception, $content );
     {
         local $@;
         $content = do $file;
@@ -62,7 +62,7 @@ Brian Cassidy E<lt>bricas@cpan.orgE<gt>
 
 =head1 COPYRIGHT AND LICENSE
 
-Copyright 2006-2009 by Brian Cassidy
+Copyright 2006-2010 by Brian Cassidy
 
 This library is free software; you can redistribute it and/or modify
 it under the same terms as Perl itself.