Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/leont/app-modulebuildtiny
A standalone authoring tool for Module::Build::Tiny
https://github.com/leont/app-modulebuildtiny
Last synced: 2 months ago
JSON representation
A standalone authoring tool for Module::Build::Tiny
- Host: GitHub
- URL: https://github.com/leont/app-modulebuildtiny
- Owner: Leont
- License: other
- Created: 2011-09-26T13:42:34.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2024-07-12T12:27:23.000Z (6 months ago)
- Last Synced: 2024-10-24T20:44:51.905Z (2 months ago)
- Language: Perl
- Homepage:
- Size: 269 KB
- Stars: 5
- Watchers: 5
- Forks: 11
- Open Issues: 6
-
Metadata Files:
- Readme: README
- Changelog: Changes
- License: LICENSE
Awesome Lists containing this project
README
NAME
App::ModuleBuildTiny - A standalone authoring tool for
Module::Build::Tiny and Dist::BuildDESCRIPTION
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
Similar programs
* Dist::Zilla
An extremely powerful but somewhat heavy authoring tool.
* Minilla
A more minimalistic than Dist::Zilla but still somewhat customizable
authoring tool.AUTHOR
Leon Timmermans
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.