[Bps-public-commit] Prophet - A disconnected, replicated p2p database branch, master, updated. 480c0dbb38c1302c4a8616c8a57b5ee97d6c1876
jesse
jesse at bestpractical.com
Wed Feb 11 10:27:10 EST 2009
The branch, master has been updated
via 480c0dbb38c1302c4a8616c8a57b5ee97d6c1876 (commit)
from b9254c5e6b99ed79e465c935937fb28be6cfde7d (commit)
Summary of changes:
lib/Prophet/CLI/Command/Server.pm | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
- Log -----------------------------------------------------------------
commit 480c0dbb38c1302c4a8616c8a57b5ee97d6c1876
Author: Jesse Vincent <jesse at bestpractical.com>
Date: Wed Feb 11 10:26:58 2009 -0500
Prophet Server shouldn't have a pager
diff --git a/lib/Prophet/CLI/Command/Server.pm b/lib/Prophet/CLI/Command/Server.pm
index 7678b42..8eebe1c 100644
--- a/lib/Prophet/CLI/Command/Server.pm
+++ b/lib/Prophet/CLI/Command/Server.pm
@@ -8,6 +8,7 @@ use Prophet::Server;
sub run {
my $self = shift;
+ Prophet::CLI->end_pager();
my $server = $self->_setup_server();
$server->run;
}
-----------------------------------------------------------------------
More information about the Bps-public-commit
mailing list