From ce88f2dbca2f57ad70366c66a92bb0edf3746ac7 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Sun, 4 Mar 2012 23:58:37 -0600 Subject: dzil stuff --- bin/ttyrec | 2 ++ 1 file changed, 2 insertions(+) (limited to 'bin') 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; -- cgit v1.2.3-54-g00ecf