[Bps-public-commit] r14681 - in Prophet/trunk: .
spang at bestpractical.com
spang at bestpractical.com
Thu Jul 31 07:46:19 EDT 2008
Author: spang
Date: Thu Jul 31 07:46:19 2008
New Revision: 14681
Modified:
Prophet/trunk/ (props changed)
Prophet/trunk/lib/Prophet/App.pm
Log:
r47299 at loki: spang | 2008-07-29 13:22:11 +0100
move some pod for a routine that got moosed
Modified: Prophet/trunk/lib/Prophet/App.pm
==============================================================================
--- Prophet/trunk/lib/Prophet/App.pm (original)
+++ Prophet/trunk/lib/Prophet/App.pm Thu Jul 31 07:46:19 2008
@@ -36,6 +36,7 @@
Prophet::Config->require;
return Prophet::Config->new(app_handle => $self);
},
+ documentation => "This is the config instance for the running application",
);
use constant DEFAULT_REPLICA_TYPE => 'prophet';
@@ -81,13 +82,6 @@
$@ = '';
}
-=head2 config
-
-Returns the L<Prophet::Config> instance for the running application
-
-=cut
-
-
__PACKAGE__->meta->make_immutable;
no Moose;
More information about the Bps-public-commit
mailing list