summaryrefslogtreecommitdiffstats
path: root/bin
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 /bin
parenta2e9dc631a278e553dca10966e800f68889bda1f (diff)
downloadapp-ttyrec-ce88f2dbca2f57ad70366c66a92bb0edf3746ac7.tar.gz
app-ttyrec-ce88f2dbca2f57ad70366c66a92bb0edf3746ac7.zip
dzil stuff
Diffstat (limited to 'bin')
-rw-r--r--bin/ttyrec2
1 files changed, 2 insertions, 0 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;