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

..03-May-2022-

lib/H11-Feb-2020-28364

t/H11-Feb-2020-507391

ChangesH A D11-Feb-20203.7 KiB9972

LICENSEH A D11-Feb-202017.9 KiB380292

MANIFESTH A D11-Feb-2020255 1716

META.jsonH A D11-Feb-20201.3 KiB5351

META.ymlH A D11-Feb-2020744 3029

Makefile.PLH A D11-Feb-20201.2 KiB5847

READMEH A D11-Feb-20201 KiB4729

dist.iniH A D11-Feb-2020975 4132

README

1Modern::Perl
2------------
3
4Modern Perl often relies on the presence of several core and CPAN pragmas and
5modules.  Wouldn't it be nice to use them all with a single command?  Try this
6one:
7
8    use Modern::Perl;
9
10INSTALLATION
11
12To install this module, run the following commands:
13
14    $ perl Build.PL
15    $ perl ./Build
16    $ perl ./Build test
17    $ sudo perl ./Build install
18
19SUPPORT AND DOCUMENTATION
20
21After installing, you can find documentation for this module with the
22perldoc command.
23
24    perldoc Modern::Perl
25
26You can also look for information at:
27
28    RT, CPAN's request tracker
29        http://rt.cpan.org/NoAuth/Bugs.html?Dist=Modern-Perl
30
31    AnnoCPAN, Annotated CPAN documentation
32        http://annocpan.org/dist/Modern-Perl
33
34    CPAN Ratings
35        http://cpanratings.perl.org/d/Modern-Perl
36
37    Search CPAN
38        http://search.cpan.org/dist/Modern-Perl/
39
40
41COPYRIGHT AND LICENCE
42
43Copyright (C) 2009-2018 chromatic
44
45This program is free software; you can redistribute it and/or modify it
46under the same terms as Perl itself.
47