Skip to content

Commit

Permalink
Changes made by dzil.
Browse files Browse the repository at this point in the history
  • Loading branch information
oalders committed Dec 30, 2016
1 parent 315c1ba commit d729cf8
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 10 deletions.
14 changes: 7 additions & 7 deletions Install
Expand Up @@ -8,10 +8,10 @@ If you have cpanm, you only need one line:

% cpanm Net::HTTP

If you are installing into a system-wide directory, you may need to pass the
"-S" flag to cpanm, which uses sudo to install the module:

% cpanm -S Net::HTTP
If it does not have permission to install modules to the current perl, cpanm
will automatically set up and install to a local::lib in your home directory.
See the local::lib documentation (https://metacpan.org/pod/local::lib) for
details on enabling it in your environment.

## Installing with the CPAN shell

Expand All @@ -31,9 +31,9 @@ Then install it:

% make install

If you are installing into a system-wide directory, you may need to run:

% sudo make install
If your perl is system-managed, you can create a local::lib in your home
directory to install modules to. For details, see the local::lib documentation:
https://metacpan.org/pod/local::lib

## Documentation

Expand Down
5 changes: 3 additions & 2 deletions META.json
Expand Up @@ -4,7 +4,7 @@
"Gisle Aas <gisle@activestate.com>"
],
"dynamic_config" : 0,
"generated_by" : "Dist::Zilla version 6.007, CPAN::Meta::Converter version 2.150005",
"generated_by" : "Dist::Zilla version 6.008, CPAN::Meta::Converter version 2.150005",
"license" : [
"perl_5"
],
Expand Down Expand Up @@ -88,6 +88,7 @@
"Alex Kapranoff <ka@nadoby.ru>",
"amire80 <amir.aharoni@gmail.com>",
"Andreas J. Koenig <andreas.koenig@anima.de>",
"Andy Grundman <andyg@activestate.com>",
"Bill Mann <wfmann@alum.mit.edu>",
"Bron Gondwana <brong@fastmail.fm>",
"Dagfinn Ilmari Manns\u00e5ker <ilmari@ilmari.org>",
Expand Down Expand Up @@ -144,6 +145,6 @@
"Yuri Karaban <tech@askold.net>",
"Zefram <zefram@fysh.org>"
],
"x_serialization_backend" : "Cpanel::JSON::XS version 3.0218"
"x_serialization_backend" : "Cpanel::JSON::XS version 3.0225"
}

2 changes: 1 addition & 1 deletion Makefile.PL
@@ -1,4 +1,4 @@
# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker v6.007.
# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker v6.008.
use strict;
use warnings;

Expand Down

0 comments on commit d729cf8

Please sign in to comment.