[Bps-public-commit] r15978 - sd/trunk/lib/App/SD/CLI/Command/Ticket

jesse at bestpractical.com jesse at bestpractical.com
Mon Sep 15 13:10:54 EDT 2008


Author: jesse
Date: Mon Sep 15 13:10:53 2008
New Revision: 15978

Added:
   sd/trunk/lib/App/SD/CLI/Command/Ticket/Basics.pm

Log:
 * It helps when I commit files

Added: sd/trunk/lib/App/SD/CLI/Command/Ticket/Basics.pm
==============================================================================
--- (empty file)
+++ sd/trunk/lib/App/SD/CLI/Command/Ticket/Basics.pm	Mon Sep 15 13:10:53 2008
@@ -0,0 +1,11 @@
+package App::SD::CLI::Command::Ticket::Basics;
+use Moose;
+extends 'Prophet::CLI::Command::Show';
+with 'App::SD::CLI::Command';
+with 'App::SD::CLI::Model::Ticket';
+
+__PACKAGE__->meta->make_immutable;
+no Moose;
+
+1;
+



More information about the Bps-public-commit mailing list