[Bps-public-commit] r15080 - in sd/trunk: .
spang at bestpractical.com
spang at bestpractical.com
Tue Aug 12 09:31:21 EDT 2008
Author: spang
Date: Tue Aug 12 09:31:20 2008
New Revision: 15080
Modified:
sd/trunk/ (props changed)
sd/trunk/lib/App/SD/CLI/Command/Ticket/Search.pm
Log:
r47661 at loki: spang | 2008-08-04 18:49:17 +0100
implement --sort option for search which sorts the output by creation date
Modified: sd/trunk/lib/App/SD/CLI/Command/Ticket/Search.pm
==============================================================================
--- sd/trunk/lib/App/SD/CLI/Command/Ticket/Search.pm (original)
+++ sd/trunk/lib/App/SD/CLI/Command/Ticket/Search.pm Tue Aug 12 09:31:20 2008
@@ -19,15 +19,6 @@
}
};
-# implicit status != closed
-sub default_match {
- my $self = shift;
- my $ticket = shift;
-
- return 0 if $ticket->prop('status') eq 'closed';
- return 1;
-}
-
__PACKAGE__->meta->make_immutable;
no Moose;
More information about the Bps-public-commit
mailing list