update Config::General prereq to working version
[p5sagit/Config-Any.git] / lib / Config / Any / General.pm
index 2cbd2e8..c072293 100644 (file)
@@ -48,7 +48,7 @@ sub load {
     $args->{ -ConfigFile } = $file;
 
     require Config::General;
-    Config::General->VERSION( '2.47' );
+    Config::General->VERSION( '2.48' );
 
     $args->{ -ForceArray } = 1 unless exists $args->{ -ForceArray };
 
@@ -64,15 +64,15 @@ Specifies that this module requires L<Config::General> in order to work.
 
 =cut
 
-sub requires_all_of { [ 'Config::General' => '2.47' ] }
+sub requires_all_of { [ 'Config::General' => '2.48' ] }
 
 =head1 AUTHOR
 
-Brian Cassidy E<lt>bricas@cpan.orgE<gt>
+Brian Cassidy <bricas@cpan.org>
 
 =head1 CONTRIBUTORS
 
-Joel Bernstein E<lt>rataxis@cpan.orgE<gt>
+Joel Bernstein <rataxis@cpan.org>
 
 =head1 COPYRIGHT AND LICENSE