summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjluehrs2 <jluehrs2@uiuc.edu>2008-05-09 02:05:48 -0500
committerjluehrs2 <jluehrs2@uiuc.edu>2008-05-09 02:05:48 -0500
commit574fa6087583000c714d44be7d70891cfc5c9106 (patch)
tree7b2a1d7ddff467db7d1b1657198cf9fdb9747bcf
parent1e3708571debdc82b3dd23f10732d4e97f364798 (diff)
downloadapp-hiveminder-574fa6087583000c714d44be7d70891cfc5c9106.tar.gz
app-hiveminder-574fa6087583000c714d44be7d70891cfc5c9106.zip
add some basic pod to get the command listing displaying some useful information
-rw-r--r--lib/App/Hiveminder/Command/Create.pm6
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/App/Hiveminder/Command/Create.pm b/lib/App/Hiveminder/Command/Create.pm
index 6295a52..aa8155f 100644
--- a/lib/App/Hiveminder/Command/Create.pm
+++ b/lib/App/Hiveminder/Command/Create.pm
@@ -5,6 +5,12 @@ use App::Hiveminder::Utils qw/get_text_from_editor_or_cmdline display_tasks
update_tasks/;
extends 'App::Hiveminder::Command';
+=head2 NAME
+
+App::Hiveminder::Command::Create - Creates a new task
+
+=cut
+
sub command {
my ($self, $args) = @_;
$args = join " ", @$args;