Skip to content

Commit d729cf8

Browse files
committed
Changes made by dzil.
1 parent 315c1ba commit d729cf8

File tree

3 files changed

+11
-10
lines changed

3 files changed

+11
-10
lines changed

Install

+7-7
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ If you have cpanm, you only need one line:
88

99
% cpanm Net::HTTP
1010

11-
If you are installing into a system-wide directory, you may need to pass the
12-
"-S" flag to cpanm, which uses sudo to install the module:
13-
14-
% cpanm -S Net::HTTP
11+
If it does not have permission to install modules to the current perl, cpanm
12+
will automatically set up and install to a local::lib in your home directory.
13+
See the local::lib documentation (https://metacpan.org/pod/local::lib) for
14+
details on enabling it in your environment.
1515

1616
## Installing with the CPAN shell
1717

@@ -31,9 +31,9 @@ Then install it:
3131

3232
% make install
3333

34-
If you are installing into a system-wide directory, you may need to run:
35-
36-
% sudo make install
34+
If your perl is system-managed, you can create a local::lib in your home
35+
directory to install modules to. For details, see the local::lib documentation:
36+
https://metacpan.org/pod/local::lib
3737

3838
## Documentation
3939

META.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"Gisle Aas <[email protected]>"
55
],
66
"dynamic_config" : 0,
7-
"generated_by" : "Dist::Zilla version 6.007, CPAN::Meta::Converter version 2.150005",
7+
"generated_by" : "Dist::Zilla version 6.008, CPAN::Meta::Converter version 2.150005",
88
"license" : [
99
"perl_5"
1010
],
@@ -88,6 +88,7 @@
8888
"Alex Kapranoff <[email protected]>",
8989
"amire80 <[email protected]>",
9090
"Andreas J. Koenig <[email protected]>",
91+
"Andy Grundman <[email protected]>",
9192
"Bill Mann <[email protected]>",
9293
"Bron Gondwana <[email protected]>",
9394
"Dagfinn Ilmari Manns\u00e5ker <[email protected]>",
@@ -144,6 +145,6 @@
144145
"Yuri Karaban <[email protected]>",
145146
"Zefram <[email protected]>"
146147
],
147-
"x_serialization_backend" : "Cpanel::JSON::XS version 3.0218"
148+
"x_serialization_backend" : "Cpanel::JSON::XS version 3.0225"
148149
}
149150

Makefile.PL

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker v6.007.
1+
# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker v6.008.
22
use strict;
33
use warnings;
44

0 commit comments

Comments
 (0)