Re: need your help to test mod_perl with perl-5.8.1-RC3

2003-08-04 Thread Steve Hay
Michael G Schwern wrote: On Mon, Aug 04, 2003 at 08:46:27AM +0100, Steve Hay wrote: I tried changing the s/// to: $string =~ s{ \$\(INST_DYNAMIC\)}{}g; $string =~ s{ \$\(INST_BOOT\)}{}g; (I've dropped the trailing spaces in the patterns), which produced: dynamic :: $(FIRST_MAKEFILE)

[PATCH] Re: Can't usemymalloc on OS X

2003-08-04 Thread Rafael Garcia-Suarez
Michael G Schwern wrote: Configure doesn't seem to be honoring -Dusemymalloc on OS X. I've tried -Dusemymalloc and -Dusemymalloc=y. Both result in usemymalloc=n. I think the hint is getting a little too pushy. try at your own risk : Index: hints/rhapsody.sh

Re: v-strings deprecation vs $^V/use/require

2003-08-04 Thread Adam Turoff
On Mon, Aug 04, 2003 at 09:32:39AM -0700, Jan Dubois wrote: But we are telling them that it we are providing maintenance releases to get bug and security fixes without risking any breakage. If we consider this promise insignificant, why bother with a maintenance track at all? This is becoming

Re: [Patch 5.8.1 Encode.pm] v-strings deprecated

2003-08-04 Thread Dan Kogai
On Tuesday, Aug 5, 2003, at 00:27 Asia/Tokyo, SADAHIRO Tomoyuki wrote: Hello. at-cn.t and at-tw.t include v-strings, which have been recently deprecated. To avoid warnings, these .t files are modified. This change is a simple conversion of v-strings .. to pack('U*',,,).

Re: v-strings deprecation vs $^V/use/require

2003-08-04 Thread Jan Dubois
On Mon, 04 Aug 2003 07:03:02 -0400, John Peacock [EMAIL PROTECTED] wrote: Jan Dubois wrote: Consider you were applying bug fixes to your libgtk-1.2 library and now Mozilla starts displaying popups: Property 'foo' of Widget 'bar' is deprecated and will be removed in libgtk-1.3. The Gtk