You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@perl.apache.org by "Philip M. Gollucci" <pg...@p6m7g8.com> on 2010/08/11 05:03:24 UTC

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@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);
>
>


-- 
------------------------------------------------------------------------
1024D/DB9B8C1C B90B FBC3 A3A1 C71A 8E70  3F8C 75B8 8FFB DB9B 8C1C
Philip M. Gollucci (pgollucci@p6m7g8.com) 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@perl.apache.org
For additional commands, e-mail: dev-help@perl.apache.org


Re: [VOTE] Apache-Reload-0.11-rc2

Posted by Torsten Förtsch <to...@gmx.net>.
On Wednesday, August 11, 2010 17:24:17 Adam Prime wrote:
> On 10-08-10 11:22 PM, Fred Moyer wrote:
> > On Tue, Aug 10, 2010 at 8:07 PM, Adam 
Prime<ad...@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

suse linux 11.3:

$ httpd -V
Server version: Apache/2.2.16 (Unix)
Server built:   Jul 30 2010 10:17:16
Server's Module Magic Number: 20051115:24
Server loaded:  APR 1.4.2, APR-Util 1.3.9
Compiled using: APR 1.4.2, APR-Util 1.3.9
Architecture:   64-bit
Server MPM:     Prefork

$ perl -V
Summary of my perl5 (revision 5 version 12 subversion 1) configuration:
   
  Platform:
    osname=linux, osvers=2.6.34-12-desktop, archname=x86_64-linux
    ...
    hint=recommended, useposix=true, d_sigaction=define
    useithreads=undef, usemultiplicity=undef
    useperlio=define, d_sfio=undef, uselargefiles=define, usesocks=undef
    use64bitint=define, use64bitall=define, uselongdouble=undef
    usemymalloc=n, bincompat5005=undef

All tests successful.

+1

Torsten Förtsch

-- 
Need professional modperl support? Hire me! (http://foertsch.name)

Like fantasy? http://kabatinte.net

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@perl.apache.org
For additional commands, e-mail: dev-help@perl.apache.org


Re: [VOTE] Apache-Reload-0.11-rc2

Posted by Fred Moyer <fr...@redhotpenguin.com>.
On Wed, Aug 11, 2010 at 8:24 AM, Adam Prime <ad...@utoronto.ca> wrote:
> 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

+1 on OSX, perl 5.12



>
> Adam
>
>
>
> On 10-08-10 11:22 PM, Fred Moyer wrote:
>>
>> On Tue, Aug 10, 2010 at 8:07 PM, Adam Prime<ad...@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, phred@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-unsubscribe@perl.apache.org
>>> For additional commands, e-mail: dev-help@perl.apache.org
>>>
>>>
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@perl.apache.org
For additional commands, e-mail: dev-help@perl.apache.org


[VOTE] Apache-Reload-0.11-rc2

Posted by Adam Prime <ad...@utoronto.ca>.
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<ad...@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, phred@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-unsubscribe@perl.apache.org
>> For additional commands, e-mail: dev-help@perl.apache.org
>>
>>


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@perl.apache.org
For additional commands, e-mail: dev-help@perl.apache.org


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

Posted by "Philip M. Gollucci" <pg...@p6m7g8.com>.
On 8/10/2010 11:22 PM, Fred Moyer wrote:
> On Tue, Aug 10, 2010 at 8:07 PM, Adam Prime<ad...@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.
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@p6m7g8.com) 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@perl.apache.org
For additional commands, e-mail: dev-help@perl.apache.org


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

Posted by Fred Moyer <fr...@redhotpenguin.com>.
On Tue, Aug 10, 2010 at 8:07 PM, Adam Prime <ad...@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, phred@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-unsubscribe@perl.apache.org
> For additional commands, e-mail: dev-help@perl.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@perl.apache.org
For additional commands, e-mail: dev-help@perl.apache.org


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

Posted by Adam Prime <ad...@utoronto.ca>.
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@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-unsubscribe@perl.apache.org
For additional commands, e-mail: dev-help@perl.apache.org