From 574fa6087583000c714d44be7d70891cfc5c9106 Mon Sep 17 00:00:00 2001 From: jluehrs2 Date: Fri, 9 May 2008 02:05:48 -0500 Subject: add some basic pod to get the command listing displaying some useful information --- lib/App/Hiveminder/Command/Create.pm | 6 ++++++ 1 file changed, 6 insertions(+) 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; -- cgit v1.2.3-54-g00ecf