[Bps-public-commit] r16197 - Prophet/trunk/lib/Prophet/CLI/Command
ruz at bestpractical.com
ruz at bestpractical.com
Thu Oct 2 11:55:27 EDT 2008
Author: ruz
Date: Thu Oct 2 11:55:26 2008
New Revision: 16197
Modified:
Prophet/trunk/lib/Prophet/CLI/Command/Search.pm
Log:
* doc fix
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 Thu Oct 2 11:55:26 2008
@@ -17,7 +17,7 @@
my $records = shift;
return (sort { $a->luid <=> $b->luid } @$records);
} },
- documentation => 'A subroutine which takes a hashref to a list of records and returns them sorted in some way.',
+ documentation => 'A subroutine which takes a arrayref 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