[Bps-public-commit] r17280 - Prophet/trunk/lib/Prophet
jesse at bestpractical.com
jesse at bestpractical.com
Thu Dec 18 14:13:13 EST 2008
Author: jesse
Date: Thu Dec 18 14:13:12 2008
New Revision: 17280
Modified:
Prophet/trunk/lib/Prophet/Server.pm
Log:
slight require syntax change
Modified: Prophet/trunk/lib/Prophet/Server.pm
==============================================================================
--- Prophet/trunk/lib/Prophet/Server.pm (original)
+++ Prophet/trunk/lib/Prophet/Server.pm Thu Dec 18 14:13:12 2008
@@ -100,7 +100,7 @@
$self->nav( Prophet::Web::Menu->new( cgi => $self->cgi ) );
$self->result( Prophet::Web::Result->new() );
if ( $ENV{'PROPHET_DEVEL'} ) {
- require 'Module::Refresh';
+ require Module::Refresh;
Module::Refresh->refresh();
}
More information about the Bps-public-commit
mailing list