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