add begin.t from Method::Signatures
[p5sagit/Function-Parameters.git] / README
CommitLineData
7a63380c 1Function-Parameters
2
11c807bc 3subroutine definitions with parameter lists
7a63380c 4
5
6INSTALLATION
7
8To install this module, run the following commands:
9
10 perl Makefile.PL
11 make
12 make test
13 make install
14
15SUPPORT AND DOCUMENTATION
16
17After installing, you can find documentation for this module with the
18perldoc command.
19
20 perldoc Function::Parameters
21
22You can also look for information at:
23
24 RT, CPAN's request tracker
25 http://rt.cpan.org/NoAuth/Bugs.html?Dist=Function-Parameters
26
27 AnnoCPAN, Annotated CPAN documentation
28 http://annocpan.org/dist/Function-Parameters
29
30 CPAN Ratings
31 http://cpanratings.perl.org/d/Function-Parameters
32
11c807bc 33 MetaCPAN
34 https://metacpan.org/module/Function::Parameters
7a63380c 35
36
37COPYRIGHT AND LICENCE
38
ea89928a 39Copyright (C) 2009-2013 Lukas Mai
7a63380c 40
41This program is free software; you can redistribute it and/or modify it
42under the terms of either: the GNU General Public License as published
43by the Free Software Foundation; or the Artistic License.
44
45See http://dev.perl.org/licenses/ for more information.
46