-
Notifications
You must be signed in to change notification settings - Fork 11
/
README
43 lines (24 loc) · 998 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
NAME
App::ModuleBuildTiny - A standalone authoring tool for
Module::Build::Tiny and Dist::Build
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
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 <[email protected]>
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.