[Bps-public-commit] r14130 - in sd/trunk: .

sartak at bestpractical.com sartak at bestpractical.com
Tue Jul 15 17:31:14 EDT 2008


Author: sartak
Date: Tue Jul 15 17:31:14 2008
New Revision: 14130

Added:
   sd/trunk/lib/App/SD/CLI/Command/Ticket/Comment.pm
Modified:
   sd/trunk/   (props changed)

Log:
 r64328 at onn:  sartak | 2008-07-15 17:31:09 -0400
 Add a "ticket comment" command which just does "ticket comment create"


Added: sd/trunk/lib/App/SD/CLI/Command/Ticket/Comment.pm
==============================================================================
--- (empty file)
+++ sd/trunk/lib/App/SD/CLI/Command/Ticket/Comment.pm	Tue Jul 15 17:31:14 2008
@@ -0,0 +1,9 @@
+package App::SD::CLI::Command::Ticket::Comment;
+use Moose;
+extends 'App::SD::CLI::Command::Ticket::Comment::Create';
+
+__PACKAGE__->meta->make_immutable;
+no Moose;
+
+1;
+



More information about the Bps-public-commit mailing list