Search Discussions
-
On Win32 Perl automatically adds the :crlf layer to a number of filehandles. This causes a great many problems for a lot of Perl code, since constructs like $fh- binmode; and $s =~ s/\r//g; have to ...
Christian Walde
Jun 28, 2011 at 6:26 pm
Aug 2, 2011 at 6:04 pm -
In the thread on squashing, "git merge --no-ff" was suggested. I did a little research and it's an interesting idea. Here are some links I found useful: * ...
David Golden
Jun 13, 2011 at 9:31 pm
Jul 25, 2011 at 3:04 am -
When we added Version::Requirements to the core (to support CPAN::Meta) we encountered a problem: its installation to lib/Version/Requirements.pm conflicted with lib/version/Internals.* We decided ...
Ricardo Signes
Jun 29, 2011 at 1:02 am
Jul 1, 2011 at 12:59 am -
At this point I'm no longer working for a company that makes me sign my life away, but by now I'm in the habit. Besides, I still harbor the deep-down suspicion that nobody would pay money for what I ...
Jesse Vincent
Jun 17, 2011 at 2:40 am
Jun 26, 2011 at 5:22 pm -
Perl has never handled multi-byte locales, including utf8 ones. But it appears that more and more locales come as utf8 variants, such as ZA.utf8. I did some research on the standards behind them, and ...
Karl Williamson
Jun 22, 2011 at 9:28 pm
Jan 28, 2014 at 6:16 am -
# New Ticket Created by "Eric Brine" # Please include the string: [perl #93640] # in the subject line of all future correspondence about this issue. # <URL: ...
Eric Brine
Jun 27, 2011 at 7:38 pm
Sep 19, 2011 at 9:37 am -
Quite. So if "Perl Characters" (components of "Perl Strings") are to be indistinguishable from unsigned "Perl Integers", then this is a trap left for the future :-( IMO it is 100% correct for the ...
Chris Hall
Jun 10, 2011 at 11:18 am
Jul 28, 2011 at 2:48 pm -
Hi, perltodo lists that we should support octal literals using 0odddddddd as we support 0xdddddddd for hex. Is there any place besides Perl_scan_num in toke.c, a doc change in pod/perldata.pod and a ...
Claes Jakobsson
Jun 30, 2011 at 10:47 pm
Jul 7, 2011 at 5:43 pm -
# New Ticket Created by Reini Urban # Please include the string: [perl #93324] # in the subject line of all future correspondence about this issue. # <URL: ...
Reini Urban
Jun 22, 2011 at 3:09 pm
Aug 8, 2011 at 12:35 pm -
16
perlcheat
pod/perlcheat.pod needs an update for 5.14. I've done some work in a local .odt, that I use to create a .png from, but that could be reworked back into the .pod. This is what I got so far, but I'm ...H.Merijn Brand
Jun 10, 2011 at 7:52 am
Jun 11, 2012 at 11:09 am -
Good day Nick, perl-porters - Sorry for spamming the whole list about this, but perlbug seems to be down - it thinks all my messages to it are not "plain/text" even though they are and does not ...
Jason Vas Dias
Jun 2, 2011 at 3:08 pm
Jun 3, 2011 at 12:42 pm -
Core has included IO::Socket and IO::Socket::INET since time immemorial. Now that 5.14 ships with Socket::getaddrinfo() and ::getnameinfo(), we have all the in-core functionallity required to support ...
Paul LeoNerd Evans
Jun 17, 2011 at 4:29 pm
Sep 23, 2011 at 10:11 pm -
I was looking at Bug #32080 (Perl_is_utf8_string reads out of bounds), and have come to the conclusion that is_utf8_char() can't be fixed without changing the API. The problem is that it takes a ...
Karl Williamson
Jun 29, 2011 at 10:02 pm
Feb 6, 2012 at 11:37 am -
# New Ticket Created by brian greenfield # Please include the string: [perl #93638] # in the subject line of all future correspondence about this issue. # <URL: ...
Brian greenfield
Jun 27, 2011 at 7:09 pm
Oct 26, 2011 at 4:32 pm -
I’m trying to unify the lvalue-returning code, but here’s something I’ve come across: As of Perl 5.12, ‘sub foo :lvalue’ does nothing except warn if the subroutine is already defined and is not an ...
Father Chrysostomos
Jun 19, 2011 at 7:31 pm
Aug 6, 2011 at 5:26 pm -
I’ve come up with a simple way to fix the incompatibility between UNIVERSAL::VERSION and base.pm: stop UNIVERSAL::VERSION from parsing the version if called with no arguments. When called simply as ...
Father Chrysostomos
Jun 20, 2011 at 3:41 am
Jul 20, 2011 at 5:46 am -
Hello First sorry if this was already discussed. Tried to search on the archives but didn't find any relevant result. If this was already discussed, just say so and forget my email :) Was reading ...
Alberto Simões
Jun 25, 2011 at 3:23 pm
Jun 29, 2011 at 2:02 pm -
To close ticket #43294 "utf8::valid considers illegal characters to be valid", I'm proposing adding a new function that contains the functionality the requester wanted: =item * $flag = ...
Karl Williamson
Jun 7, 2011 at 6:26 pm
Jun 8, 2011 at 1:20 am -
# New Ticket Created by [email protected] # Please include the string: [perl #93358] # in the subject line of all future correspondence about this issue. # <URL: ...
Dmcbride @ cpan . org
Jun 22, 2011 at 10:58 pm
Aug 26, 2011 at 3:34 pm -
The current behavior of \N{} when it can't find the name is to raise a warning and return the REPLACEMENT character. This seems wrong to me, as it is a compilation-time construct, and every other ...
Karl Williamson
Jun 15, 2011 at 1:44 am
Oct 24, 2012 at 5:06 pm -
(This email is inspired by the debate on __SUB__, but I want to open a more general discussion.) I'm periodically taken aback by the intense reluctance I sense from some about innovating within Perl ...
David Golden
Jun 13, 2011 at 9:16 pm
Jul 20, 2011 at 10:03 am -
FWIW, heres a simple shell script which merges each of origin/smoke-me* to blead, and reports status. git branch -D `git branch | grep merge-` for br in `git branch -r | grep origin/smoke-me`; do ...
Jim Cromie
Jun 13, 2011 at 11:57 pm
Jun 21, 2011 at 2:02 pm -
Hello Porters. I've been talked into being Jesse's peon again for the release of Perl 5.15.0 later in June. I've started working my way through the nearly 400 commits since the release of Perl 5.14.0 ...
David Golden
Jun 6, 2011 at 9:54 pm
Jun 13, 2011 at 7:01 pm -
I've bisected it: v5.14.0-251-g0e21945 commit 0e21945565eb4664d843bb819fb032cedee4d5a6 Author: Max Maischein <[email protected] Date: Sun May 22 21:36:57 2011 -0700 Turn $$ into a magical readonly ...
Andreas J. Koenig
Jun 1, 2011 at 5:14 am
Jun 9, 2011 at 2:52 pm -
xdg suggested on IRC that i ask this as a separate question, so: obra: Assuming p5p reaches an agreement that magical newline-changing on Windows is a bug, would you agree to changing the behavior ...
Christian Walde
Jun 28, 2011 at 9:32 pm
Jul 5, 2011 at 5:48 am -
Perl 5 commit summary, activity since Saturday Current branch blead 46 commits. 7 unique authors. 5 unique committers. 25 files changed, 558 insertions(+), 328 deletions(-) Net code removal: Leon ...
Perl 5 commit summary
Jun 1, 2011 at 1:14 am
Jun 29, 2011 at 1:14 am -
$ perl5.14.0 -e 'continue;' syntax error at -e line 1, near "continue" Execution of -e aborted due to compilation errors. I thought the whole purpose of feature.pm was to avoid conflicts with ...
Father Chrysostomos
Jun 12, 2011 at 11:12 pm
Feb 26, 2012 at 8:36 pm -
# New Ticket Created by Elliot Shank # Please include the string: [perl #93496] # in the subject line of all future correspondence about this issue. # <URL: ...
Elliot Shank
Jun 24, 2011 at 7:18 pm
Sep 11, 2011 at 11:44 pm -
I've been looking into the 100% FAIL rate of IO::Async on perl 5.13.8 and above: http://matrix.cpantesters.org/?dist=IO-Async+0.41 What I've discovered is a change in behaviour of handling bad UTF-8 ...
Paul LeoNerd Evans
Jun 25, 2011 at 12:54 pm
Jul 22, 2011 at 10:09 pm -
These days, the Changes file is a set of pointers into git and historical tarballs rather than a literal record of all Changes in the distribution. It needs updating for each and every release. Given ...
Jesse Vincent
Jun 8, 2011 at 4:05 pm
Jul 2, 2011 at 12:19 pm -
There are a whole bunch of numeric comparison ops, that have very similar, but quite complex bodies, to cope with IV verses UV verses NV etc. I was wondering whether it would be beneficial to just ...
Dave Mitchell
Jun 14, 2011 at 3:49 pm
Jun 28, 2011 at 12:18 pm -
The following are the only items I know to be un-cherry-picked but still up for consideration for 5.14.1. Karl proposes 3 fixes to our unicode multi-char case-insensitive matching. I'm told that at ...
Jesse Vincent
Jun 8, 2011 at 3:42 am
Jun 8, 2011 at 6:56 pm -
# New Ticket Created by Niko Tyni # Please include the string: [perl #92164] # in the subject line of all future correspondence about this issue. # <URL: ...
Niko Tyni
Jun 3, 2011 at 6:14 am
Jun 4, 2011 at 10:39 am -
# New Ticket Created by [email protected] # Please include the string: [perl #93134] # in the subject line of all future correspondence about this issue. # <URL: ...
Dmcbride @ cpan . org
Jun 20, 2011 at 1:12 pm
Sep 28, 2011 at 7:43 pm -
# New Ticket Created by [email protected] # Please include the string: [perl #92376] # in the subject line of all future correspondence about this issue. # <URL: ...
Mw-u2 @ gmx . de
Jun 7, 2011 at 11:57 am
Aug 26, 2011 at 8:54 pm -
Hi, http://perldoc.perl.org/functions/bless.html I notice the document for bless is extremely unclear compared with the following discussion. The discussion of 'bless' in Programming Perl 3/e is also ...
Peng Yu
Jun 30, 2011 at 12:31 pm
Jul 1, 2011 at 6:58 pm -
Sigh, bfa148846 Reorder ops so that trans{,r} and aelemfast{,_lex} are adjacent This reshuffles for no apparent win all op numbers 35, and thus makes it very hard to maintain .pmc bytecode ...
Reini Urban
Jun 13, 2011 at 4:58 pm
Jun 28, 2011 at 12:08 pm -
Perl 5.14 added a return value to `given` if you put it inside a do. However, it looks like that return value can't be a value in a lexical variable the you define inside the `given`: ...
Brian d foy
Jun 24, 2011 at 12:04 am
Jun 27, 2011 at 7:37 pm -
Fellow Perlers, Anyone know when \ was changed to / in the file name in error messages on Win32? Example: http://www.cpantesters.org/cpan/report/bcb869fe-7306-1014-b29a-c198c477d273 The test expects ...
David E. Wheeler
Jun 21, 2011 at 3:32 am
Jun 21, 2011 at 7:53 pm -
I heard about this proposal too late to get it in 5.14. Allowing underscores as a way for the user to separate the regex modifiers into whatever groups they wish seems like a good idea to me. The ...
Karl Williamson
Jun 11, 2011 at 2:44 pm
Jun 17, 2011 at 10:05 am -
# New Ticket Created by brian greenfield # Please include the string: [perl #92828] # in the subject line of all future correspondence about this issue. # <URL: ...
Brian greenfield
Jun 14, 2011 at 3:43 pm
Jun 16, 2011 at 12:20 pm -
# New Ticket Created by "Rolf Rost" # Please include the string: [perl #92220] # in the subject line of all future correspondence about this issue. # <URL: ...
Rolf Rost
Jun 4, 2011 at 6:51 pm
Jun 6, 2011 at 6:57 pm -
Here are my nominations for things to go into 5.14.1. I have used cherrymaint to request these; three of the memory leak patches have been nominated in p5p before, but cherrymaint hasn't been used on ...
Karl Williamson
Jun 2, 2011 at 3:34 pm
Jun 3, 2011 at 4:27 am -
It might be cleaner for not only S_refto, but also any op that aliases a PADTMP to copy it. That would include for, map, grep, arguments to subroutines, and the lhs of (...)x...
Father Chrysostomos via RT
Jun 5, 2011 at 11:04 pm
Jul 27, 2013 at 6:28 pm -
# New Ticket Created by Father Chrysostomos # Please include the string: [perl #93102] # in the subject line of all future correspondence about this issue. # <URL: ...
Father Chrysostomos
Jun 20, 2011 at 2:24 am
Aug 28, 2011 at 6:12 am -
I propose to consummate the qw-as-parens deprecation by replacing each usage of lpar_or_qw in perly.y with plain '(' and making consequential deletions. Any objections? This runs directly into the ...
Zefram
Jun 14, 2011 at 10:29 am
Jun 21, 2011 at 8:03 am -
# New Ticket Created by "Pau Amma" # Please include the string: [perl #92992] # in the subject line of all future correspondence about this issue. # <URL: ...
Pau Amma
Jun 16, 2011 at 8:30 pm
Jun 19, 2011 at 9:09 pm -
# New Ticket Created by Cameron Kaiser # Please include the string: [perl #92246] # in the subject line of all future correspondence about this issue. # <URL: ...
Cameron Kaiser
Jun 5, 2011 at 4:50 pm
Jun 17, 2011 at 7:16 pm -
Now for sugar, -- nay, our plan Tolerates no work of man. Hurry, then, ye golden bees; Fetch your clearest honey, please, Garnered on a Yorkshire moor, While the last larks sing and soar, From the ...
Léon Brocard
Jun 15, 2011 at 6:13 pm
Jun 17, 2011 at 5:55 am -
Hey folks, I'd like to start buttoning things up for RC1. I know that a number of the actual bugfix patches have been backported to maint already. Other items on my personal hitlist include: commit ...
Jesse Vincent
Jun 4, 2011 at 5:25 pm
Jun 7, 2011 at 3:26 am
Group Overview
group | perl5-porters |
categories | perl |
discussions | 296 |
posts | 946 |
users | 108 |
website | perl.org |
108 users for June 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)