Login | Register For Free | Help
Search for: (Advanced)

Mailing List Archive: ModPerl: Dev

Re: svn commit: r984198 - /perl/Apache-Reload/trunk/lib/Apache/Reload.pm

 

 

ModPerl dev RSS feed   Index | Next | Previous | View Threaded


pgollucci at p6m7g8

Aug 10, 2010, 8:03 PM

Post #1 of 4 (483 views)
Permalink
Re: svn commit: r984198 - /perl/Apache-Reload/trunk/lib/Apache/Reload.pm

Well how the hell did it work for me ?


On 8/10/2010 4:18 PM, phred [at] apache 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);
>
>


--
------------------------------------------------------------------------
1024D/DB9B8C1C B90B FBC3 A3A1 C71A 8E70 3F8C 75B8 8FFB DB9B 8C1C
Philip M. Gollucci (pgollucci [at] p6m7g8) c: 703.336.9354
VP Apache Infrastructure; Member, Apache Software Foundation
Committer, FreeBSD Foundation
Consultant, P6M7G8 Inc.
Sr. System Admin, Ridecharge Inc.

Work like you don't need the money,
love like you'll never get hurt,
and dance like nobody's watching.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe [at] perl
For additional commands, e-mail: dev-help [at] perl


adam.prime at utoronto

Aug 10, 2010, 8:07 PM

Post #2 of 4 (438 views)
Permalink
Re: svn commit: r984198 - /perl/Apache-Reload/trunk/lib/Apache/Reload.pm [In reply to]

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, phred [at] apache 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-unsubscribe [at] perl
For additional commands, e-mail: dev-help [at] perl


fred at redhotpenguin

Aug 10, 2010, 8:22 PM

Post #3 of 4 (442 views)
Permalink
Re: svn commit: r984198 - /perl/Apache-Reload/trunk/lib/Apache/Reload.pm [In reply to]

On Tue, Aug 10, 2010 at 8:07 PM, Adam Prime <adam.prime [at] utoronto> 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, phred [at] apache 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-unsubscribe [at] perl
> For additional commands, e-mail: dev-help [at] perl
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe [at] perl
For additional commands, e-mail: dev-help [at] perl


pgollucci at p6m7g8

Aug 10, 2010, 9:47 PM

Post #4 of 4 (435 views)
Permalink
Re: svn commit: r984198 - /perl/Apache-Reload/trunk/lib/Apache/Reload.pm [In reply to]

On 8/10/2010 11:22 PM, Fred Moyer wrote:
> On Tue, Aug 10, 2010 at 8:07 PM, Adam Prime<adam.prime [at] utoronto> 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.
I completley forgot about that...... mumble. More votes tomorrow.

>
> 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.
Lets, large discussion of things to drop here. Lets leave it till after.




------------------------------------------------------------------------
1024D/DB9B8C1C B90B FBC3 A3A1 C71A 8E70 3F8C 75B8 8FFB DB9B 8C1C
Philip M. Gollucci (pgollucci [at] p6m7g8) c: 703.336.9354
VP Apache Infrastructure; Member, Apache Software Foundation
Committer, FreeBSD Foundation
Consultant, P6M7G8 Inc.
Sr. System Admin, Ridecharge Inc.

Work like you don't need the money,
love like you'll never get hurt,
and dance like nobody's watching.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe [at] perl
For additional commands, e-mail: dev-help [at] perl

ModPerl dev RSS feed   Index | Next | Previous | View Threaded
 
 


Interested in having your list archived? Contact Gossamer Threads
 
  Web Applications & Managed Hosting Powered by Gossamer Threads Inc.