[Bps-public-commit] Path-Dispatcher branch, complete, updated. 527dbedabc6bd6f60839f9794d6fc08118146b77
sartak at bestpractical.com
sartak at bestpractical.com
Fri Dec 18 17:48:14 EST 2009
The branch, complete has been updated
via 527dbedabc6bd6f60839f9794d6fc08118146b77 (commit)
from 897c175070e0ec4ef966cf8746035c04d66c452c (commit)
Summary of changes:
lib/Path/Dispatcher.pm | 9 +++++++++
1 files changed, 9 insertions(+), 0 deletions(-)
- Log -----------------------------------------------------------------
commit 527dbedabc6bd6f60839f9794d6fc08118146b77
Author: Shawn M Moore <sartak at bestpractical.com>
Date: Fri Dec 18 17:41:19 2009 -0500
Add stub complete method
diff --git a/lib/Path/Dispatcher.pm b/lib/Path/Dispatcher.pm
index 0fbd066..422e0c9 100644
--- a/lib/Path/Dispatcher.pm
+++ b/lib/Path/Dispatcher.pm
@@ -69,6 +69,15 @@ sub run {
return $dispatch->run(@_);
}
+sub complete {
+ my $self = shift;
+ my $start = shift;
+
+ my @completions;
+
+ return @completions;
+}
+
# We don't export anything, so if they request something, then try to error
# helpfully
sub import {
-----------------------------------------------------------------------
More information about the Bps-public-commit
mailing list