Skip to content

Commit

Permalink
packaging stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
doy committed Sep 2, 2013
1 parent 641ad40 commit 9b83105
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 8 deletions.
14 changes: 14 additions & 0 deletions .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
8 changes: 6 additions & 2 deletions 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
12 changes: 6 additions & 6 deletions lib/Web/Request.pm
Expand Up @@ -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
Expand Down

0 comments on commit 9b83105

Please sign in to comment.