GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
MYMETA-CPANFILE(1) User Contributed Perl Documentation MYMETA-CPANFILE(1)

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.

--configure, --build, --test, --runtime, --develop
Specify the phase to include/exclude. Defaults to include all phases, but you can exclude some phases by specifying the options with "--no-" prefix, like "--no-configure".
--requires, --recommends, --suggests, --conflicts
Specify the type to include/exclude. Defaults to include all types, but you can exclude some types by specifying the options with "--no-" prefix, like "--no-conflicts".
--include-empty
By default, phases without any prereqs are not dumped, By giving this option, cpanfile will have an empty block such as:

  on test => sub {

  };
    

Defaults to false.

Tatsuhiko Miyagawa

Module::CPANfile cpanfile App::mymeta_requires
2018-04-26 perl v5.32.1

Search for    or go to Top of page |  Section 1 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.