Module::Build::YAML - DEPRECATED


Module-Build documentation Contained in the Module-Build distribution.

Index


Code Index:

NAME

Top

Module::Build::YAML - DEPRECATED

DESCRIPTION

Top

This module was originally an inline copy of YAML::Tiny. It has been deprecated in favor of using CPAN::Meta::YAML directly. This module is kept as a subclass wrapper for compatibility.


Module-Build documentation Contained in the Module-Build distribution.

package Module::Build::YAML;
use strict;
use CPAN::Meta::YAML 0.002 ();
our @ISA = qw(CPAN::Meta::YAML);
our $VERSION  = '1.41';
1;