summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2013-09-02 09:55:10 -0400
committerJesse Luehrs <doy@tozt.net>2013-09-02 09:55:10 -0400
commit9b83105e5c42d3b9cb39e8f43c0e80975e2622dd (patch)
tree64e2501ca1964d719b34841424bdbbb18036694c
parent641ad402b40aeb05a61b8176d60053345f32639f (diff)
downloadweb-request-9b83105e5c42d3b9cb39e8f43c0e80975e2622dd.tar.gz
web-request-9b83105e5c42d3b9cb39e8f43c0e80975e2622dd.zip
packaging stuff
-rw-r--r--.travis.yml14
-rw-r--r--dist.ini8
-rw-r--r--lib/Web/Request.pm12
3 files changed, 26 insertions, 8 deletions
diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 0000000..34670d3
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,14 @@
+language: perl
+perl:
+ - "5.19"
+ - "5.18"
+ - "5.16"
+ - "5.14"
+ - "5.12"
+ - "5.10"
+install:
+ - cpanm -q --notest Dist::Zilla || cat /home/travis/.cpanm/build.log
+ - dzil authordeps --missing | cpanm -q --notest || cat /home/travis/.cpanm/build.log
+ - dzil listdeps --author --missing | cpanm -q --notest || cat /home/travis/.cpanm/build.log
+script:
+ - dzil test --all
diff --git a/dist.ini b/dist.ini
index 1d185ce..791c865 100644
--- a/dist.ini
+++ b/dist.ini
@@ -1,14 +1,18 @@
name = Web-Request
-author = Jesse Luehrs <doy at cpan dot org>
+author = Jesse Luehrs <doy@tozt.net>
license = Perl_5
copyright_holder = Jesse Luehrs
[@DOY]
-:version = 0.08
+:version = 0.11
dist = Web-Request
repository = github
+bugtracker_web = https://github.com/doy/web-request/issues
+bugtracker_mailto =
[AutoPrereqs]
+[ContributorsFromGit]
+
[MetaNoIndex]
package = Web::Request::Types
diff --git a/lib/Web/Request.pm b/lib/Web/Request.pm
index 7250733..a895ef2 100644
--- a/lib/Web/Request.pm
+++ b/lib/Web/Request.pm
@@ -777,21 +777,21 @@ You can also look for information at:
=over 4
-=item * AnnoCPAN: Annotated CPAN documentation
+=item * MetaCPAN
-L<http://annocpan.org/dist/Web-Request>
+L<https://metacpan.org/release/Web-Request>
-=item * CPAN Ratings
+=item * Github
-L<http://cpanratings.perl.org/d/Web-Request>
+L<https://github.com/doy/web-request>
=item * RT: CPAN's request tracker
L<http://rt.cpan.org/NoAuth/Bugs.html?Dist=Web-Request>
-=item * Search CPAN
+=item * CPAN Ratings
-L<http://search.cpan.org/dist/Web-Request>
+L<http://cpanratings.perl.org/d/Web-Request>
=back