[prev in list] [next in list] [prev in thread] [next in thread] 

List:       bricolage-commits
Subject:    [8376] Fixed Bric.pm to load Bric::Config before anything else
From:       paulo () bricolage ! cc
Date:       2008-11-18 9:46:45
Message-ID: 20081118094647.5F462CB9AF () x12 ! develooper ! com
[Download RAW message or body]

Revision: 8376
Author:   paulo
Date:     2008-11-18 01:46:42 -0800 (Tue, 18 Nov 2008)
ViewCVS:  http://viewsvn.bricolage.cc/?rev=8376&view=rev

Log Message:
-----------
Fixed Bric.pm to load Bric::Config before anything else

Modified Paths:
--------------
    bricolage/trunk/lib/Bric/Changes.pod
    bricolage/trunk/lib/Bric.pm

Modified: bricolage/trunk/lib/Bric/Changes.pod
===================================================================
--- bricolage/trunk/lib/Bric/Changes.pod	2008-11-12 22:06:11 UTC (rev 8375)
+++ bricolage/trunk/lib/Bric/Changes.pod	2008-11-18 09:46:42 UTC (rev 8376)
@@ -63,6 +63,11 @@
 Fixed problem with rendering of radio button fields (Bug #1387).  
 [Denny de la Haye]
 
+=item *
+
+Fixed Bric.pm to load Bric::Config before anything else, which was causing
+problems on some systems. [Paul Orrock]
+
 =back
 
 =head1 VERSION 1.11.1 (2008-10-03)

Modified: bricolage/trunk/lib/Bric.pm
===================================================================
--- bricolage/trunk/lib/Bric.pm	2008-11-12 22:06:11 UTC (rev 8375)
+++ bricolage/trunk/lib/Bric.pm	2008-11-18 09:46:42 UTC (rev 8376)
@@ -52,8 +52,8 @@
 
 ##############################################################################
 # Programmatic Dependencies
+use Bric::Config qw(:qa :mod_perl CACHE_DEBUG_MODE);
 use Bric::Util::Fault qw(:all);
-use Bric::Config qw(:qa :mod_perl CACHE_DEBUG_MODE);
 use Bric::Util::ApacheReq;
 
 ##############################################################################


[Attachment #3 (text/html)]

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head><meta http-equiv="content-type" content="text/html; charset=utf-8" /><style \
type="text/css"><!-- #msg dl { border: 1px #006 solid; background: #369; padding: \
6px; color: #fff; } #msg dt { float: left; width: 6em; font-weight: bold; }
#msg dt:after { content:':';}
#msg dl, #msg dt, #msg ul, #msg li, #header, #footer { font-family: \
verdana,arial,helvetica,sans-serif; font-size: 10pt;  } #msg dl a { font-weight: \
bold} #msg dl a:link    { color:#fc3; }
#msg dl a:active  { color:#ff0; }
#msg dl a:visited { color:#cc6; }
h3 { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; font-weight: \
bold; } #msg pre { overflow: auto; background: #ffc; border: 1px #fc0 solid; padding: \
6px; } #msg ul, pre { overflow: auto; }
#header, #footer { color: #fff; background: #636; border: 1px #300 solid; padding: \
6px; } #patch { width: 100%; }
#patch h4 {font-family: \
verdana,arial,helvetica,sans-serif;font-size:10pt;padding:8px;background:#369;color:#fff;margin:0;}
 #patch .propset h4, #patch .binary h4 {margin:0;}
#patch pre {padding:0;line-height:1.2em;margin:0;}
#patch .diff {width:100%;background:#eee;padding: 0 0 10px 0;overflow:auto;}
#patch .propset .diff, #patch .binary .diff  {padding:10px 0;}
#patch span {display:block;padding:0 10px;}
#patch .modfile, #patch .addfile, #patch .delfile, #patch .propset, #patch .binary, \
#patch .copfile {border:1px solid #ccc;margin:10px 0;} #patch ins \
{background:#dfd;text-decoration:none;display:block;padding:0 10px;} #patch del \
{background:#fdd;text-decoration:none;display:block;padding:0 10px;} #patch .lines, \
                .info {color:#888;background:#fff;}
--></style>
<title>[8376] Fixed Bric.pm to load Bric::Config before anything else</title>
</head>
<body>

<div id="msg">
<dl>
<dt>Revision</dt> <dd><a \
href="http://viewsvn.bricolage.cc/?rev=8376&amp;view=rev">8376</a></dd> \
<dt>Author</dt> <dd>paulo</dd> <dt>Date</dt> <dd>2008-11-18 01:46:42 -0800 (Tue, 18 \
Nov 2008)</dd> </dl>

<h3>Log Message</h3>
<pre>Fixed Bric.pm to load Bric::Config before anything else</pre>

<h3>Modified Paths</h3>
<ul>
<li><a href="#bricolagetrunklibBricChangespod">bricolage/trunk/lib/Bric/Changes.pod</a></li>
 <li><a href="#bricolagetrunklibBricpm">bricolage/trunk/lib/Bric.pm</a></li>
</ul>

</div>
<div id="patch">
<h3>Diff</h3>
<a id="bricolagetrunklibBricChangespod"></a>
<div class="modfile"><h4>Modified: bricolage/trunk/lib/Bric/Changes.pod (8375 => \
8376)</h4> <pre class="diff"><span>
<span class="info">--- bricolage/trunk/lib/Bric/Changes.pod	2008-11-12 22:06:11 UTC \
                (rev 8375)
+++ bricolage/trunk/lib/Bric/Changes.pod	2008-11-18 09:46:42 UTC (rev 8376)
</span><span class="lines">@@ -63,6 +63,11 @@
</span><span class="cx"> Fixed problem with rendering of radio button fields (Bug \
#1387).   </span><span class="cx"> [Denny de la Haye]
</span><span class="cx"> 
</span><ins>+=item *
+
+Fixed Bric.pm to load Bric::Config before anything else, which was causing
+problems on some systems. [Paul Orrock]
+
</ins><span class="cx"> =back
</span><span class="cx"> 
</span><span class="cx"> =head1 VERSION 1.11.1 (2008-10-03)
</span></span></pre></div>
<a id="bricolagetrunklibBricpm"></a>
<div class="modfile"><h4>Modified: bricolage/trunk/lib/Bric.pm (8375 => 8376)</h4>
<pre class="diff"><span>
<span class="info">--- bricolage/trunk/lib/Bric.pm	2008-11-12 22:06:11 UTC (rev 8375)
+++ bricolage/trunk/lib/Bric.pm	2008-11-18 09:46:42 UTC (rev 8376)
</span><span class="lines">@@ -52,8 +52,8 @@
</span><span class="cx"> 
</span><span class="cx"> \
############################################################################## \
</span><span class="cx"> # Programmatic Dependencies </span><ins>+use Bric::Config \
qw(:qa :mod_perl CACHE_DEBUG_MODE); </ins><span class="cx"> use Bric::Util::Fault \
qw(:all); </span><del>-use Bric::Config qw(:qa :mod_perl CACHE_DEBUG_MODE);
</del><span class="cx"> use Bric::Util::ApacheReq;
</span><span class="cx"> 
</span><span class="cx"> \
############################################################################## \
</span></span></pre> </div>
</div>

</body>
</html>



[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic