Query: module::cpanfile
OS: debian
Section: 3pm
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
Module::CPANfile(3pm) User Contributed Perl Documentation Module::CPANfile(3pm)NAMEModule::CPANfile - Parse cpanfileSYNOPSISuse Module::CPANfile; my $file = Module::CPANfile->load("cpanfile"); my $prereqs = $file->prereqs; # CPAN::Meta::Prereqs objectDESCRIPTIONModule::CPANfile is a tool to handle cpanfile format to load application specific dependencies, not just for CPAN distributions.AUTHORTatsuhiko MiyagawaSEE ALSOcpanfile, CPAN::Meta, CPAN::Meta::Spec perl v5.14.2 2012-04-14 Module::CPANfile(3pm)