NAME

makefilepl2cpanfile - Convert a Makefile.PL to a cpanfile

SYNOPSIS

bin/makefilepl2cpanfile [options]

Options:

--with-develop    Include author/development dependencies (default)
--no-develop      Exclude author/development dependencies
--dry-run         Print output to STDOUT instead of writing cpanfile
--diff            Show diff against existing cpanfile if it exists
--check           Verify all Makefile.PL dependencies appear in output
--help            Show this usage message

DESCRIPTION

Reads a Makefile.PL in the current directory and generates a corresponding cpanfile. Existing develop blocks in a pre-existing cpanfile are preserved and merged.

SUPPORT

This program is provided as-is without any warranty.

AUTHOR

Nigel Horne <njh@nigelhorne.com>

LICENCE AND COPYRIGHT

Copyright 2025-2026 Nigel Horne.

Personal single user, single computer use: GPL2. All other users must apply in writing for a licence.