summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2014-02-25 18:38:36 -0500
committerJesse Luehrs <doy@tozt.net>2014-02-25 18:38:36 -0500
commitdacce4c04038633532cdf70e928975d6afcc9241 (patch)
treee2363a808995dc743d75cf77953f3a78455162c7
parentc673ab62aec287823e17d39a7828cebf76bc4b1c (diff)
downloadapp-ttyrec-dacce4c04038633532cdf70e928975d6afcc9241.tar.gz
app-ttyrec-dacce4c04038633532cdf70e928975d6afcc9241.zip
packaging
-rw-r--r--.travis.yml14
-rw-r--r--dist.ini5
-rw-r--r--lib/App/Ttyrec.pm17
3 files changed, 25 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 f136b27..92c9185 100644
--- a/dist.ini
+++ b/dist.ini
@@ -1,9 +1,10 @@
name = App-Ttyrec
-author = Jesse Luehrs <doy at tozt dot net>
-license = Perl_5
+author = Jesse Luehrs <doy@tozt.net>
+license = MIT
copyright_holder = Jesse Luehrs
[@DOY]
+:version = 0.14
dist = App-Ttyrec
repository = github
diff --git a/lib/App/Ttyrec.pm b/lib/App/Ttyrec.pm
index cdac4ac..69de6d8 100644
--- a/lib/App/Ttyrec.pm
+++ b/lib/App/Ttyrec.pm
@@ -89,9 +89,8 @@ no Moose;
No known bugs.
-Please report any bugs through RT: email
-C<bug-app-ttyrec at rt.cpan.org>, or browse to
-L<http://rt.cpan.org/NoAuth/ReportBug.html?Queue=App-Ttyrec>.
+Please report any bugs to GitHub Issues at
+L<https://github.com/doy/app-ttyrec/issues>.
=head1 SEE ALSO
@@ -111,21 +110,21 @@ You can also look for information at:
=over 4
-=item * AnnoCPAN: Annotated CPAN documentation
+=item * MetaCPAN
-L<http://annocpan.org/dist/App-Ttyrec>
+L<https://metacpan.org/release/App-Ttyrec>
-=item * CPAN Ratings
+=item * Github
-L<http://cpanratings.perl.org/d/App-Ttyrec>
+L<https://github.com/doy/app-ttyrec>
=item * RT: CPAN's request tracker
L<http://rt.cpan.org/NoAuth/Bugs.html?Dist=App-Ttyrec>
-=item * Search CPAN
+=item * CPAN Ratings
-L<http://search.cpan.org/dist/App-Ttyrec>
+L<http://cpanratings.perl.org/d/App-Ttyrec>
=back