summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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;