Skip to content

Commit

Permalink
Convert to dzil.
Browse files Browse the repository at this point in the history
  • Loading branch information
oalders committed Apr 20, 2017
1 parent e58e37a commit 433d04e
Show file tree
Hide file tree
Showing 16 changed files with 1,198 additions and 899 deletions.
10 changes: 6 additions & 4 deletions .gitignore
@@ -1,13 +1,15 @@
/pm_to_blib
/.ackrc
/blib/
.build
/_eumm/
!/.gitignore
/Makefile
/Makefile.old
/MANIFEST.bak
/MANIFEST.SKIP.bak
/MYMETA.*
/.ackrc
!/.gitignore
/pm_to_blib
.tidyall.d
/todo.txt
/URI-*/
/URI-*.tar.gz
/todo.txt
2 changes: 2 additions & 0 deletions Changes
@@ -1,5 +1,7 @@
Revision history for URI

{{$NEXT}}

2016-01-08 Karen Etheridge <ether@cpan.org>

Release 1.71
Expand Down
43 changes: 43 additions & 0 deletions Install
@@ -0,0 +1,43 @@
This is the Perl distribution URI.

Installing URI is straightforward.

## Installation with cpanm

If you have cpanm, you only need one line:

% cpanm URI

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 URI

## Installing with the CPAN shell

Alternatively, if your CPAN shell is set up, you should just be able to do:

% cpan URI

## Manual installation

As a last resort, you can manually install it. Download the tarball, untar it,
then build it:

% perl Makefile.PL
% make && make test

Then install it:

% make install

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

% sudo make install

## Documentation

URI documentation is available as POD.
You can run perldoc from a shell to read the documentation:

% perldoc URI
6 changes: 3 additions & 3 deletions LICENSE
@@ -1,4 +1,4 @@
This software is copyright (c) 1998 by Gisle Aas.
This software is copyright (c) 1995-2016 by Gisle Aas, Martijn Koster.

This is free software; you can redistribute it and/or modify it under
the same terms as the Perl 5 programming language system itself.
Expand All @@ -12,7 +12,7 @@ b) the "Artistic License"

--- The GNU General Public License, Version 1, February 1989 ---

This software is Copyright (c) 1998 by Gisle Aas.
This software is Copyright (c) 1995-2016 by Gisle Aas, Martijn Koster.

This is free software, licensed under:

Expand Down Expand Up @@ -272,7 +272,7 @@ That's all there is to it!

--- The Artistic License 1.0 ---

This software is Copyright (c) 1998 by Gisle Aas.
This software is Copyright (c) 1995-2016 by Gisle Aas, Martijn Koster.

This is free software, licensed under:

Expand Down
108 changes: 0 additions & 108 deletions MANIFEST

This file was deleted.

11 changes: 0 additions & 11 deletions MANIFEST.SKIP

This file was deleted.

115 changes: 115 additions & 0 deletions META.json
@@ -0,0 +1,115 @@
{
"abstract" : "Uniform Resource Identifiers (absolute and relative)",
"author" : [
"Gisle Aas <gisle@activestate.com>"
],
"dynamic_config" : 0,
"generated_by" : "Dist::Zilla version 6.007, CPAN::Meta::Converter version 2.150005",
"license" : [
"perl_5"
],
"meta-spec" : {
"url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
"version" : 2
},
"name" : "URI",
"no_index" : {
"directory" : [
"examples",
"t",
"xt"
]
},
"prereqs" : {
"configure" : {
"requires" : {
"ExtUtils::MakeMaker" : "0"
},
"suggests" : {
"JSON::PP" : "2.27300"
}
},
"develop" : {
"requires" : {
"Test::CPAN::Changes" : "0.19"
}
},
"runtime" : {
"requires" : {
"Business::ISBN" : "0",
"Carp" : "0",
"Cwd" : "0",
"Data::Dumper" : "0",
"Encode" : "0",
"Exporter" : "5.57",
"MIME::Base64" : "2",
"Net::Domain" : "0",
"Scalar::Util" : "0",
"constant" : "0",
"integer" : "0",
"overload" : "0",
"parent" : "0",
"perl" : "5.008001",
"strict" : "0",
"warnings" : "0"
}
},
"test" : {
"recommends" : {
"Business::ISBN" : "0"
},
"requires" : {
"File::Spec::Functions" : "0",
"File::Temp" : "0",
"Storable" : "0",
"Test" : "0",
"Test::More" : "0",
"utf8" : "0"
}
}
},
"release_status" : "stable",
"resources" : {
"bugtracker" : {
"web" : "https://github.com/libwww-perl/URI/issues"
},
"homepage" : "https://github.com/libwww-perl/URI",
"repository" : {
"type" : "git",
"url" : "https://github.com/libwww-perl/URI.git",
"web" : "https://github.com/libwww-perl/URI"
},
"x_IRC" : "irc://irc.perl.org/#lwp",
"x_MailingList" : "mailto:libwww@perl.org"
},
"version" : "6.06",
"x_contributors" : [
"Adam Herzog <adam@adamherzog.com>",
"Alex Kapranoff <kapranoff@gmail.com>",
"Brendan Byrd <Perl@ResonatorSoft.org>",
"David Schmidt <davewood@gmx.at>",
"gerard <gerard@tty.nl>",
"Gisle Aas <gisle@aas.no>",
"Jan Dubois <jand@activestate.com>",
"John Karr <brainbuz@brainbuz.org>",
"John Miller <john@rimmkaufman.com>",
"Kaitlyn Parkhurst <symkat@symkat.com>",
"Karen Etheridge <ether@cpan.org>",
"Kenichi Ishigaki <ishigaki@cpan.org>",
"Kent Fredric <kentfredric@gmail.com>",
"Mark Stosberg <mark@stosberg.com>",
"Masahiro Honma <hiratara@cpan.org>",
"Matt Lawrence <matthewlawrence@venda.com>",
"Michael G. Schwern <schwern@pobox.com>",
"Olaf Alders <olaf@wundersolutions.com>",
"Peter Rabbitson <ribasushi@cpan.org>",
"Piotr Roszatycki <piotr.roszatycki@gmail.com>",
"Salvatore Bonaccorso <carnil@launchpad.net>",
"Slaven Rezic <slaven@rezic.de>",
"Tatsuhiko Miyagawa <miyagawa@bulknews.net>",
"Torsten F\u00f6rtsch <torsten.foertsch@gmx.net>",
"Ville Skytt\u00e4 <ville.skytta@iki.fi>"
],
"x_serialization_backend" : "Cpanel::JSON::XS version 3.0218"
}

0 comments on commit 433d04e

Please sign in to comment.