Skip to content

Commit

Permalink
Enabled PERL_LOADER directive. It is now on by default and actually h…
Browse files Browse the repository at this point in the history
…as a

useful default value.
  • Loading branch information
theory committed Jul 2, 2003
1 parent d16307c commit 993b042
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion conf/bricolage.conf
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ STORY_URI_WITH_FILENAME = Off
# that code will be executed at startup time in the context of your Templates.
# That is, if any of the code you add here exports functions, they'll be
# available in your templates.
# PERL_LOADER = use CGI; use Apache::DBI;
PERL_LOADER = use Apache::Util qw(:all); use Bric::Util::Burner qw(:modes);

# FTP settings - see Bric::Admin for details
ENABLE_FTP_SERVER = Off
Expand Down
5 changes: 5 additions & 0 deletions lib/Bric/Changes.pod
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,11 @@ Distribution error handling is better now, with errors passed back to the
client and an error when F<bric_dist_mon> attempts to connect to a server or
URL that's not a Bricolage distribution server. [David]

=item *

Enabled the C<PERL_LOADER> F<bricolage.conf> configuration directive and gave
it a default value that's actualy useful. [David]

=back

=head1 VERSION 1.6.1
Expand Down

0 comments on commit 993b042

Please sign in to comment.