module::cpanfile(3pm) debian man page | unix.com

Man Page: module::cpanfile

Operating Environment: debian

Section: 3pm

Module::CPANfile(3pm)					User Contributed Perl Documentation				     Module::CPANfile(3pm)

NAME
Module::CPANfile - Parse cpanfile
SYNOPSIS
use Module::CPANfile; my $file = Module::CPANfile->load("cpanfile"); my $prereqs = $file->prereqs; # CPAN::Meta::Prereqs object
DESCRIPTION
Module::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 perl v5.14.2 2012-04-14 Module::CPANfile(3pm)
Related Man Pages
carton-install(1p) - debian
cpan::meta::prereqs(3) - osx
cpan::meta::feature(3pm) - debian
module::packaged(3pm) - debian
module::packaged::generate(3pm) - debian
Similar Topics in the Unix Linux Community
Adding the individual columns of a matrix.
Is UNIX an open source OS ?
One instance of comparing grep and awk
Find columns in a file based on header and print to new file
Weird 'find' results