summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2009-07-06 21:29:11 -0500
committerJesse Luehrs <doy@tozt.net>2009-07-06 21:29:11 -0500
commit29cbb0e6922d5c73a78ad907e468d60f3f99168a (patch)
tree37833312a630aa8f3b2252aacec51ed2be239c3f
parent86169d0080ea4da02407b077841a616c379a347f (diff)
downloadapp-termcast-29cbb0e6922d5c73a78ad907e468d60f3f99168a.tar.gz
app-termcast-29cbb0e6922d5c73a78ad907e468d60f3f99168a.zip
abstract and prereqs
-rw-r--r--dist.ini6
-rw-r--r--lib/App/Termcast.pm2
2 files changed, 6 insertions, 2 deletions
diff --git a/dist.ini b/dist.ini
index 0200def..2c3e74a 100644
--- a/dist.ini
+++ b/dist.ini
@@ -3,8 +3,12 @@ version = 0.01
author = Jesse Luehrs <doy at tozt dot net>
license = Perl_5
copyright_holder = Jesse Luehrs
-abstract =
+abstract = broadcast your terminal sessions for remote viewing
[@Classic]
[Prereq]
+Moose = 0
+IO::Pty::Easy = 0
+Term::ReadKey = 0
+MooseX::Getopt = 0
diff --git a/lib/App/Termcast.pm b/lib/App/Termcast.pm
index c0e7077..b5476fd 100644
--- a/lib/App/Termcast.pm
+++ b/lib/App/Termcast.pm
@@ -7,7 +7,7 @@ with 'MooseX::Getopt';
=head1 NAME
-App::Termcast -
+App::Termcast - broadcast your terminal sessions for remote viewing
=head1 SYNOPSIS