From 9b098db59671ab7f9004b0ad48c49239e25e71ef Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Wed, 16 Apr 2014 15:17:45 -0400 Subject: packaging --- .travis.yml | 14 ++++++++++++++ dist.ini | 4 ++-- lib/Text/Handlebars.pm | 17 ++++++++--------- 3 files changed, 24 insertions(+), 11 deletions(-) create mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..655229f --- /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; false) + - dzil authordeps --missing | cpanm -q --notest || (cat /home/travis/.cpanm/build.log; false) + - dzil listdeps --author --missing | cpanm -q --notest || (cat /home/travis/.cpanm/build.log; false) +script: + - dzil test --all diff --git a/dist.ini b/dist.ini index 21e190c..4968e58 100644 --- a/dist.ini +++ b/dist.ini @@ -1,5 +1,5 @@ name = Text-Handlebars -author = Jesse Luehrs +author = Jesse Luehrs license = MIT copyright_holder = Jesse Luehrs @@ -13,7 +13,7 @@ skip = ^lib/Text/Xslate/Syntax/Handlebars.pm$ [@Filter] -bundle = @DOY -remove = EOLTests -:version = 0.08 +:version = 0.14 dist = Text-Handlebars repository = github PodWeaver_finder = WeaverFiles diff --git a/lib/Text/Handlebars.pm b/lib/Text/Handlebars.pm index bc03b7b..05f46b3 100644 --- a/lib/Text/Handlebars.pm +++ b/lib/Text/Handlebars.pm @@ -234,9 +234,8 @@ tell me why. =back -Please report any bugs through RT: email -C, or browse to -L. +Please report any bugs to GitHub Issues at +L. =head1 SEE ALSO @@ -254,21 +253,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