• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

hax/H11-Nov-2017-524408

lib/Function/H11-Nov-2017-1,857472

t/H11-Nov-2017-8,6556,477

xt/H11-Nov-2017-84

ChangesH A D11-Nov-20179.9 KiB250205

MANIFESTH A D11-Nov-20174.6 KiB166165

MANIFEST.SKIPH A D22-Feb-2015196 1716

META.jsonH A D11-Nov-20171.8 KiB7574

META.ymlH A D11-Nov-2017903 4140

Makefile.PLH A D06-Sep-20175.1 KiB151123

Makefile_PL_settings.plxH A D06-Sep-20171.5 KiB6154

Parameters.xsH A D10-Nov-201774.5 KiB2,4331,966

READMEH A D11-Nov-20171.3 KiB5131

README

1NAME
2
3    Function::Parameters - define functions and methods with parameter lists
4    ("subroutine signatures")
5
6INSTALLATION
7
8    To download and install this module, use your favorite CPAN client, e.g.
9    "cpan":
10
11        cpan Function::Parameters
12
13    Or "cpanm":
14
15        cpanm Function::Parameters
16
17    To do it manually, run the following commands (after downloading and
18    unpacking the tarball):
19
20        perl Makefile.PL
21        make
22        make test
23        make install
24
25SUPPORT AND DOCUMENTATION
26
27    After installing, you can find documentation for this module with the
28    "perldoc" command.
29
30        perldoc Function::Parameters
31
32    You can also look for information at
33    <https://metacpan.org/pod/Function::Parameters>.
34
35    To see a list of open bugs, visit
36    <https://rt.cpan.org/Public/Dist/Display.html?Name=Function-Parameters>.
37
38    To report a new bug, send an email to "bug-Function-Parameters [at]
39    rt.cpan.org".
40
41COPYRIGHT & LICENSE
42
43    Copyright (C) 2010-2014, 2017 Lukas Mai.
44
45    This program is free software; you can redistribute it and/or modify it
46    under the terms of either: the GNU General Public License as published
47    by the Free Software Foundation; or the Artistic License.
48
49    See <http://dev.perl.org/licenses/> for more information.
50
51