NAME

CPAN::cpanfile - Parse cpanfile

SYNOPSIS

use CPAN::cpanfile;

my $file = CPAN::cpanfile->load("cpanfile");
my $meta = $file->prereqs; # CPAN::Meta::Prereqs object

DESCRIPTION

CPAN::cpanfile is a tool to handle cpanfile format to load application specific dependencies, not just for CPAN distributions.

AUTHOR

Tatsuhiko Miyagawa

SEE ALSO

cpanfile, CPAN::Meta, CPAN::Meta::Spec