-
-
04 Mar 2021 22:30:31 UTC
- Distribution: App-ModuleBuildTiny
- Module version: 0.029
- Source (raw)
- Browse (raw)
- Changes
- How to Contribute
- Repository
- Issues (10)
- Testers (69 / 0 / 2)
- Kwalitee
Bus factor: 1- % Coverage
- License: perl_5
- Perl: v5.10.0
- Activity
24 month- Tools
- Download (18.88KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
- Dependencies
- Archive::Tar
- CPAN::Meta
- CPAN::Meta::Merge
- CPAN::Meta::Prereqs::Filter
- CPAN::Upload::Tiny
- Data::Section::Simple
- Encode
- Exporter
- ExtUtils::Manifest
- File::Path
- File::Slurper
- File::Temp
- Getopt::Long
- JSON::PP
- Module::CPANfile
- Module::Metadata
- Module::Runtime
- Parse::CPAN::Meta
- Pod::Simple::Text
- Software::LicenseUtils
- Text::Template
- Reverse dependencies
- CPAN Testers List
- Dependency graph
NAME
App::ModuleBuildTiny - A standalone authoring tool for Module::Build::Tiny
VERSION
version 0.029
DESCRIPTION
App::ModuleBuildTiny contains the implementation of the mbtiny tool.
FUNCTIONS
modulebuildtiny($action, @arguments)
This function runs a modulebuildtiny command. It expects at least one argument: the action. It may receive additional ARGV style options dependent on the command.
The actions are documented in the mbtiny documentation.
SEE ALSO
Helpers
-
A tool to automatically generate a cpanfile for you.
-
A program that facilitates upload the tarball as produced by
mbtiny
. -
A tool to bump the version in your modules.
-
An alternative tool to bump the version in your modules
Similar programs
-
An extremely powerful but somewhat heavy authoring tool.
-
A more minimalistic but still somewhat customizable authoring tool.
AUTHOR
Leon Timmermans <leont@cpan.org>
COPYRIGHT AND LICENSE
This software is copyright (c) 2011 by Leon Timmermans.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.
Module Install Instructions
To install App::ModuleBuildTiny, copy and paste the appropriate command in to your terminal.
cpanm App::ModuleBuildTiny
perl -MCPAN -e shell install App::ModuleBuildTiny
For more information on module installation, please visit the detailed CPAN module installation guide.