Search Discussions
-
# New Ticket Created by Father Chrysostomos # Please include the string: [perl #106538] # in the subject line of all future correspondence about this issue. # <URL: ...
Father Chrysostomos
Dec 19, 2011 at 3:56 am
Mar 26, 2012 at 5:38 pm -
Below is a cleaned up version of the output from core-cpan-diff. These are modules where the core and CPAN versions differ in some ways. I suspect that in some cases, the differences are intentional, ...
Dave Rolsky
Dec 14, 2011 at 6:14 pm
Dec 23, 2011 at 8:25 pm -
Is there any reason why can't open do an exclusive open? Of course that's possible with sysopen and O_EXCL, but that's plain ugly and hard to explain to newcomers. I'm having the impression that the ...
Leon Timmermans
Dec 5, 2011 at 12:38 pm
Dec 6, 2011 at 1:07 pm -
Would it be possible for you to prepare this as a patch to dist/Carp/lib/Carp.pm? Thank you very much. Jim Keenan
James E Keenan via RT
Dec 14, 2011 at 11:45 pm
Sep 18, 2012 at 4:08 pm -
# New Ticket Created by Linda Walsh # Please include the string: [perl #107326] # in the subject line of all future correspondence about this issue. # <URL: ...
Linda Walsh
Dec 30, 2011 at 6:41 pm
Jan 4, 2012 at 10:09 pm -
This is *not* a perl bug. but a fundamental difficulty in dealing with signals. I suggest closing this ticket. Leon
Leon Timmermans via RT
Dec 11, 2011 at 7:55 pm
Jun 5, 2012 at 8:29 pm -
Please correct me if I’m wrong: PL_check is global. That means the dozens of modules that do this: old_ck_thingy = PL_check[OP_THINGY]; PL_check[OP_THINGY] = my_ck_thingy; are not thread-safe, right? ...
Father Chrysostomos
Dec 11, 2011 at 9:19 pm
Jan 17, 2012 at 4:54 pm -
Hi all, (Sorry about the previous incomplete post.) I was looking at techniques to save perl stacks and restore them. I have looked at perlguts (and other docs) and code back and forth for a while ...
Kamal Khatri
Dec 1, 2011 at 10:08 pm
Dec 20, 2011 at 8:51 am -
This is a known issue, #67694. given does an implicit ‘my $_’. See also ticket #90018 and ticket #53186 (marked as resolved, even though it isn’t). RJBS: Would you be adverse to changing ‘given’ to ...
Father Chrysostomos via RT
Dec 10, 2011 at 7:51 pm
Dec 18, 2011 at 3:39 pm -
# New Ticket Created by Father Chrysostomos # Please include the string: [perl #107000] # in the subject line of all future correspondence about this issue. # <URL: ...
Father Chrysostomos
Dec 25, 2011 at 10:18 pm
Sep 24, 2012 at 3:50 pm -
# New Ticket Created by "Ed Avis" # Please include the string: [perl #107262] # in the subject line of all future correspondence about this issue. # <URL: ...
Ed Avis
Dec 29, 2011 at 10:49 am
Jan 3, 2012 at 8:38 am -
If I have : Not enough arguments for map at -e line 1, near "map;" Execution of -e aborted due to compilation errors. ---- By default, perl takes an unquoted word as possibly being a 'reserved word', ...
Linda W
Dec 16, 2011 at 6:43 am
Dec 18, 2011 at 1:38 am -
Does anyone wish to comment on this feature request? Thank you very much. Jim Keenan
James E Keenan via RT
Dec 3, 2011 at 1:33 am
Oct 12, 2014 at 4:34 am -
In theory, 5.14.3 comes out on the 14th. Currently, it will not, because there are zero commits in it. If anyone has created a meta-ticket or other resource for tracking their hopes for 5.14 cherry ...
Ricardo Signes
Dec 5, 2011 at 4:13 am
Feb 22, 2012 at 11:42 pm -
POSIX has the %SIGRT hash for a couple of years now (3609ea0d), but I'm not sure it should. I'm not sure what the purpose of it is exactly, it's pretty much %SIG except that it uses unsafe signals. ...
Leon Timmermans
Dec 31, 2011 at 5:33 pm
Jan 11, 2012 at 9:13 am -
# New Ticket Created by Rocco Caputo # Please include the string: [perl #105700] # in the subject line of all future correspondence about this issue. # <URL: ...
Rocco Caputo
Dec 8, 2011 at 5:27 pm
Dec 31, 2011 at 7:39 pm -
# New Ticket Created by "Eric Brine" # Please include the string: [perl #105278] # in the subject line of all future correspondence about this issue. # <URL: ...
Eric Brine
Dec 4, 2011 at 9:47 am
Jul 24, 2012 at 3:18 am -
# New Ticket Created by Olivier Mengué # Please include the string: [perl #106864] # in the subject line of all future correspondence about this issue. # <URL: ...
Olivier Mengué
Dec 22, 2011 at 7:59 pm
Jan 11, 2012 at 4:02 pm -
Since the version of Perl described in this RT is no longer supported, there's probably not much we can do with this ticket. However, it would be good if someone familiar with current Perl on AIX ...
James E Keenan via RT
Dec 17, 2011 at 3:13 am
Dec 22, 2011 at 2:38 pm -
# New Ticket Created by Father Chrysostomos # Please include the string: [perl #105906] # in the subject line of all future correspondence about this issue. # <URL: ...
Father Chrysostomos
Dec 11, 2011 at 9:05 pm
Sep 13, 2013 at 7:50 am -
This proposal hasn't received any feedback (at least not in RT). Since it would require preparation of a patch for submission to the metaconfig repository, we should first ask, "What do people think ...
James E Keenan via RT
Dec 17, 2011 at 3:23 am
Feb 5, 2013 at 11:03 pm -
Is there any way we could get a small program that demonstrates this bug? Thank you very much. Jim Keenan
James E Keenan via RT
Dec 6, 2011 at 12:08 pm
Feb 18, 2012 at 11:56 pm -
What would be a better message -- and how should it be classified according to the scale in 'pod/perldiag.pod'? (W) A warning (optional). (D) A deprecation (enabled by default). (S) A severe warning ...
James E Keenan via RT
Dec 15, 2011 at 1:57 am
Dec 20, 2011 at 7:30 am -
Attached are three patches: 1) Reverts the incompatible change to UNIVERSAL::VERSION such that once again it will return the stringified version object representation of $CLASS::VERSION. A long ...
John Peacock
Dec 8, 2011 at 2:39 am
Dec 12, 2011 at 7:46 pm -
# New Ticket Created by (Andreas J. Koenig) # Please include the string: [perl #106282] # in the subject line of all future correspondence about this issue. # <URL: ...
Andreas J. Koenig) (via RT
Dec 15, 2011 at 7:12 am
Dec 21, 2011 at 1:03 pm -
# New Ticket Created by Ricardo SIGNES # Please include the string: [perl #105784] # in the subject line of all future correspondence about this issue. # <URL: ...
Ricardo SIGNES
Dec 9, 2011 at 1:48 pm
Dec 19, 2011 at 11:48 am -
The researchers concluded that the best way of avoiding the problem is to use randomised hash functions such as those used in Perl, which were included after a security conference paper on the ...
Greg Lindahl
Dec 29, 2011 at 10:25 pm
Dec 31, 2011 at 2:32 pm -
Find attached an initial attempt at wrapping strptime() by core's POSIX.xs. I imagine it'll need some smoking on e.g. MSWin32 or other odd platforms yet before it makes it into blead. -- Paul ...
Paul LeoNerd Evans
Dec 23, 2011 at 6:24 pm
Dec 30, 2011 at 8:54 pm -
Hi porters, I am sorry for raising this question, in some sence it could be considered as implementation detail question, hence looks like porters question. The web sometimes says that hashes are ...
Konovalov, Vadim (Vadim)** CTR **
Dec 24, 2011 at 9:38 pm
Dec 27, 2011 at 1:12 pm -
I think I'm experiencing the same bug. I've narrowed it down to a simple script, which you can find attached here. If I can provide more help by giving more details or anything else, please let me ...
Johannes Plunien via RT
Dec 12, 2011 at 11:16 am
Dec 13, 2011 at 6:15 pm -
Karl hit a problem when refactoring - t/re/regexp_qr_embed_thr.t started failing with panic: del_backref during global destruction. After a lot of digging, it turns out that this isn't a regular ...
Nicholas Clark
Dec 1, 2011 at 1:06 pm
Dec 13, 2011 at 2:54 pm -
We've discussed several times on this list the removal of Pod::Parser from the core, as it's poorly understood and mostly abandoned for new Pod-handling code. This summer, Marc Green did an admirable ...
Ricardo Signes
Dec 3, 2011 at 12:13 am
Dec 6, 2011 at 1:44 am -
Can anyone confirm whether this has indeed been fixed in blead? Is it important enough to be cherry-picked for any possible 5.14.3? Thank you very much. Jim keenan
James E Keenan via RT
Dec 6, 2011 at 2:13 am
Apr 22, 2013 at 2:51 am -
Perl 5 commit summary, activity since Wednesday Current branch blead 39 commits. 11 unique authors. 9 unique committers. 96 files changed, 6052 insertions(+), 3910 deletions(-) Net code removal: ...
Perl 5 commit summary
Dec 3, 2011 at 2:08 am
Dec 31, 2011 at 2:08 am -
I'm probably not the only one who has to ask: "What does 'MAD' mean in this context?" Thank you very much. Jim Keenan --- via perlbug: queue: perl5 status: new ...
James E Keenan via RT
Dec 19, 2011 at 12:39 am
Dec 19, 2011 at 9:10 am -
# New Ticket Created by David Golden # Please include the string: [perl #105232] # in the subject line of all future correspondence about this issue. # <URL: ...
David Golden
Dec 3, 2011 at 3:02 am
Dec 4, 2011 at 11:02 am -
Going from non-threaded to threaded perl sounds like one of the more drastic changes in configuration that one can make, even within a single major version. So this breakage does not seem surprising. ...
James E Keenan via RT
Dec 3, 2011 at 7:42 pm
Aug 31, 2013 at 10:32 am -
Ged had thought that as the prentice of a great mage he would enter at once into the mystery and mastery of power. He would understand the language of the beasts and the speech of the leaves of the ...
Dave Rolsky
Dec 20, 2011 at 9:21 pm
Dec 24, 2011 at 7:23 am -
See <http://perl5.git.perl.org:8080/job/perl5-threaded/228/changes Changes: [nick] Porting/expand-macro.pl needs to avoid "macro redefined" errors. ------------------------------------------ ...
Dennis Kaarsemaker
Dec 7, 2011 at 10:51 am
Dec 8, 2011 at 3:51 pm -
Hi all, this patch fixes some bugs in "perl -d" and adds some regression tests (for the bugfixes and for better test coverage). It can be found as several commits here: ...
Shlomi Fish
Dec 2, 2011 at 7:12 pm
Dec 3, 2011 at 1:07 pm -
PathTools is not, AFAIK, included in the Perl core distribution. So bugs therein should be filed at its bug tracker: https://rt.cpan.org/Public/Dist/Display.html?Name=PathTools ExtUtils::MakeMaker is ...
James E Keenan via RT
Dec 3, 2011 at 12:23 am
Feb 4, 2013 at 2:51 am -
# New Ticket Created by Leon Timmermans # Please include the string: [perl #106642] # in the subject line of all future correspondence about this issue. # <URL: ...
Leon Timmermans
Dec 20, 2011 at 12:53 am
Dec 23, 2011 at 9:56 pm -
# New Ticket Created by Father Chrysostomos # Please include the string: [perl #105922] # in the subject line of all future correspondence about this issue. # <URL: ...
Father Chrysostomos
Dec 11, 2011 at 9:36 pm
Dec 16, 2011 at 6:18 am -
(this report covers two weeks) Spent the last two weeks working on making embedded regexes not recompile any code blocks. I have this mostly working now, barring a leak which I'm currently tracking ...
Dave Mitchell
Dec 6, 2011 at 8:48 pm
Dec 12, 2011 at 8:28 pm -
The patch looks good to me, but would benefit from more eyeballs. In 'perlsub' I see, "Subroutines whose names are in all upper case are reserved to the Perl core, as are modules whose names are in ...
James E Keenan via RT
Dec 10, 2011 at 2:40 am
Dec 12, 2011 at 8:15 pm -
# New Ticket Created by David Nicol # Please include the string: [perl #105280] # in the subject line of all future correspondence about this issue. # <URL: ...
David Nicol
Dec 4, 2011 at 9:48 am
Dec 8, 2011 at 4:41 pm -
Hi porters, I'll be the release manager for the next release, 5.15.6, which is scheduled to happen on December 20 (two weeks from today). This release is the last release for contentious changes. ...
Dave Rolsky
Dec 6, 2011 at 5:23 pm
Dec 7, 2011 at 3:02 am -
My layperson's impression is that the original poster's criticism of Net::Cmd::datasend() with respect to RFC 2821 Sec 2.3.7 is correct. (http://www.ietf.org/rfc/rfc2821.txt). I modified the patch to ...
James E Keenan via RT
Dec 4, 2011 at 2:28 pm
Sep 8, 2013 at 2:45 am -
I believe this is happening because toke.c isn't tracking things as well as it should be. The attached patch 'fixes' this, but I question whether it's right or not. It fixes the issue by overwriting ...
Matthew Horsfall via RT
Dec 11, 2011 at 10:26 pm
Jul 3, 2012 at 6:04 am -
Hi p5p, I've tried to cross-compile 5.14.2 and 5.15.6 under Ubuntu 11.10 x64 for my Synology NAS DS211j which is an ARM platform and ships with Perl 5.8.4 but without a compiler. Synology provides an ...
Alexander Hartmaier
Dec 31, 2011 at 2:03 am
Feb 5, 2012 at 7:34 pm
Group Overview
group | perl5-porters |
categories | perl |
discussions | 297 |
posts | 1,109 |
users | 125 |
website | perl.org |
125 users for December 2011
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)