From b8851fcc53cbe24fd20b090f26dd149e353f6174 Mon Sep 17 00:00:00 2001 From: afresh1 Date: Sun, 5 Feb 2017 00:31:51 +0000 Subject: Fix merge issues, remove excess files - match perl-5.24.1 dist --- .../cpan/Module-Build/lib/Module/Build/Version.pm | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 gnu/usr.bin/perl/cpan/Module-Build/lib/Module/Build/Version.pm (limited to 'gnu/usr.bin/perl/cpan/Module-Build/lib/Module/Build/Version.pm') diff --git a/gnu/usr.bin/perl/cpan/Module-Build/lib/Module/Build/Version.pm b/gnu/usr.bin/perl/cpan/Module-Build/lib/Module/Build/Version.pm deleted file mode 100644 index e659712ddb1..00000000000 --- a/gnu/usr.bin/perl/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 as a C dependency -and no longer installs a copy. - -=cut - -- cgit v1.2.3-59-g8ed1b