MYMETA-CPANFILE(1p) | User Contributed Perl Documentation | MYMETA-CPANFILE(1p) |
mymeta-cpanfile - Dump cpanfile out of (MY)META files
perl Makefile.PL # or Build.PL mymeta-cpanfile # Skip configures phase and suggests type mymeta-cpanfile --no-configure --no-suggests # Include empty blcok for phases without prereqs mymeta-cpanfile --include-empty
This script reads prereqs metadata from MYMETA files in the current directory and prints "cpanfile" that represents the prereqs. Useful when you want to migrate to using cpanfile from existing "Makefile.PL" or "Build.PL" with dependency specification.
This script is distributed with Module::CPANfile since version 0.9021.
on test => sub { };
Defaults to false.
Tatsuhiko Miyagawa
Module::CPANfile cpanfile App::mymeta_requires
2018-05-17 | perl v5.26.2 |