On Tue, Aug 10, 2010 at 8:07 PM, Adam Prime <[email protected]> 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, [email protected] 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: [email protected] > For additional commands, e-mail: [email protected] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
