Search Discussions
-
Oooo...a shadowing thing....that could make some sense. I'm trying (would like to) use a shared CPAN source cache between two different systems and about 3 different versions (architectures, actually ...
Linda w.
May 22, 2003 at 10:45 pm
Jun 2, 2003 at 9:04 pm -
Here is one more thing to take into an account. I've just received this from the indexer: User: STAS (Stas Bekman) Distribution file: Apache-Test-1.01.tar.gz Number of files: 37 *.pm files: 27 ...
Stas Bekman
May 1, 2003 at 6:50 am
May 28, 2003 at 12:09 am -
A growing number of CPAN modules which provide interfaces to external (mostly C) libraries/projects encounter a problem, when the underlying interface goes through major changes, which doesn't ...
Stas Bekman
May 6, 2003 at 6:05 am
May 8, 2003 at 4:22 pm -
Could you please grab a later maint snapshot http://www.iki.fi/jhi/perl@19613.tgz and forward-fit your malloc debug patches to that? Firstly, there is no Perl_doing_taint(). Secondly, neither gcc nor ...
Jarkko Hietaniemi
May 26, 2003 at 9:52 pm
Jul 19, 2005 at 7:14 am -
Some of you may have been aware that Sarathy and I have been trying to resolve meaning of sysread(). perl5.8.0 breaks some legacy Win32 code which expects sysread() to do CRLF translation (not on ...
Nick Ing-Simmons
May 21, 2003 at 10:52 am
May 30, 2003 at 9:10 am -
I was talking to Autrijus and Leon about version numbers and noticed that the documented method of denoting an alpha module release and the way that PAUSE and search denote them do not match. From ...
Elaine -HFB- Ashton
May 15, 2003 at 1:07 pm
May 19, 2003 at 2:07 pm -
Alan found problems in the symbol scanning, I know VMS is unhappy, we still have some problems in BSD smokes, Arthur still wants some ithreads things in, Net::Ping is failing some tests in Win32, and ...
Jarkko Hietaniemi
May 15, 2003 at 4:00 pm
May 19, 2003 at 2:25 am -
As usual with my version object patches, the progress is always asymptotic. I am so close, and yet so far! :~( I have this working (and not): $VERSION = "1.2_3"; # version object, like new version ...
John Peacock
May 22, 2003 at 2:05 pm
May 24, 2003 at 7:48 pm -
# New Ticket Created by Jeremy Devenport # Please include the string: [perl #22261] # in the subject line of all future correspondence about this issue. # <URL: ...
Jeremy Devenport
May 21, 2003 at 3:21 pm
May 23, 2003 at 3:16 pm -
[Quoting PAUSE, on May 9 2003, 21:17, in "CPAN Upload: J/JV/JV"] This version implements automatic support for --version and --help options. You are invited to try it out and feedback. ...
Johan Vromans
May 9, 2003 at 7:55 pm
May 13, 2003 at 10:21 am -
# New Ticket Created by Ilya Sandler # Please include the string: [perl #22181] # in the subject line of all future correspondence about this issue. # <URL: ...
Ilya Sandler
May 12, 2003 at 8:25 pm
May 22, 2003 at 9:13 am -
Shlomi Fish
May 10, 2003 at 9:42 am
May 15, 2003 at 6:11 pm -
This really isn't resolved, as perldoc -f require states If EXPR is a bareword, the require assumes a ".pm" extension and replaces "::" with "/" in the filename for you, to make it easy to load ...
David Dyck
May 9, 2003 at 8:02 pm
May 12, 2003 at 5:53 pm -
$; is the subscript separator for multidimensional array emulation (as says perlvar). Basically it works like this : $ perl -MO=Deparse -e '$x{1,2}' $x{join $;, 1, 2}; In our Unicode and UTF8 world, ...
Rafael Garcia-Suarez
May 13, 2003 at 9:51 pm
Jun 25, 2003 at 11:56 am -
# New Ticket Created by Mark-Jason Dominus # Please include the string: [perl #22339] # in the subject line of all future correspondence about this issue. # <URL: ...
Mark-Jason Dominus
May 27, 2003 at 5:10 pm
Jun 16, 2003 at 6:29 pm -
If I try use filetest as advertised, use filetest 'access'; my $x = -x "/COPYRIGHT"; truss reports on FreeBSD 4.6 with perl 5.8.0: ... fcntl(0x3,0x2,0x1) = 0 (0x0) stat("/COPYRIGHT",0x8119240) = 0 ...
Slaven Rezic
May 1, 2003 at 3:56 pm
May 3, 2003 at 7:17 pm -
I had today the opportunity to try bleadperl on a Windows2000 machine (not mine) with the Microsoft Visual C compiler. I got the following failures: Failed Test Stat Wstat Total Fail Failed List of ...
Enache Adrian
May 11, 2003 at 10:17 pm
May 18, 2003 at 8:35 pm -
# New Ticket Created by kjetilho@ifi.uio.no # Please include the string: [perl #22372] # in the subject line of all future correspondence about this issue. # <URL: ...
kjetilho@ifi.uio.no (via RT)
May 29, 2003 at 9:52 pm
May 31, 2003 at 7:50 pm -
A new maint snapshot: http://www.iki.fi/jhi/perl@19525.tbz http://www.iki.fi/jhi/perl@19525.tgz Changes since the last: [ 19524] By: jhi on 2003/05/14 05:25:28 Log: Integrate: [ 19516] Subject: ...
Jarkko Hietaniemi
May 14, 2003 at 6:59 am
May 16, 2003 at 4:17 pm -
# New Ticket Created by Petter Reinholdtsen # Please include the string: [perl #22189] # in the subject line of all future correspondence about this issue. # <URL: ...
Petter Reinholdtsen
May 13, 2003 at 9:43 pm
May 19, 2003 at 1:48 pm -
Hi, does anyone have any insight into the sometimes quite idiosyncratic indenting and formatting of the code found in the Perl source-tree? I am again trying to mangle in a patch into h2xs to make it ...
Tassilo von Parseval
May 12, 2003 at 9:50 am
May 12, 2003 at 8:24 pm -
The current method for killing processes on Win32 systems is to call the TerminateProcess() method (excluding the PostThreadMessage() used for pseudo-forks for the moment). While effective, this is ...
Daniel Berger
May 11, 2003 at 2:20 pm
May 12, 2003 at 7:52 am -
# New Ticket Created by David Wheeler # Please include the string: [perl #22077] # in the subject line of all future correspondence about this issue. # <URL: ...
David Wheeler
May 1, 2003 at 1:00 pm
Sep 2, 2013 at 10:56 pm -
http://www.pobox.com/~schwern/src/ExtUtils-MakeMaker-6.10_04.tar.gz or a CPAN near you. The big news this release is building XS modules is finally fixed with 5.005_03. Otherwise its just a bunch of ...
Michael G Schwern
May 23, 2003 at 9:08 am
May 31, 2003 at 9:32 am -
While looking over some really old bugs in my spare time. Here is a list of some of the obvious ones for someone with the right privileges to do what they deem necessary. I can, in the future, make a ...
Larry Shatzer
May 1, 2003 at 8:19 pm
May 12, 2003 at 11:07 pm -
# New Ticket Created by perl-5.8.0@ton.iguana.be # Please include the string: [perl #22354] # in the subject line of all future correspondence about this issue. # <URL: ...
perl-5.8.0@ton.iguana.be (via RT)
May 29, 2003 at 2:59 pm
Jul 7, 2003 at 1:30 pm -
Hi, As of the previous main snapshot (19525) on modern linux system, I found out that a2p is linked against too many libraries which it does not actually use: $ make -n a2p sh -c true `sh cflags ...
Alexey Tourbin
May 28, 2003 at 8:57 am
May 28, 2003 at 11:07 pm -
t/comp/require.t: ok 9 # Perl v11.18446744073709550817.0 required (did you mean v11.184467440737095508?)--this is only v5.8.1, stopped at t/comp/require.t line 77. not ok 10 # Perl ...
Jarkko Hietaniemi
May 23, 2003 at 2:28 pm
May 23, 2003 at 7:59 pm -
I just get a Ultra-1 and install netbsd on it. NetBSD zeus 1.6.1 NetBSD 1.6.1 (GENERIC) #0: Mon Apr 7 10:27:16 UTC 2003 ...
Alian
May 11, 2003 at 11:13 pm
May 22, 2003 at 8:49 pm -
Sorry for this late response. Even if this patch has been applied: Rafael Garcia-Suarez wrote: I always have this problem: Making DynaLoader (static_pic) make[1]: Entre dans le re'pertoire ...
Alian
May 6, 2003 at 9:28 am
May 20, 2003 at 10:01 pm -
----- Forwarded message from Campo Weijerman <campo@marimba.nl ----- Subject: Re: openbsd From: Campo Weijerman <campo@marimba.nl Date: Wed, 14 May 2003 21:14:07 +0200 Message-ID: ...
Jarkko Hietaniemi
May 14, 2003 at 8:08 pm
May 19, 2003 at 12:48 am -
# New Ticket Created by esp5@mdss03.comp.pge.com # Please include the string: [perl #22182] # in the subject line of all future correspondence about this issue. # <URL: ...
esp5@mdss03.comp.pge.com (via RT)
May 13, 2003 at 3:26 pm
May 18, 2003 at 1:25 pm -
# New Ticket Created by debianbugs@j3e.de # Please include the string: [perl #22111] # in the subject line of all future correspondence about this issue. # <URL: ...
debianbugs@j3e.de (via RT)
May 5, 2003 at 11:13 pm
May 13, 2003 at 12:36 pm -
I am trying to compile Perl 5.8.0 on AIX 5.1 using vac 6.0.0.1. My end goal is to compile a threaded version to be used with apache2 and mod_perl. On the way there, I am just trying to get perl to ...
Steven M. Carter
May 2, 2003 at 3:00 pm
May 29, 2003 at 2:43 pm -
This patch reorders entries in perldiag.pod to put them in alphabetical order. This patch is based on perldiag.pod in perl@19333. The entries are alphabetized according to the explanation at the top ...
Ronald J Kimball
May 8, 2003 at 3:53 pm
May 14, 2003 at 1:55 pm -
# New Ticket Created by Stas Bekman # Please include the string: [perl #22163] # in the subject line of all future correspondence about this issue. # <URL: ...
Stas Bekman
May 9, 2003 at 1:52 pm
May 12, 2003 at 8:00 am -
It seems a bunch of globals that are neither constants nor mutexes-that-protect-truly-global-state have snuck into perlvars.h. This breaks concurrency safety pretty badly, so they need to get moved ...
Gurusamy Sarathy
May 3, 2003 at 6:47 pm
May 7, 2003 at 5:39 pm -
# New Ticket Created by "Adam M. Costello" # Please include the string: [perl #22193] # in the subject line of all future correspondence about this issue. # <URL: ...
Adam M. Costello
May 14, 2003 at 12:52 am
Sep 29, 2010 at 3:13 am -
DateTime.pm needs Time::Local, and being able to require the most recent version (as included in the core for 5.8.0) would be really helpful, since there have been signifcant fixes in recent ...
Dave Rolsky
May 30, 2003 at 5:46 pm
May 31, 2003 at 9:43 pm -
Heya, As discussed at http://perlmonks.org/?node_id=261206 there is a small bug with stringification of regexes containing escaped #s with the /x modifier. The patch below fixes it; thanks to ...
Alex Vandiver
May 30, 2003 at 7:55 am
May 31, 2003 at 12:46 am -
# New Ticket Created by Stas Bekman # Please include the string: [perl #22291] # in the subject line of all future correspondence about this issue. # <URL: ...
Stas Bekman
May 23, 2003 at 7:17 am
May 30, 2003 at 9:16 am -
http://www.iki.fi/jhi/perl@19613.tgz http://www.iki.fi/jhi/perl@19613.tbz Changes since the last: [ 19612] By: jhi on 2003/05/24 07:53:25 Log: Regen the old-style VOS config files. Branch: ...
Jarkko Hietaniemi
May 24, 2003 at 11:06 am
May 27, 2003 at 11:57 am -
I've removed some of the references to awk/sed/C in the docs, left others in that I felt were helpful or didn't cause a digression (ie. a "C-style for loop"). Useful information moved to perltrap. ...
Michael G Schwern
May 14, 2003 at 1:50 am
May 18, 2003 at 10:55 pm -
Is this a bug? % perl -le '$e{(0,1,2,3)} = 3; @a=(0,1,2,3); print $e{@q=@a}' % perl -le '$e{(0,1,2,3)} = 3; @a=(0,1,2,3); print $e{@a}' % perl -le '$e{(0,1,2,3)} = 3; @a=(0,1,2,3); print ...
David nicol
May 12, 2003 at 3:13 am
May 14, 2003 at 9:47 pm -
The recent threads about perlsyn made me take another look at the Perl documentation. It talks an awful lot about other languages to the point of sometimes obscuring the point: Perl. I've come to the ...
Michael G Schwern
May 14, 2003 at 1:16 am
May 14, 2003 at 2:22 pm -
http://rt.perl.org/rt2/Ticket/Display.html?id=8253 Ok. With the help of Sean Burke I've managed to come up with some sort of reasonable text for perlport as the requestor ... requested. The patch is ...
Casey West
May 9, 2003 at 10:50 am
May 11, 2003 at 8:19 pm -
It is a shame that so well designed test engine is useless for testing whether Perl works. As a first step, one could do edits like this one (sorry, reverted): --- ./t/op/pack.t-edited Mon May 5 ...
Ilya Zakharevich
May 5, 2003 at 8:32 pm
May 6, 2003 at 9:21 pm -
Hi, I'd like to get the ball rolling on the installation map stuff for M::B, as I think it's the only thing holding up the 0.19 release. Here's my idea of what I think we should do, please give me ...
Ken Williams
May 14, 2003 at 5:14 pm
Jul 3, 2003 at 5:54 pm -
Hi, As of the previous maint snapshot (19525) installed on a modern linux system, I found out that some perl source files do not pass 'perl -c' syntax check. Though some cases may be arguable ...
Alexey Tourbin
May 29, 2003 at 4:25 am
Jun 10, 2003 at 2:25 pm -
Something changed between 19629 and 19639: HP-UX HP-UX HP-UX HP-UX AIX AIX cygwin 11.00 11.00 10.20 10.20 4.3.3 4.3.3 1.3.23s HPc gcc HPc gcc vac gcc gcc 19629 19629 19629 19629 19629 19629 19629 ...
H.Merijn Brand
May 30, 2003 at 12:02 pm
Jun 3, 2003 at 9:49 am
Group Overview
group | perl5-porters |
categories | perl |
discussions | 392 |
posts | 1,344 |
users | 156 |
website | perl.org |
156 users for May 2003
Archives
- June 2016 (5)
- May 2016 (782)
- April 2016 (174)
- March 2016 (531)
- December 2015 (245)
- April 2015 (169)
- March 2015 (473)
- February 2015 (439)
- January 2015 (1,057)
- December 2014 (1,349)
- November 2014 (966)
- October 2014 (1,113)
- September 2014 (1,618)
- August 2014 (784)
- July 2014 (976)
- June 2014 (1,234)
- May 2014 (1,223)
- April 2014 (772)
- March 2014 (754)
- February 2014 (1,098)
- January 2014 (1,160)
- December 2013 (788)
- November 2013 (1,137)
- October 2013 (838)
- September 2013 (1,294)
- August 2013 (1,480)
- July 2013 (1,403)
- June 2013 (1,437)
- May 2013 (1,331)
- April 2013 (436)
- March 2013 (795)
- February 2013 (762)
- December 2012 (972)
- November 2012 (155)
- October 2012 (1,550)
- September 2012 (1,847)
- August 2012 (1,300)
- July 2012 (1,143)
- June 2012 (1,403)
- May 2012 (1,373)
- April 2012 (993)
- March 2012 (958)
- February 2012 (1,326)
- January 2012 (1,667)
- December 2011 (1,109)
- November 2011 (1,422)
- October 2011 (840)
- September 2011 (1,365)
- August 2011 (1,119)
- July 2011 (1,330)
- June 2011 (946)
- May 2011 (1,393)
- April 2011 (1,195)
- March 2011 (866)
- February 2011 (949)
- January 2011 (1,089)
- December 2010 (962)
- November 2010 (1,137)
- October 2010 (828)
- September 2010 (988)
- August 2010 (1,087)
- July 2010 (1,280)
- June 2010 (670)
- May 2010 (968)
- April 2010 (1,475)
- March 2010 (1,025)
- February 2010 (990)
- January 2010 (1,101)
- December 2009 (1,010)
- November 2009 (1,157)
- October 2009 (1,628)
- September 2009 (790)
- August 2009 (1,183)
- July 2009 (1,367)
- June 2009 (1,126)
- May 2009 (809)
- April 2009 (606)
- March 2009 (812)
- February 2009 (714)
- January 2009 (913)
- December 2008 (752)
- November 2008 (1,039)
- October 2008 (903)
- September 2008 (761)
- August 2008 (496)
- July 2008 (758)
- June 2008 (923)
- May 2008 (931)
- April 2008 (813)
- March 2008 (954)
- February 2008 (850)
- January 2008 (1,433)
- December 2007 (1,146)
- November 2007 (1,102)
- October 2007 (896)
- September 2007 (1,183)
- August 2007 (737)
- July 2007 (1,316)
- June 2007 (1,017)
- May 2007 (1,071)
- April 2007 (1,129)
- March 2007 (1,150)
- February 2007 (1,179)
- January 2007 (947)
- December 2006 (670)
- November 2006 (1,105)
- October 2006 (962)
- September 2006 (695)
- August 2006 (597)
- July 2006 (948)
- June 2006 (1,145)
- May 2006 (1,002)
- April 2006 (1,102)
- March 2006 (1,056)
- February 2006 (1,026)
- January 2006 (1,142)
- December 2005 (1,030)
- November 2005 (825)
- October 2005 (996)
- September 2005 (885)
- August 2005 (693)
- July 2005 (1,381)
- June 2005 (1,137)
- May 2005 (909)
- April 2005 (795)
- March 2005 (762)
- February 2005 (503)
- January 2005 (815)
- December 2004 (931)
- November 2004 (981)
- October 2004 (670)
- September 2004 (449)
- August 2004 (749)
- July 2004 (871)
- June 2004 (708)
- May 2004 (711)
- April 2004 (986)
- March 2004 (1,232)
- February 2004 (934)
- January 2004 (1,310)
- December 2003 (1,055)
- November 2003 (1,220)
- October 2003 (1,628)
- September 2003 (1,693)
- August 2003 (2,053)
- July 2003 (1,739)
- June 2003 (1,064)
- May 2003 (1,344)
- April 2003 (1,256)
- March 2003 (1,143)
- February 2003 (1,236)
- January 2003 (1,108)
- December 2002 (897)
- November 2002 (874)
- October 2002 (1,221)
- September 2002 (1,255)
- August 2002 (1,696)
- July 2002 (1,719)
- June 2002 (2,292)
- May 2002 (2,016)
- April 2002 (2,489)
- March 2002 (2,413)
- February 2002 (1,488)
- January 2002 (1,641)
- December 2001 (2,190)
- November 2001 (2,082)
- October 2001 (1,372)
- September 2001 (1,828)
- August 2001 (1,602)
- July 2001 (1,667)
- June 2001 (1,833)
- May 2001 (2,353)
- April 2001 (1,893)
- March 2001 (1,594)
- February 2001 (1,808)
- January 2001 (1,825)
- December 2000 (1,353)
- November 2000 (1,776)
- October 2000 (1,452)
- September 2000 (1,318)
- August 2000 (2,169)
- July 2000 (1,118)
- June 2000 (773)
- May 2000 (1,163)
- April 2000 (1,181)
- March 2000 (2,886)
- February 2000 (1,596)
- January 2000 (1,407)
- December 1999 (644)
- November 1999 (1,102)
- October 1999 (1,537)
- September 1999 (1,425)
- August 1999 (303)