bump version to 3.00.00_1; update POD a bit; include contact info for myself; declare this module deprecated and in maintenance mode; include Module::Build in the 'inc' dir to avoid a warning about it being deprecated from core inclusion; add mention of the UNIVERSAL->isa() bug created by Class::Std::Fast to the POD for BUGS AND LIMITATIONS.

This commit is contained in:
Scott Walters
2014-08-27 17:39:52 -04:00
parent 2624a9d5c0
commit 7d81cfce87
137 changed files with 21743 additions and 165 deletions
+34
View File
@@ -0,0 +1,34 @@
# -*- mode: cperl; tab-width: 8; indent-tabs-mode: nil; basic-offset: 2 -*-
# vim:ts=8:sw=2:et:sta:sts=2
package Module::Build::ModuleInfo;
use strict;
use vars qw($VERSION);
$VERSION = '0.4206';
$VERSION = eval $VERSION;
require Module::Metadata;
our @ISA = qw/Module::Metadata/;
1;
__END__
=for :stopwords ModuleInfo
=head1 NAME
Module::Build::ModuleInfo - DEPRECATED
=head1 DESCRIPTION
This module has been extracted into a separate distribution and renamed
L<Module::Metadata>. This module is kept as a subclass wrapper for
compatibility.
=head1 SEE ALSO
perl(1), L<Module::Build>, L<Module::Metadata>
=cut