Search Discussions
-
How many bugs can you count here? I count at least two. $ perl -we @arr1=(); @arr2=(1,2,3); @arr3=@arr1//@arr2;print "[@arr3]\n" [0] $ perl -we @arr1=(); @arr2=(1,2,3); @arr3=@arr1||@arr2;print ...
Tom Christiansen
Sep 13, 2011 at 10:55 pm
Sep 18, 2011 at 3:57 pm -
We don't currently have evidence that native support for EBCDIC systems in Perl is in use by anyone or that it currently works at all. If you use Perl on an EBCDIC system, please either reply to this ...
Jesse Vincent
Sep 23, 2011 at 4:24 pm
Oct 6, 2011 at 10:52 am -
# New Ticket Created by Linda Walsh # Please include the string: [perl #100190] # in the subject line of all future correspondence about this issue. # <URL: ...
Linda Walsh
Sep 27, 2011 at 8:36 pm
Nov 17, 2011 at 6:51 pm -
[ What follows is the prose version of the talk I gave at YAPC::NA, OSCON and YAPC::EU this summer. I'll be giving a similar talk at YAPC::Asia. If you prefer reading big sentence fragments on ...
Jesse Vincent
Sep 12, 2011 at 4:28 pm
Oct 16, 2011 at 7:05 pm -
After my blog post about the new OO docs in core, a commenter asked if there were stubs for the old docs. I think adding this makes sense. Many people may be used to just typing "perldoc perltoot", ...
Dave Rolsky
Sep 16, 2011 at 4:03 am
Sep 30, 2011 at 11:11 am -
Porters, Can someone explain this to me? I don't understand why Package- VERSION would return something that's not printable. I've been using this in code for years, e.g., meta { name is 'generator'; ...
David E. Wheeler
Sep 1, 2011 at 3:22 am
Sep 11, 2011 at 9:06 pm -
I need to do another CPAN release for version.pm because of this: https://rt.cpan.org/Ticket/Display.html?id=70950 Can I please revert the change to the replacement UNIVERSAL::VERSION so that it once ...
John Peacock
Sep 19, 2011 at 2:03 am
Sep 23, 2011 at 12:20 pm -
# New Ticket Created by Nicholas Clark # Please include the string: [perl #100364] # in the subject line of all future correspondence about this issue. # <URL: ...
Nicholas Clark
Sep 29, 2011 at 1:38 pm
Oct 1, 2011 at 7:46 pm -
To accompany Jesse's efforts to explain what makes a patch acceptable -- and I really like the phrase "free as in puppies" -- I wrote the below summary of the changes I have pending. Steffen++ is ...
Reverend Chip
Sep 2, 2011 at 8:50 pm
Sep 8, 2011 at 9:26 pm -
Do the pipes in the (?(...)...) condition expression count as regular alternations? It seems they don’t. Should they?
Father Chrysostomos via RT
Sep 11, 2011 at 11:34 pm
Jun 23, 2013 at 2:51 pm -
RJBS noticed this. It's dumb. pod/perlpacktut.pod | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/pod/perlpacktut.pod b/pod/perlpacktut.pod index 7d2126a..2ce5662 100644 --- ...
Mark Jason Dominus
Sep 9, 2011 at 3:44 am
Sep 30, 2011 at 10:10 pm -
# New Ticket Created by Jim Cromie # Please include the string: [perl #98662] # in the subject line of all future correspondence about this issue. # <URL: ...
Jim Cromie
Sep 7, 2011 at 11:43 pm
Nov 9, 2014 at 8:54 pm -
Almost all (if not all?) Perl functions that take file names have this problem. They all ignore the UTF8 flag. I would suggest we use a ‘Wide character’ warning, as we have for print and warn. Then ...
Father Chrysostomos via RT
Sep 19, 2011 at 12:40 am
Nov 10, 2011 at 11:54 pm -
# New Ticket Created by tchrist1 # Please include the string: [perl #100058] # in the subject line of all future correspondence about this issue. # <URL: ...
Tchrist1
Sep 26, 2011 at 8:20 pm
Oct 23, 2011 at 9:05 pm -
<URL: https://rt.cpan.org/Ticket/Display.html?id=69318 No idea what to do about this. That whole subsystem is inscrutable to me. Any ideas?
Michael G Schwern via RT
Sep 25, 2011 at 5:16 am
Oct 1, 2011 at 1:53 am -
I am trying to shrink Module::CoreList to use a hash that just contains the differences in each release. But doing so will make it harder for the maint release managers, unless I backport my change. ...
Father Chrysostomos
Sep 14, 2011 at 3:42 am
Sep 29, 2011 at 3:49 am -
Caused by this commit, but that doesn’t look like very useful information. Does the branch from which the threads changes were merged still exist, so I can try and find a description of the change ...
Father Chrysostomos via RT
Sep 2, 2011 at 5:09 am
Sep 9, 2011 at 5:52 am -
# New Ticket Created by Reini Urban # Please include the string: [perl #100138] # in the subject line of all future correspondence about this issue. # <URL: ...
Reini Urban
Sep 27, 2011 at 12:52 pm
Oct 1, 2011 at 3:12 pm -
Attached is a revised patch to base.pm to remove the "-1, set by base.pm" and replace it with the undef value. What is truly annoying about this behavior is that base.pm never even checks for this ...
John Peacock
Sep 22, 2011 at 10:06 am
Sep 26, 2011 at 2:54 am -
I wrote a little intro to the unicode_strings feature of 5.12/5.14 for $DAYJOB (Topsy), and I wonder whether it would be a helpful addition to our official docs, and/or whether I committed any errors ...
Reverend Chip
Sep 7, 2011 at 11:52 pm
Oct 19, 2011 at 8:54 am -
tl;dr: There's currently no way to #include <mach-o/dyld.h on OS X. In the fractal mess of yak shaving that "relocatable @INC" always seems to expand to, I learned, somewhat belatedly, how to figure ...
Nicholas Clark
Sep 14, 2011 at 8:27 pm
Sep 16, 2011 at 5:54 pm -
I've been following the debate regarding the challenges of defining and implementing a Perl statement that would declare the compatibility requirements of a Perl source program. I think this is a ...
Green, Paul
Sep 29, 2011 at 10:13 pm
Oct 1, 2011 at 6:09 pm -
I made a branch for reordering perlvar a bit. This isn't a huge change, just some moving variable definitions around to try to group like things together. The biggest change is I made a new ...
Dave Rolsky
Sep 26, 2011 at 2:38 pm
Sep 27, 2011 at 3:23 pm -
We don't have any established convention for how modules should name their keys in the shared namespace of %^H. Sooner or later there's going to be a clash. I think we should pick a convention that ...
Zefram
Sep 14, 2011 at 1:10 pm
Sep 21, 2011 at 10:16 pm -
What do others think about this?
Father Chrysostomos via RT
Sep 11, 2011 at 11:29 pm
Sep 17, 2011 at 7:13 pm -
# New Ticket Created by Mark Grant # Please include the string: [perl #98480] # in the subject line of all future correspondence about this issue. # <URL: ...
Mark Grant
Sep 5, 2011 at 8:32 pm
Sep 14, 2011 at 8:31 pm -
We have a moderately well-known ambiguity between Foo::Bar being a bareword package name and being a call to a subroutine. Simple illustration, under Devel::REPL: $ use feature "say"; $ sub ...
Zefram
Sep 13, 2011 at 2:22 pm
Sep 14, 2011 at 6:22 pm -
I've just noticed that bleadperl no longer builds on Win32 with the Borland compiler (well, the old, free version that I have anyway...): ilink32 -Tpe -ap -x -L"c:\perl\lib\CORE" ...
Steve Hay
Sep 1, 2011 at 1:21 pm
Sep 10, 2011 at 6:18 pm -
I've made Carp portable to all the perl versions that I routinely test on (5.6.{1..2}, 5.8.{1..9}, and 5.10.0 onwards). Branch zefram/dual_Carp has the resulting version, laid out as a dual-life ...
Zefram
Sep 3, 2011 at 12:16 am
Sep 4, 2011 at 3:27 pm -
# New Ticket Created by Peter Scott # Please include the string: [perl #98352] # in the subject line of all future correspondence about this issue. # <URL: ...
Peter Scott
Sep 3, 2011 at 2:47 pm
Dec 1, 2011 at 7:51 am -
# New Ticket Created by Chris Adams # Please include the string: [perl #98934] # in the subject line of all future correspondence about this issue. # <URL: ...
Chris Adams
Sep 12, 2011 at 4:40 pm
Sep 14, 2011 at 12:17 am -
Johann 'Myrkraverk' Oskarsson
Sep 8, 2011 at 11:29 pm
Sep 13, 2011 at 10:00 pm -
# New Ticket Created by perl@profvince.com # Please include the string: [perl #99850] # in the subject line of all future correspondence about this issue. # <URL: ...
Perl @ profvince . com
Sep 23, 2011 at 10:40 am
Nov 27, 2011 at 8:30 pm -
Hi Chip, hi all, the full CPAN smoke is finally done. Results at http://steffen-mueller.net/tmp/out as usual. Debugging left as an exercise to the reader. Cheers, Steffen
Steffen Mueller
Sep 17, 2011 at 9:44 am
Sep 20, 2011 at 6:51 am -
# New Ticket Created by tchrist1 # Please include the string: [perl #98546] # in the subject line of all future correspondence about this issue. # <URL: ...
Tchrist1
Sep 6, 2011 at 3:29 pm
Oct 14, 2011 at 2:47 am -
This RT ticket has not been forwarded to p5p, it seems: https://rt.perl.org:443/rt3/Ticket/Display.html?id=99408 Two distros broken by stdbool: STBEY/Bit-Vector-7.1.tar.gz and ...
Andreas J. Koenig
Sep 20, 2011 at 6:15 am
Sep 22, 2011 at 6:36 pm -
Am I right in thinking that the SVf_IVisUV/SVprv_WEAKREF flag can never be set when SVf_POK is set?
Webmasters
Sep 12, 2011 at 3:18 am
Sep 13, 2011 at 12:08 pm -
# New Ticket Created by "Eric Brine" # Please include the string: [perl #98742] # in the subject line of all future correspondence about this issue. # <URL: ...
Eric Brine
Sep 8, 2011 at 11:18 pm
Oct 10, 2011 at 6:15 am -
With 5.15.3 and 5.14.2 out the door, I will replace camel and dromedary tomorrow. There will be some changes: - There will be no NFS homedirectories anymore. The old homedirectories will be available ...
Dennis Kaarsemaker
Sep 27, 2011 at 8:32 pm
Sep 28, 2011 at 8:57 pm -
Perl 5 commit summary, activity since Wednesday Current branch blead 51 commits. 10 unique authors. 6 unique committers. 79 files changed, 34389 insertions(+), 34135 deletions(-) Net code removal: ...
Perl 5 commit summary
Sep 3, 2011 at 1:09 am
Sep 28, 2011 at 1:15 am -
Smoke logs available at http://m-l.org/~perl/smoke/perl/ Automated smoke report for 5.15.3 patch 0f8d4b5ec2b14a817d302f2a3e7e311fd574a6bf v5.15.3-33-g0f8d4b5 zwei: Intel(R) Core(TM) i7 CPU 920 @ ...
George Greer
Sep 23, 2011 at 2:20 am
Sep 27, 2011 at 7:41 pm -
I would like to propose that $thing = *foo stringify the glob, instead of assigning a glob copy (fake/coercible glob). There are dozens of bugs involving fake globs. Most of them I’ve fixed, but in ...
Father Chrysostomos
Sep 12, 2011 at 1:15 am
Sep 18, 2011 at 8:23 pm -
# New Ticket Created by Jim Cromie # Please include the string: [perl #98788] # in the subject line of all future correspondence about this issue. # <URL: ...
Jim Cromie
Sep 9, 2011 at 7:47 pm
Sep 12, 2011 at 7:52 pm -
7
[perl #98372] [PATCH] Move non-constant folding parts of fold_constants into a separate functions.
# New Ticket Created by Gerard Goossen # Please include the string: [perl #98372] # in the subject line of all future correspondence about this issue. # <URL: ...Gerard Goossen
Sep 4, 2011 at 1:44 pm
Sep 5, 2011 at 4:13 pm -
Smoke logs available at http://m-l.org/~perl/smoke/perl/ Automated smoke report for 5.15.2 patch 2a014a4b51424c9ea9e46c78e7b3840cc28e4aaa v5.15.2-462-g2a014a4 zwei: Intel(R) Core(TM) i7 CPU 920 @ ...
George Greer
Sep 17, 2011 at 7:35 pm
Sep 19, 2011 at 4:36 am -
# New Ticket Created by Linda Walsh # Please include the string: [perl #99382] # in the subject line of all future correspondence about this issue. # <URL: ...
Linda Walsh
Sep 17, 2011 at 10:10 pm
Sep 19, 2012 at 3:41 pm -
As I'm resetting my repository, I'm posting the patch here. -- Alexandr Ciornii, http://chorny.net
Alexandr Ciornii via RT
Sep 1, 2011 at 3:05 pm
Feb 4, 2012 at 10:21 am -
I have some old code that uses Format to create reports. In the code I declare some variables, declare the Formats and then have two subs that could be called that set the variables and select the ...
Scott
Sep 12, 2011 at 7:42 pm
Sep 27, 2011 at 9:21 pm -
This smells like a bug to me. 1 (It returns an empty string.) Is this still the case in blead?
Eric Brine
Sep 21, 2011 at 6:16 am
Sep 21, 2011 at 3:29 pm
Group Overview
group | perl5-porters |
categories | perl |
discussions | 314 |
posts | 1,365 |
users | 129 |
website | perl.org |
129 users for September 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)