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 ++ dist.ini | 3 ++- lib/App/Ttyrec.pm | 1 + 3 files changed, 5 insertions(+), 1 deletion(-) 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; -- cgit v1.2.3-54-g00ecf