diff options
Diffstat (limited to 'cpan/Module-Build/lib/Module/Build/YAML.pm')
-rw-r--r-- | cpan/Module-Build/lib/Module/Build/YAML.pm | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/cpan/Module-Build/lib/Module/Build/YAML.pm b/cpan/Module-Build/lib/Module/Build/YAML.pm deleted file mode 100644 index 133dee5427..0000000000 --- a/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<YAML::Tiny>. It has been -deprecated in favor of using L<CPAN::Meta::YAML> directly. This module is kept -as a subclass wrapper for compatibility. - -=cut - |