we talked about this in IRC. it probably worked for you because you
tested under mp2 i'm guessing. It tested fine on all my mp2 machines.
Adam
Philip M. Gollucci wrote:
Well how the hell did it work for me ?
On 8/10/2010 4:18 PM, ph...@apache.org wrote:
Author: phred
Date: Tue Aug 10 20:18:35 2010
New Revision: 984198
URL: http://svn.apache.org/viewvc?rev=984198&view=rev
Log:
Add global %Ignore variable. Thanks to Adam Prime for the spot.
Modified:
perl/Apache-Reload/trunk/lib/Apache/Reload.pm
Modified: perl/Apache-Reload/trunk/lib/Apache/Reload.pm
URL:
http://svn.apache.org/viewvc/perl/Apache-Reload/trunk/lib/Apache/Reload.pm?rev=984198&r1=984197&r2=984198&view=diff
==============================================================================
--- perl/Apache-Reload/trunk/lib/Apache/Reload.pm (original)
+++ perl/Apache-Reload/trunk/lib/Apache/Reload.pm Tue Aug 10 20:18:35
2010
@@ -19,7 +19,7 @@ use strict;
$Apache::Reload::VERSION = '0.11-dev';
-use vars qw(%INCS %Stat $TouchTime %UndefFields);
+use vars qw(%INCS %Stat $TouchTime %UndefFields %Ignore);
%Stat = ($INC{"Apache/Reload.pm"} => time);
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@perl.apache.org
For additional commands, e-mail: dev-h...@perl.apache.org