summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2013-09-09 19:05:40 -0400
committerJesse Luehrs <doy@tozt.net>2013-09-09 19:05:40 -0400
commitc4df27d882a0e310fc80d98f724d01b623141836 (patch)
tree86f6801e1b5817edb5bc1bcdf489384ad6bc1e4a
parent9ab8ab93db27ab00ba60368d40c5d686bc87b2fe (diff)
downloadapp-termcast-c4df27d882a0e310fc80d98f724d01b623141836.tar.gz
app-termcast-c4df27d882a0e310fc80d98f724d01b623141836.zip
packaging stuff
-rw-r--r--.travis.yml14
-rw-r--r--bin/stream_ttyrec2
-rw-r--r--bin/termcast2
-rw-r--r--dist.ini3
-rw-r--r--lib/App/Termcast.pm17
5 files changed, 26 insertions, 12 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/bin/stream_ttyrec b/bin/stream_ttyrec
index 67f2d9a..bd2427d 100644
--- a/bin/stream_ttyrec
+++ b/bin/stream_ttyrec
@@ -1,4 +1,4 @@
-#!/usr/bin/env perl
+#!perl
use strict;
use warnings;
use App::Termcast;
diff --git a/bin/termcast b/bin/termcast
index 9fdca0e..d5c7491 100644
--- a/bin/termcast
+++ b/bin/termcast
@@ -1,4 +1,4 @@
-#!/usr/bin/env perl
+#!perl
use strict;
use warnings;
use App::Termcast;
diff --git a/dist.ini b/dist.ini
index ece18b7..aed7c14 100644
--- a/dist.ini
+++ b/dist.ini
@@ -1,9 +1,10 @@
name = App-Termcast
-author = Jesse Luehrs <doy at tozt dot net>
+author = Jesse Luehrs <doy@tozt.net>
license = Perl_5
copyright_holder = Jesse Luehrs
[@DOY]
+:version = 0.14
dist = App-Termcast
repository = github
diff --git a/lib/App/Termcast.pm b/lib/App/Termcast.pm
index 2994707..de97826 100644
--- a/lib/App/Termcast.pm
+++ b/lib/App/Termcast.pm
@@ -369,9 +369,8 @@ Use L<MooseX::SimpleConfig> to make configuration easier.
No known bugs.
-Please report any bugs through RT: email
-C<bug-app-termcast at rt.cpan.org>, or browse to
-L<http://rt.cpan.org/NoAuth/ReportBug.html?Queue=App-Termcast>.
+Please report any bugs to GitHub Issues at
+L<https://github.com/doy/app-termcast/issues>.
=head1 SEE ALSO
@@ -387,21 +386,21 @@ You can also look for information at:
=over 4
-=item * AnnoCPAN: Annotated CPAN documentation
+=item * MetaCPAN
-L<http://annocpan.org/dist/App-Termcast>
+L<https://metacpan.org/release/App-Termcast>
-=item * CPAN Ratings
+=item * Github
-L<http://cpanratings.perl.org/d/App-Termcast>
+L<https://github.com/doy/app-termcast>
=item * RT: CPAN's request tracker
L<http://rt.cpan.org/NoAuth/Bugs.html?Dist=App-Termcast>
-=item * Search CPAN
+=item * CPAN Ratings
-L<http://search.cpan.org/dist/App-Termcast>
+L<http://cpanratings.perl.org/d/App-Termcast>
=back