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 --- .../perl/cpan/Module-Build/lib/Module/Build/YAML.pm | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 gnu/usr.bin/perl/cpan/Module-Build/lib/Module/Build/YAML.pm (limited to 'gnu/usr.bin/perl/cpan/Module-Build/lib/Module/Build/YAML.pm') diff --git a/gnu/usr.bin/perl/cpan/Module-Build/lib/Module/Build/YAML.pm b/gnu/usr.bin/perl/cpan/Module-Build/lib/Module/Build/YAML.pm deleted file mode 100644 index 133dee54274..00000000000 --- a/gnu/usr.bin/perl/cpan/Module-Build/lib/Module/Build/YAML.pm +++ /dev/null @@ -1,19 +0,0 @@ -package Module::Build::YAML; -use strict; -use CPAN::Meta::YAML 0.002 (); -our @ISA = qw(CPAN::Meta::YAML); -our $VERSION = '1.41'; -1; - -=head1 NAME - -Module::Build::YAML - DEPRECATED - -=head1 DESCRIPTION - -This module was originally an inline copy of L. It has been -deprecated in favor of using L directly. This module is kept -as a subclass wrapper for compatibility. - -=cut - -- cgit v1.2.3-59-g8ed1b