[Bps-public-commit] r14710 - in sd: trunk/lib/App/SD/CLI/Command/Ticket

spang at bestpractical.com spang at bestpractical.com
Fri Aug 1 11:38:44 EDT 2008


Author: spang
Date: Fri Aug  1 11:38:36 2008
New Revision: 14710

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

Log:
 r47504 at loki:  spang | 2008-08-01 16:37:42 +0100
 importing new symbol is unnecessary, so don't do that


Modified: sd/trunk/lib/App/SD/CLI/Command/Ticket/Create.pm
==============================================================================
--- sd/trunk/lib/App/SD/CLI/Command/Ticket/Create.pm	(original)
+++ sd/trunk/lib/App/SD/CLI/Command/Ticket/Create.pm	Fri Aug  1 11:38:36 2008
@@ -1,7 +1,7 @@
 package App::SD::CLI::Command::Ticket::Create;
 use Moose;
 
-use App::SD::CLI::Command::Ticket::Comment::Create qw(new);
+use App::SD::CLI::Command::Ticket::Comment::Create;
 
 extends 'Prophet::CLI::Command::Create';
 with 'App::SD::CLI::Model::Ticket';



More information about the Bps-public-commit mailing list