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

..03-May-2022-

lib/H14-Aug-2021-466275

t/H14-Aug-2021-11773

ChangesH A D14-Aug-20212.6 KiB11155

LICENSEH A D14-Aug-202118.1 KiB380292

MANIFESTH A D14-Aug-2021274 1716

META.jsonH A D14-Aug-202122.5 KiB639637

META.ymlH A D14-Aug-202115.1 KiB480479

Makefile.PLH A D14-Aug-20211.1 KiB5038

READMEH A D14-Aug-20211.6 KiB5136

dist.iniH A D14-Aug-2021255 1510

weaver.iniH A D14-Aug-202137 32

README

1NAME
2    DefHash - Define things according to a specification, using hashes
3
4VERSION
5    This document describes version 2.0.0 of DefHash (from Perl distribution
6    DefHash), released on 2021-08-14.
7
8HOMEPAGE
9    Please visit the project's homepage at
10    <https://metacpan.org/release/DefHash>.
11
12SOURCE
13    Source repository is at <https://github.com/perlancar/perl-DefHash>.
14
15BUGS
16    Please report any bugs or feature requests on the bugtracker website
17    <https://rt.cpan.org/Public/Dist/Display.html?Name=DefHash>
18
19    When submitting a bug or request, please include a test-file or a patch
20    to an existing test-file that illustrates the bug or desired feature.
21
22AUTHOR
23    perlancar <perlancar@cpan.org>
24
25CONTRIBUTOR
26    Steven Haryanto (on PC) <stevenharyanto@gmail.com>
27
28CONTRIBUTING
29    To contribute, you can send patches by email/via RT, or send pull
30    requests on GitHub.
31
32    Most of the time, you don't need to build the distribution yourself. You
33    can simply modify the code, then test via:
34
35     % prove -l
36
37    If you want to build the distribution (e.g. to try to install it locally
38    on your system), you can install Dist::Zilla,
39    Dist::Zilla::PluginBundle::Author::PERLANCAR, and sometimes one or two
40    other Dist::Zilla plugin and/or Pod::Weaver::Plugin. Any additional
41    steps required beyond that are considered a bug and can be reported to
42    me.
43
44COPYRIGHT AND LICENSE
45    This software is copyright (c) 2021, 2019, 2015, 2014, 2013, 2012 by
46    perlancar <perlancar@cpan.org>.
47
48    This is free software; you can redistribute it and/or modify it under
49    the same terms as the Perl 5 programming language system itself.
50
51