[Bps-public-commit] r16349 - sd/trunk/lib/App/SD/CLI/Command/Ticket
jesse at bestpractical.com
jesse at bestpractical.com
Sat Oct 18 19:01:26 EDT 2008
Author: jesse
Date: Sat Oct 18 19:01:26 2008
New Revision: 16349
Modified:
sd/trunk/lib/App/SD/CLI/Command/Ticket/Comments.pm
Log:
* Fix Ticket::Comments to actually be a sublcass of Prophet::CLI::Command::Search
Modified: sd/trunk/lib/App/SD/CLI/Command/Ticket/Comments.pm
==============================================================================
--- sd/trunk/lib/App/SD/CLI/Command/Ticket/Comments.pm (original)
+++ sd/trunk/lib/App/SD/CLI/Command/Ticket/Comments.pm Sat Oct 18 19:01:26 2008
@@ -1,6 +1,6 @@
package App::SD::CLI::Command::Ticket::Comments;
use Moose;
-extends 'Prophet::CLI::Command';
+extends 'Prophet::CLI::Command::Search';
with 'Prophet::CLI::RecordCommand';
with 'App::SD::CLI::Command';
with 'App::SD::CLI::Model::Ticket';
More information about the Bps-public-commit
mailing list