Skip to content

Commit

Permalink
Merge pull request #9 from JJ/master
Browse files Browse the repository at this point in the history
[PRC] Several small changes
  • Loading branch information
bricas committed Jul 28, 2017
2 parents d48b47f + 54cc860 commit 05f3a00
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -14,3 +14,4 @@ README
CPANHQ-*
*.bs
*~
MYMETA.yml
13 changes: 13 additions & 0 deletions .travis.yml
@@ -0,0 +1,13 @@
branches:
except:
- gh-pages
language: perl
perl:
- "5.22"
- "5.24"
- "5.20"
- "5.18"
- "5.16"
- "5.14"
- "5.12"
- "5.10"
1 change: 1 addition & 0 deletions Makefile.PL
Expand Up @@ -13,6 +13,7 @@ requires 'LWP::UserAgent';
requires 'LWP::Protocol::https';
requires 'URI';
requires 'Text::Autoformat';
requires 'Pod::Usage';

test_requires 'Test::More';

Expand Down
7 changes: 7 additions & 0 deletions README.md
@@ -0,0 +1,7 @@
# WWW::Wikipedia

[![Build Status](https://travis-ci.org/edsu/www-wikipedia.svg?branch=master)](https://travis-ci.org/edsu/www-wikipedia)

A library and CLI tool to access the Wikipedia. Check out
usage [at METACPAN](https://metacpan.org/release/WWW-Wikipedia) or
the [`README`](README) file.

0 comments on commit 05f3a00

Please sign in to comment.