Search Discussions
-
We're planning on patching "." out of the @INC path for the perl we're about to build and distribute. I'm finding this change causes the test suite to blow up in all sorts of interesting ways. My ...
Todd Rinaldo
Mar 8, 2012 at 7:39 pm
Mar 12, 2012 at 7:45 pm -
# New Ticket Created by (Andreas J. Koenig) # Please include the string: [perl #111500] # in the subject line of all future correspondence about this issue. # <URL: ...
Andreas J. Koenig) (via RT
Mar 2, 2012 at 11:02 pm
Mar 12, 2012 at 3:19 am -
# New Ticket Created by Zefram # Please include the string: [perl #112054] # in the subject line of all future correspondence about this issue. # <URL ...
Zefram
Mar 27, 2012 at 2:25 pm
Mar 31, 2012 at 11:25 am -
# New Ticket Created by Robin Barker # Please include the string: [perl #111462] # in the subject line of all future correspondence about this issue. # <URL: ...
Robin Barker
Mar 1, 2012 at 1:18 pm
Jun 29, 2012 at 7:33 am -
I’m sorry I’ve done nothing about this lately. I was planning to work on it the past two months, but various things in Real Life got in the way, and when one thing finished and I thought I was going ...
Father Chrysostomos via RT
Mar 22, 2012 at 1:04 am
Dec 14, 2013 at 2:04 am -
So I was reading this post about basic file manipulation functions: http://szabgab.com/how-to-remove-copy-or-rename-a-file-with-perl.html It seems odd to me that CORE::rename is not portable, but ...
Jeffrey Thalhammer
Mar 8, 2012 at 6:54 am
Mar 16, 2012 at 12:46 pm -
A reading from L<perlpolicy : To the best of our ability, we will attempt to fix critical issues in the two most recent stable 5.x release series. Fixes for the current release series take precedence ...
Ricardo Signes
Mar 6, 2012 at 3:46 pm
Mar 17, 2012 at 8:41 am -
# New Ticket Created by karl williamson # Please include the string: [perl #111856] # in the subject line of all future correspondence about this issue. # <URL ...
Karl williamson
Mar 20, 2012 at 1:12 am
May 23, 2012 at 4:09 pm -
I just (tried to) build perl5 on the recently installed HP-UX 11.23 git check-out and configure went smooth tests fail because of a File::Glob fail: p5p-hpux:/perl/perl 118 ./perl -Ilib -wc ...
H.Merijn Brand
Mar 15, 2012 at 12:49 pm
Apr 17, 2012 at 4:37 pm -
I observed that a CPAN shell takes much longer to quit under 5.15.8 than in previous stable perl versions. To reproduce, just try: $ time /opt/perl-5.15.8/bin/cpan5.15.8 -A CPAN [...] CPAN ANDK ...
Slaven Rezic
Mar 5, 2012 at 8:46 pm
Apr 1, 2012 at 5:12 pm -
I find that several tests keep hanging when I run the full test suite "manually" (i.e. typing "nmake test" in a Command Prompt), the first of which is cpan/CPANPLUS/t/19_CPANPLUS-Dist.t. Strangely, ...
Steve Hay
Mar 28, 2012 at 3:09 pm
Aug 24, 2012 at 7:30 am -
Is it a good idea to deprecate the wonderful ability of "#line 1" to cause toke.c to re-process #!perl lines? ie apply this: diff --git a/Porting/perl5160delta.pod b/Porting/perl5160delta.pod index ...
Nicholas Clark
Mar 16, 2012 at 2:05 pm
Apr 8, 2012 at 8:54 pm -
Hi, I was trying out the instructions in perlhack on how to get started and wanted to see if the "./Configure ... ; make test" part would work. It didn't and after a little googling on the error ...
Offer Kaye
Mar 2, 2012 at 11:33 pm
Mar 15, 2012 at 10:23 am -
I'd say start with it as an IO::Handle attribute and see if it can be implemented cleanly. Then, if so, having autodie switch it on for all handles returned in the lexical scope of autodie is a ...
David Golden
Mar 5, 2012 at 7:16 pm
Mar 6, 2012 at 6:31 pm -
The original post included the full output of 't/harness', which was too big for RT to display. Hence, this ticket did not get the attention it deserved. Let me try to boil it down. [snip] Let's go ...
James E Keenan via RT
Mar 24, 2012 at 2:09 am
Jul 23, 2012 at 11:27 pm -
# New Ticket Created by David Golden # Please include the string: [perl #112164] # in the subject line of all future correspondence about this issue. # <URL ...
David Golden
Mar 31, 2012 at 4:19 pm
May 17, 2012 at 3:52 pm -
# New Ticket Created by Craig A. Berry # Please include the string: [perl #111656] # in the subject line of all future correspondence about this issue. # <URL: ...
Craig A . Berry
Mar 9, 2012 at 11:35 pm
Mar 27, 2012 at 12:34 pm -
In several threads over the past few months, I've seen suggestions like "Perl should die if $dubious_condition happens". (Latest example, reading a fixed number of bytes with $/ on multi-byte data.) ...
David Golden
Mar 5, 2012 at 4:18 pm
Mar 11, 2012 at 8:33 pm -
Perl 5 commit summary, activity since Wednesday Current branch blead 10 commits. 6 unique authors. 5 unique committers. 11 files changed, 85 insertions(+), 50 deletions(-) Thanks, applied: Ricardo ...
Perl 5 commit summary
Mar 3, 2012 at 2:08 am
Mar 31, 2012 at 1:08 am -
Here's a new version of perlglossary.pod, derived directly from the 4th edition of Programming Perl. I made no attempt to integrate the existing manpage, nor make it massively hyperlinked. NB: This ...
Tom Christiansen
Mar 19, 2012 at 7:04 pm
Mar 26, 2012 at 11:27 am -
That’s a pretty nasty regression. Can we make this a blocker for 5.16? -- Father Chrysostomos --- via perlbug: queue: perl5 status: new https://rt.perl.org:443/rt3/Ticket/Display.html?id=111654
Father Chrysostomos via RT
Mar 9, 2012 at 9:10 pm
Mar 15, 2012 at 11:53 pm -
The Time::Unix module exists to provide a time() sub that uses the Unix epoch regardless of platform convention. Currently, the only OS it knows about that needs any adjustment is Mac OS classic, but ...
Zefram
Mar 5, 2012 at 4:03 pm
Mar 5, 2012 at 6:34 pm -
<URL: https://rt.cpan.org/Ticket/Display.html?id=72700 What's up? Still a critical CORE bug with a patch. May I take over? sanitizer/clang_build_Linux/Release+Asserts/bin/clang' asan@a7d2e0/CORE' ...
Reini Urban via RT
Mar 6, 2012 at 5:35 pm
Apr 9, 2012 at 1:10 pm -
I'm trying to make it easy to vote for these patches to get into 5.14.3. Please consider and +1 these commits, arranged in my priority order: Panic with \b and /aa ...
Karl Williamson
Mar 17, 2012 at 5:08 pm
Mar 20, 2012 at 4:14 pm -
Hello Perl 5 Porters, I would like to suggest a short little game for each of you to play, with the ultimate goal of helping the Perl 5 core development gain some knowledge. This mail was triggered ...
Christian Walde
Mar 2, 2012 at 7:13 pm
Mar 13, 2012 at 8:59 pm -
Steve, do you have any news on this? --- via perlbug: queue: perl5 status: open https://rt.perl.org:443/rt3/Ticket/Display.html?id=94846
Ricardo SIGNES via RT
Mar 23, 2012 at 1:50 am
Feb 4, 2013 at 8:54 am -
Smoke logs available at http://m-l.org/~perl/smoke/perl/ Automated smoke report for 5.15.8 patch acdbe25bd91bf897e0cf373b91ab0814e21c4860 v5.15.8-91-gacdbe25 zwei: Intel(R) Core(TM) i7 CPU 920 @ ...
George Greer
Mar 10, 2012 at 6:35 pm
Dec 11, 2012 at 7:19 pm -
Perl 5.8.5 is no longer supported. Can you try this with the current supported version of Perl, 5.14.2? If you install that, you will probably also get Storable version 2.34 along with it. Thank you ...
James E Keenan via RT
Mar 24, 2012 at 1:05 am
Jun 6, 2012 at 7:37 pm -
# New Ticket Created by l.mai@web.de # Please include the string: [perl #111638] # in the subject line of all future correspondence about this issue. # <URL: ...
L . mai @ web . de
Mar 8, 2012 at 11:16 pm
May 22, 2012 at 4:48 pm -
I applied your patch to blead, commit 920e47bbc431efd5c1ca9d8b85fb88c172326b14 but changing the tests to TODOs to avoid them failing blead Are there objections to fixing this in 5.16? It is to just ...
Karl Williamson via RT
Mar 4, 2012 at 7:29 pm
Apr 17, 2012 at 8:12 pm -
As promised, today I went through commits for which we've gotten votes and upvoted them in cherrymaint. Quite a few reached the +3 and so I cherry picked a dozen of them. Quite a few of them did not ...
Ricardo Signes
Mar 21, 2012 at 1:59 am
Mar 26, 2012 at 3:21 pm -
It seems that connectivity to perl5.git.perl.org was lost about 06:26 this morning. Hence http://perl5.git.perl.org/perl.git is unreachable. It seems to be a connectivity problem, not a problem with ...
Nicholas Clark
Mar 21, 2012 at 6:54 am
Mar 21, 2012 at 12:41 pm -
# New Ticket Created by Matti Linnanvuori # Please include the string: [perl #111682] # in the subject line of all future correspondence about this issue. # <URL: ...
Matti Linnanvuori
Mar 12, 2012 at 7:52 am
Jun 6, 2012 at 7:35 pm -
As a general issue for testing this type of bug - we need to allocate significant amounts of memory (2Gb or much more in some cases) to regression test this type of bug, which would be unfriendly in ...
Tony Cook via RT
Mar 14, 2012 at 5:46 am
May 22, 2012 at 12:55 am -
Hi, let me start with this question: Does anyone know the difference between these two commands: perl -i -plwe 's/foo/bar/' file sed -i 's/foo/bar/' file One hint: Would you use it on a production ...
Christoph Bußenius
Mar 24, 2012 at 5:48 pm
Apr 3, 2012 at 12:33 pm -
# New Ticket Created by Tony Cook # Please include the string: [perl #111864] # in the subject line of all future correspondence about this issue. # <URL ...
Tony Cook
Mar 20, 2012 at 8:18 am
Mar 29, 2012 at 7:14 am -
# New Ticket Created by Father Chrysostomos # Please include the string: [perl #111982] # in the subject line of all future correspondence about this issue. # <URL ...
Father Chrysostomos
Mar 25, 2012 at 8:13 pm
Mar 27, 2012 at 4:49 pm -
I kept wondering why Pod::HTML was failing the feature.t and htmldir3.t tests then I remembered that recent smoke-me runs from my VM haven't also failed those tests. The only (known) difference ...
George Greer
Mar 18, 2012 at 3:29 am
Mar 19, 2012 at 5:50 pm -
This breaks g++ builds. Tony
Tony Cook
Mar 13, 2012 at 3:58 am
Mar 19, 2012 at 10:08 am -
You're going to possibly hate me if my suspicions are true. https://rt.cpan.org/Ticket/Display.html?id=75672 Simply having Param::Utils loaded anywhere in code prior to invoking `` renders `` broken, ...
Kent Fredric
Mar 10, 2012 at 4:54 pm
Mar 12, 2012 at 6:56 am -
The attached patch is better, without the temp. comment at the code line in question. On Tue, Mar 6, 2012 at 1:53 PM, rurban@cpanel.net wrote: -- Reini Urban http://cpanel.net/ ...
Reini Urban
Mar 6, 2012 at 8:03 pm
Mar 9, 2012 at 4:23 pm -
# New Ticket Created by pm.20.browseruk@xoxy.net # Please include the string: [perl #111730] # in the subject line of all future correspondence about this issue. # <URL: ...
Pm . 20 . browseruk @ xoxy . net
Mar 13, 2012 at 7:34 pm
May 22, 2012 at 12:57 am -
# New Ticket Created by Matthew Horsfall # Please include the string: [perl #112112] # in the subject line of all future correspondence about this issue. # <URL ...
Matthew Horsfall
Mar 29, 2012 at 3:40 pm
Apr 9, 2012 at 2:54 pm -
Does this problem still exist in, say, Perl 5.14? If so, could we get a code sample that we could reproduce with just core Perl? Thank you very much. Jim Keenan --- via perlbug: queue: perl5 status ...
James E Keenan via RT
Mar 30, 2012 at 11:46 pm
Mar 31, 2012 at 5:27 pm -
# New Ticket Created by Father Chrysostomos # Please include the string: [perl #111980] # in the subject line of all future correspondence about this issue. # <URL ...
Father Chrysostomos
Mar 25, 2012 at 8:12 pm
Mar 26, 2012 at 8:21 am -
# New Ticket Created by Samuel.Ferencik@barclayscapital.com # Please include the string: [perl #111782] # in the subject line of all future correspondence about this issue. # <URL: ...
Samuel . Ferencik @ barclayscapital . com
Mar 15, 2012 at 9:42 am
Mar 20, 2012 at 1:19 pm -
# New Ticket Created by Nicholas Clark # Please include the string: [perl #111842] # in the subject line of all future correspondence about this issue. # <URL: ...
Nicholas Clark
Mar 19, 2012 at 11:36 am
Mar 20, 2012 at 11:25 am -
[snip] Have you been able to compile Perl from source since this original report? If not, which versions of Perl? Which versions of GCC or other C compiler? Which OS? Thank you very much. Jim Keenan ...
James E Keenan via RT
Mar 31, 2012 at 1:10 am
Apr 18, 2012 at 2:34 pm -
I had some isolated test failures with 0.96 from BSDish systems with limited locales installed. The attached patch brings bleadperl in line with the CPAN 0.97 release. I'd like to see it get into ...
John Peacock
Mar 29, 2012 at 2:22 am
Apr 10, 2012 at 2:20 pm -
Personally I think it is worth changing, I'd guess to unsigned int, given that it is intended to hold an unsigned value that doesn't need to be more than 16 bits. That way, it's one less I32 in the ...
Nicholas Clark
Mar 26, 2012 at 2:43 pm
Apr 2, 2012 at 1:32 am
Group Overview
group | perl5-porters |
categories | perl |
discussions | 256 |
posts | 958 |
users | 110 |
website | perl.org |
110 users for March 2012
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)