The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

mbtiny - A standalone authoring script for Module::Build::Tiny

VERSION

version 0.002

SYNOPSIS

 mbtiny listdeps | cpanm
 mbtiny test --release
 mbtiny dist

DESCRIPTION

SUBCOMMANDS

  • dist

    This creates a distribution tarball.

  • distdir

    This creates a directory containing all of the files of the distribution.

  • test

    This runs all of the tests of a distribution. It takes two options that can both be negated:

    • release

      Run release tests. Defaults to false.

    • author

      Run author tests. Defaults to true.

  • run

    Run the specified command in a build distribution. If no command is given, the $SHELL is invoked.

  • listdeps

    List all dependencies of this distribution. By default it prints a list of modules. If the json option