Bumping version to 0.31
[p5sagit/Config-Any.git] / lib / Config / Any.pm
index fecb247..844af1b 100644 (file)
@@ -6,7 +6,7 @@ use warnings;
 use Carp;
 use Module::Pluggable::Object ();
 
-our $VERSION = '0.30';
+our $VERSION = '0.31';
 
 =head1 NAME
 
@@ -42,8 +42,6 @@ configuration formats.
 
 =head1 INTERFACE
 
-=cut
-
 =head2 load_files( \%args )
 
     Config::Any->load_files( { files => \@files } );
@@ -335,11 +333,11 @@ No bugs have been reported.
 
 Please report any bugs or feature requests to
 C<bug-config-any@rt.cpan.org>, or through the web interface at
-L<http://rt.cpan.org>.
+L<https://rt.cpan.org/Public/Dist/Display.html?Name=Config-Any>.
 
 =head1 AUTHOR
 
-Joel Bernstein E<lt>rataxis@cpan.orgE<gt>
+Joel Bernstein <rataxis@cpan.org>
 
 =head1 CONTRIBUTORS