[Bps-public-commit] r15965 - in Prophet/trunk: .

spang at bestpractical.com spang at bestpractical.com
Sat Sep 13 17:18:49 EDT 2008


Author: spang
Date: Sat Sep 13 17:18:48 2008
New Revision: 15965

Modified:
   Prophet/trunk/   (props changed)
   Prophet/trunk/lib/Prophet/CLI/Command/Search.pm

Log:
 r49788 at loki:  spang | 2008-09-13 16:29:30 -0400
 update sort_routine's docstring to reflect that it now takes an arrayref, not an array


Modified: Prophet/trunk/lib/Prophet/CLI/Command/Search.pm
==============================================================================
--- Prophet/trunk/lib/Prophet/CLI/Command/Search.pm	(original)
+++ Prophet/trunk/lib/Prophet/CLI/Command/Search.pm	Sat Sep 13 17:18:48 2008
@@ -17,7 +17,7 @@
             my @records = @{ $_[0] };
             return (sort { $a->luid <=> $b->luid } @records);
         } },
-    documentation => 'A subroutine which takes a list of records and returns them sorted in some way.',
+    documentation => 'A subroutine which takes a hashref to a list of records and returns them sorted in some way.',
 );
 
 sub default_match { 1 }



More information about the Bps-public-commit mailing list