NAME
mbtiny - A standalone authoring script for Module::Build::Tiny
VERSION
version 0.004
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 option is given, it's printed as JSON instead.regenerate <files>
This regenerates the given files. If no files are given, it defaults to the four files it can generate:
Build.PL
,MANIFEST
,META.json
, andMETA.yml
. You usually want to do this after bumping the version of a module, adding a dependency or adding a file.