summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2012-03-04 23:58:37 -0600
committerJesse Luehrs <doy@tozt.net>2012-03-04 23:58:37 -0600
commitce88f2dbca2f57ad70366c66a92bb0edf3746ac7 (patch)
treec09cc7623462e17f1c41b5ccbfc1f28a0872d6d5
parenta2e9dc631a278e553dca10966e800f68889bda1f (diff)
downloadapp-ttyrec-ce88f2dbca2f57ad70366c66a92bb0edf3746ac7.tar.gz
app-ttyrec-ce88f2dbca2f57ad70366c66a92bb0edf3746ac7.zip
dzil stuff
-rw-r--r--bin/ttyrec2
-rw-r--r--dist.ini3
-rw-r--r--lib/App/Ttyrec.pm1
3 files changed, 5 insertions, 1 deletions
diff --git a/bin/ttyrec b/bin/ttyrec
index c4d46d9..0aefecb 100644
--- a/bin/ttyrec
+++ b/bin/ttyrec
@@ -1,6 +1,8 @@
#!/usr/bin/env perl
use strict;
use warnings;
+# ABSTRACT: record interactive terminal sessions
+# PODNAME: ttyrec
use App::Ttyrec;
use Getopt::Long;
diff --git a/dist.ini b/dist.ini
index cf042f2..6607f94 100644
--- a/dist.ini
+++ b/dist.ini
@@ -5,5 +5,6 @@ copyright_holder = Jesse Luehrs
[@DOY]
dist = App-Ttyrec
+repository = github
-[Prereqs]
+[AutoPrereqs]
diff --git a/lib/App/Ttyrec.pm b/lib/App/Ttyrec.pm
index 681b5fa..b5c16fb 100644
--- a/lib/App/Ttyrec.pm
+++ b/lib/App/Ttyrec.pm
@@ -1,5 +1,6 @@
package App::Ttyrec;
use Moose;
+# ABSTRACT: record interactive terminal sessions
use Scalar::Util 'weaken';
use Term::Filter;