summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2009-07-10 21:28:03 -0500
committerJesse Luehrs <doy@tozt.net>2009-07-10 21:28:03 -0500
commit8f02717677d7d7c1bc17576a629c66851c68da53 (patch)
treeb63c3641c4a19fd926941a0557ab04a4e1f2f2cd
parent61190c9ddcfb8767abaf1ea7d85bed4a4bda5b88 (diff)
downloadapp-termcast-8f02717677d7d7c1bc17576a629c66851c68da53.tar.gz
app-termcast-8f02717677d7d7c1bc17576a629c66851c68da53.zip
add todo section
-rw-r--r--lib/App/Termcast.pm8
1 files changed, 8 insertions, 0 deletions
diff --git a/lib/App/Termcast.pm b/lib/App/Termcast.pm
index 5926190..a100e25 100644
--- a/lib/App/Termcast.pm
+++ b/lib/App/Termcast.pm
@@ -93,6 +93,14 @@ sub run {
__PACKAGE__->meta->make_immutable;
no Moose;
+=head1 TODO
+
+Tests! Need to figure out a good way to test this.
+
+Factor some stuff out so applications can call this standalone?
+
+Use L<MooseX::SimpleConfig> to make configuration easier.
+
=head1 BUGS
No known bugs.