this now builds and tests fine on:
SunOS www01-dtest 5.10 Generic_142901-05 i86pc i386 i86pc Solaris
w/ 5.8.8 & mp2
and
SunOS ii3-dev 5.10 Generic_138888-03 sun4v sparc SUNW,Sun-Blade-T6320
Solaris
w/ 5.8.8 & mp1
+1
Adam
On 10-08-10 11:22 PM, Fred Moyer wrote:
On Tue, Aug 10, 2010 at 8:07 PM, Adam Prime<adam.pr...@utoronto.ca> wrote:
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.
It failed when I tested under mp1; something I initially didn't test
for. RC2 corrects that mistake.
http://people.apache.org/~phred/Apache-Reload-0.11-rc2.tar.gz
Testing dual life mp1 and mp2 modules is definitely a maintenance
consideration. After 2.0.5 is released, we may want to explore
possibilities for future releases. Httpd 1.x has been end of lifed,
so we may want to follow suit in some regard.
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
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@perl.apache.org
For additional commands, e-mail: dev-h...@perl.apache.org