From 9b83105e5c42d3b9cb39e8f43c0e80975e2622dd Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Mon, 2 Sep 2013 09:55:10 -0400 Subject: packaging stuff --- .travis.yml | 14 ++++++++++++++ dist.ini | 8 ++++++-- lib/Web/Request.pm | 12 ++++++------ 3 files changed, 26 insertions(+), 8 deletions(-) create mode 100644 .travis.yml 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 +author = Jesse Luehrs 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 +L -=item * CPAN Ratings +=item * Github -L +L =item * RT: CPAN's request tracker L -=item * Search CPAN +=item * CPAN Ratings -L +L =back -- cgit v1.2.3