diff options
author | Ricardo Signes <rjbs@cpan.org> | 2014-05-27 08:18:37 -0400 |
---|---|---|
committer | Ricardo Signes <rjbs@cpan.org> | 2014-05-27 08:39:35 -0400 |
commit | 2ea3abd479aa44362dc629f2b947e82932c2b5ef (patch) | |
tree | 1209e99dbc45b0ec56edbbeaa1cc93788c7981ef /cpan/Module-Build/lib/Module/Build/Version.pm | |
parent | e9fa5a806a772a77473708c3c01c20c725a51822 (diff) | |
download | perl-2ea3abd479aa44362dc629f2b947e82932c2b5ef.tar.gz |
remove Module-Build from core perl distribution
Diffstat (limited to 'cpan/Module-Build/lib/Module/Build/Version.pm')
-rw-r--r-- | cpan/Module-Build/lib/Module/Build/Version.pm | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/cpan/Module-Build/lib/Module/Build/Version.pm b/cpan/Module-Build/lib/Module/Build/Version.pm deleted file mode 100644 index e659712ddb..0000000000 --- a/cpan/Module-Build/lib/Module/Build/Version.pm +++ /dev/null @@ -1,21 +0,0 @@ -package Module::Build::Version; -use strict; -use vars qw($VERSION); -$VERSION = '0.87'; ### XXX sync with version of version.pm below - -use version 0.87; -our @ISA = qw(version); - -1; - -=head1 NAME - -Module::Build::Version - DEPRECATED - -=head1 DESCRIPTION - -Module::Build now lists L<version> as a C<configure_requires> dependency -and no longer installs a copy. - -=cut - |