summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.travis.yml14
-rw-r--r--dist.ini4
-rw-r--r--lib/Text/Handlebars.pm17
3 files changed, 24 insertions, 11 deletions
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 <doy at cpan dot org>
+author = Jesse Luehrs <doy@tozt.net>
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<bug-text-handlebars at rt.cpan.org>, or browse to
-L<http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Text-Handlebars>.
+Please report any bugs to GitHub Issues at
+L<https://github.com/doy/text-handlebars/issues>.
=head1 SEE ALSO
@@ -254,21 +253,21 @@ You can also look for information at:
=over 4
-=item * AnnoCPAN: Annotated CPAN documentation
+=item * MetaCPAN
-L<http://annocpan.org/dist/Text-Handlebars>
+L<https://metacpan.org/release/Text-Handlebars>
-=item * CPAN Ratings
+=item * Github
-L<http://cpanratings.perl.org/d/Text-Handlebars>
+L<https://github.com/doy/text-handlebars>
=item * RT: CPAN's request tracker
L<http://rt.cpan.org/NoAuth/Bugs.html?Dist=Text-Handlebars>
-=item * Search CPAN
+=item * CPAN Ratings
-L<http://search.cpan.org/dist/Text-Handlebars>
+L<http://cpanratings.perl.org/d/Text-Handlebars>
=back