NAME
mymeta-cpanfile - Dump cpanfile out of (MY)META files
SYNOPSIS
$ perl Makefile.PL # or Build.PL
$ mymeta-cpanfile > cpanfile
DESCRIPTION
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.
AUTHOR
Tatsuhiko Miyagawa