File: README

package info (click to toggle)
libfunction-parameters-perl 2.002005-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 624 kB
  • sloc: perl: 3,945; makefile: 3
file content (50 lines) | stat: -rw-r--r-- 1,302 bytes parent folder | download
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
43
44
45
46
47
48
49
50
NAME

    Function::Parameters - define functions and methods with parameter lists
    ("subroutine signatures")

INSTALLATION

    To download and install this module, use your favorite CPAN client, e.g.
    "cpan":

        cpan Function::Parameters

    Or "cpanm":

        cpanm Function::Parameters

    To do it manually, run the following commands (after downloading and
    unpacking the tarball):

        perl Makefile.PL
        make
        make test
        make install

SUPPORT AND DOCUMENTATION

    After installing, you can find documentation for this module with the
    "perldoc" command.

        perldoc Function::Parameters

    You can also look for information at
    <https://metacpan.org/pod/Function::Parameters>.

    To see a list of open bugs, visit
    <https://rt.cpan.org/Public/Dist/Display.html?Name=Function-Parameters>.

    To report a new bug, send an email to "bug-Function-Parameters [at]
    rt.cpan.org".

COPYRIGHT & LICENSE

    Copyright (C) 2010-2014, 2017, 2023 Lukas Mai.

    This program is free software; you can redistribute it and/or modify it
    under the terms of either: the GNU General Public License as published
    by the Free Software Foundation; or the Artistic License.

    See <https://dev.perl.org/licenses/> for more information.