Search Discussions
-
Greetz, In ancient history, memory was short and modules were small. It is the time of autosplit. However, I would call to reconsider autosplit for POSIX.pm... The unsplit POSIX.pm file is 1024 lines ...
Mark Overmeer
Jan 29, 2011 at 10:49 pm
Aug 31, 2011 at 2:55 pm -
This question is about the smart match operator ~~ and about its documentation. Is it possible to find whether an array contains a given string? In perl 5.10.0 I was using @a ~~ $x but from a glance ...
Ed Avis
Jan 25, 2011 at 6:09 pm
Jan 28, 2011 at 6:41 pm -
There are two parts to this message, after the inroductory portion it talks about /\p{}/i matching. The final part is multi-character folds. After some confusions back and forth on the Unicode ...
Karl Williamson
Jan 13, 2011 at 11:23 pm
Jan 17, 2011 at 11:33 am -
I have pushed to blead (with Jesse's permission) the last commits (besides doc and any bug fixes) that enable the /a regular expression modifier. Presuming it works ok, should this become the default ...
Karl Williamson
Jan 17, 2011 at 5:02 pm
Jan 20, 2011 at 5:19 pm -
Hi, I just released the invoker module on cpan, and i'd like to propose the syntax to be included in future perls. why: with the blooming modules providing the "method" keyword, we no longer need to ...
Chia-liang Kao
Jan 16, 2011 at 7:06 am
Feb 4, 2011 at 1:30 am -
# New Ticket Created by Mark Overmeer # Please include the string: [perl #81586] # in the subject line of all future correspondence about this issue. # <URL: ...
Mark Overmeer
Jan 3, 2011 at 8:23 am
Jul 23, 2014 at 2:47 pm -
I just finished a run through cherrymaint, applying a lot of the approved-but-unapplied changes, or tightly-related changes that were seconded but not approved. I found one or two commits that I ...
Ricardo Signes
Jan 3, 2011 at 11:42 pm
Jan 6, 2011 at 12:51 am -
Hi, I just released the invoker module on cpan, and i'd like to propose the syntax to be included in future perls. why: with the blooming modules providing the "method" keyword, we no longer need to ...
Chia-liang Kao
Jan 16, 2011 at 6:55 am
Jan 22, 2011 at 11:46 am -
# New Ticket Created by Paul LeoNerd Evans # Please include the string: [perl #82040] # in the subject line of all future correspondence about this issue. # <URL: ...
Paul LeoNerd Evans
Jan 10, 2011 at 11:19 am
Feb 17, 2011 at 9:35 pm -
This looks like a bug in either base.pm or VERSION to me. Or should I really patch it with this? - my $version = $mod- {module}- VERSION; + my $version = ${"$mod- {module}\::VERSION"}; ----- ...
Philippe Bruhat (BooK)
Jan 31, 2011 at 1:19 pm
Feb 2, 2011 at 8:43 am -
# New Ticket Created by "Ed Avis" # Please include the string: [perl #82954] # in the subject line of all future correspondence about this issue. # <URL: ...
Ed Avis
Jan 28, 2011 at 1:25 pm
Jul 23, 2012 at 11:47 pm -
# New Ticket Created by btik-fbsd@scoubidou.com # Please include the string: [perl #82086] # in the subject line of all future correspondence about this issue. # <URL: ...
Btik-fbsd @ scoubidou . com
Jan 11, 2011 at 5:21 pm
Mar 12, 2011 at 10:55 pm -
After my fixes a few months ago to sort out all the weak-ref / dangling pointer issues between stashes, GVs and CVs; we're left with the situation where in the normal case for a named sub of a GV ...
Dave Mitchell
Jan 3, 2011 at 2:27 pm
Jan 23, 2011 at 10:23 pm -
I did not apply the typo fixes for Configure and hints/ (I leave that for Merijn), nor the typo fixes for cpan/, as they should be send to the maintainer of the package. Abigail
Abigail
Jan 7, 2011 at 10:45 am
Jan 11, 2011 at 1:51 am -
I first submitted the linked patch...something like 3 years ago. In that time, MAD has rotted a great deal and that makes me somewhat sad. The patch moves mad's tests and support libraries out of the ...
Jesse Vincent
Jan 29, 2011 at 7:31 pm
Feb 13, 2011 at 9:14 pm -
Dave Rolsky
Jan 30, 2011 at 11:17 pm
Feb 5, 2011 at 2:28 pm -
As mentioned briefly earlier in this list, \p{} uses Unicode rules always regardless of the locale. commit fb2e24cdda774d9e9c28f1cd0356bba9070894c7 Author: Karl Williamson <public@khwilliamson.com ...
Karl Williamson
Jan 28, 2011 at 6:15 am
Feb 19, 2011 at 9:03 pm -
# New Ticket Created by unera@debian.org # Please include the string: [perl #82948] # in the subject line of all future correspondence about this issue. # <URL: ...
Unera @ debian . org
Jan 28, 2011 at 9:29 am
Jan 28, 2014 at 4:16 am -
# New Ticket Created by Dave Mitchell # Please include the string: [perl #82616] # in the subject line of all future correspondence about this issue. # <URL: ...
Dave Mitchell
Jan 22, 2011 at 3:18 pm
Feb 22, 2011 at 11:39 pm -
Perl 5.13.9 is out and has some of Karl's work to enforce ASCII semantics on the character class shortcuts with the /a modifier. However, you have to either: use re '/a'; # can that be use re 'ascii' ...
Brian d foy
Jan 21, 2011 at 12:45 pm
Jan 24, 2011 at 2:43 pm -
This is a quick hack and may or may not be useful, but I wrote a quick script using URI::Find and LWP to grab all the URIs out of the blead source and try to retrieve them. Here's the stuff where the ...
Michael Stevens
Jan 19, 2011 at 3:45 pm
Jan 20, 2011 at 1:56 pm -
# New Ticket Created by Robin Barker # Please include the string: [perl #81986] # in the subject line of all future correspondence about this issue. # <URL: ...
Robin Barker
Jan 8, 2011 at 11:08 pm
Jan 13, 2011 at 12:59 pm -
# New Ticket Created by Leon Timmermans # Please include the string: [perl #82802] # in the subject line of all future correspondence about this issue. # <URL: ...
Leon Timmermans
Jan 25, 2011 at 8:33 pm
Feb 23, 2011 at 1:50 am -
For example, deprecate '\b{', but nothing else where a { immediately follows a 'b'. If we deprecate just the { when it could conflict with something we might want to add later, we don't touch the ...
Karl Williamson
Jan 23, 2011 at 5:53 am
Feb 13, 2011 at 5:17 am -
Hi, The following is based on Perl 5.12.3 code source but the assumption goes back to at least 5.8.4 (the oldest tarball I have). In 11 places in the Perl core source: - pp_sys.c 6 - perl.c 2 - ...
NormW
Jan 28, 2011 at 9:11 pm
Jan 30, 2011 at 11:44 pm -
Perl 5 commit summary, activity since Wednesday Current branch blead 12 commits. 6 unique authors. 5 unique committers. 21 files changed, 416 insertions(+), 134 deletions(-) Thanks, applied: David ...
Perl 5 commit summary
Jan 1, 2011 at 2:08 am
Jan 29, 2011 at 2:08 am -
After carefully considering http://blog.andreas.org/display?id=9 I believe we should add the flag "-fexcess-precision=standard" when compiling on gcc 4.5+. Any controversy here?
Chip Salzenberg
Jan 22, 2011 at 4:39 pm
Jan 26, 2011 at 7:54 pm -
It has come up a number of times on #p5p why Unicode-Collate is using the PP version and not the XS version in core. From Porting/Maintainers.pl 'Unicode::Collate' = { 'MAINTAINER' = 'sadahiro', ...
Chris 'BinGOs' Williams
Jan 12, 2011 at 10:18 am
Jan 23, 2011 at 1:29 am -
TSTENV = stdio close tmp462924B: A file or directory in the path name does not exist. at -e line 4. ld: 0706-003 Cannot find or read import file: $(PERL_INC)/perl.exp ld:accessx(): A file or ...
H.Merijn Brand
Jan 6, 2011 at 7:27 am
Jan 17, 2011 at 7:04 am -
I knew that perl-5.12.3 would be a very minor set of changes, but I thought it would be nice to share just how successful we have been at having a nice, stable maint version. Pending any further ...
Ricardo Signes
Jan 3, 2011 at 4:32 pm
Jan 3, 2011 at 7:41 pm -
Hi, while testing modperl with perl 5.13.9 I get a new warning in Test::Builder that can be reduced to: $ perl -we 'open my $f, " ", \my $x; binmode $f, "scalar"' Use of uninitialized value in ...
Torsten Förtsch
Jan 23, 2011 at 4:41 pm
Apr 4, 2011 at 11:28 am -
Hi there. I'll be releasing perl 5.13.10 on February 20th. We need a perldelta for that release which is currently very incomplete. To that end I've gone through all the commits from v5.13.9..99ca48e ...
Ævar Arnfjörð Bjarmason
Jan 27, 2011 at 8:30 pm
Jan 28, 2011 at 2:19 pm -
So far, I have two outstanding issues with RC1: http://markmail.org/message/2ve6fg2kpnn2kw6l This doesn't bother me because I have gotten word from several Win32 builders that 5.12.3-RC1 built clean. ...
Ricardo Signes
Jan 13, 2011 at 2:06 pm
Jan 16, 2011 at 7:05 am -
Oddly enough ack didn't find it: $ ack cc_runtime.h $ grep cc_runtime.h vms/descrip_mms.template h0 = av.h cc_runtime.h config.h cop.h cv.h embed.h embedvar.h ac0 = $(ARCHCORE)$(sockh) ...
Dave Mitchell
Jan 6, 2011 at 11:41 am
Jan 10, 2011 at 5:57 pm -
# New Ticket Created by (Peter J. Acklam) # Please include the string: [perl #81790] # in the subject line of all future correspondence about this issue. # <URL: ...
Peter J. Acklam) (via RT
Jan 7, 2011 at 7:07 am
Jan 10, 2011 at 5:10 am -
At the moment whenever we merge 2 or more OP bodies into one, we're following a policy of adding link compatibility bodies to mathoms.c, analogous to the policy on API functions. However, I'm not ...
Nicholas Clark
Jan 2, 2011 at 6:40 pm
Feb 20, 2011 at 4:34 pm -
# New Ticket Created by (Andreas J. Koenig) # Please include the string: [perl #82652] # in the subject line of all future correspondence about this issue. # <URL: ...
Andreas J. Koenig) (via RT
Jan 23, 2011 at 6:31 pm
Feb 3, 2011 at 7:47 am -
This is a public notice that perl-5.12.3 RC3 has been uploaded to the CPAN as: 3297664fc8fc05631ce6c51a4ef78f0d9e44f651 perl-5.12.3-RC3.tar.bz2 27916c5d1d44301f4f65dcebf6aab1c0599040d9 ...
Ricardo Signes
Jan 18, 2011 at 2:18 am
Jan 21, 2011 at 2:22 pm -
The attached patch makes «open FH, ':raw' $filename» do what it advertises to do: open the file, and then call «binmode FH». Previously a shortcut was taken that simply wasn't correct, as previously ...
fawaka@gmail.com via RT
Jan 3, 2011 at 10:12 pm
Jan 21, 2011 at 4:37 am -
# New Ticket Created by Moritz Lenz # Please include the string: [perl #81572] # in the subject line of all future correspondence about this issue. # <URL: ...
Moritz Lenz
Jan 2, 2011 at 5:54 pm
Jan 3, 2011 at 6:25 pm -
# New Ticket Created by Leon Timmermans # Please include the string: [perl #82484] # in the subject line of all future correspondence about this issue. # <URL: ...
Leon Timmermans
Jan 19, 2011 at 10:07 pm
Dec 29, 2011 at 1:56 pm -
Hi, perldoc perlembed reads: The ExtUtils::Embed kit on CPAN ships with a script called genmake, which generates a simple makefile to build a program from a single C source file. It can be used like ...
Konovalov, Vadim (Vadim)** CTR **
Jan 8, 2011 at 6:16 pm
Feb 22, 2011 at 6:07 am -
# New Ticket Created by Robin Barker # Please include the string: [perl #82052] # in the subject line of all future correspondence about this issue. # <URL: ...
Robin Barker
Jan 10, 2011 at 11:50 pm
Feb 8, 2011 at 11:03 am -
# New Ticket Created by Michael Stevens # Please include the string: [perl #82392] # in the subject line of all future correspondence about this issue. # <URL: ...
Michael Stevens
Jan 18, 2011 at 11:36 am
Feb 1, 2011 at 7:05 pm -
An important part of Perl's release engineering process is making sure that new releases don't reuse the same version numbers for non-dual-life or blead-upstream modules. Right now, this tool, ...
Jesse Vincent
Jan 20, 2011 at 7:51 pm
Feb 1, 2011 at 12:31 pm -
Perl5 Bug Summary http://rt.perl.org/rt3/NoAuth/perl5/Overview.html Generated at Mon Jan 3 14:15:01 2011 GMT ------------------------------------------------------------------------------- * Numbers ...
Perl5 Bug Summary
Jan 3, 2011 at 2:15 pm
Jan 31, 2011 at 2:15 pm -
I'm sorry, but this ticket should instead be against the CPAN module Encode, and not Perl itself, and what you are requesting is actually an enhancement; it isn't actually a bug. The url to enter ...
Karl Williamson via RT
Jan 13, 2011 at 9:58 pm
Jan 31, 2011 at 6:34 am -
I'm working on moving Carp over to dist and making it dual-lifeable. I am converting the test suite over to Test::More instead of t/test.pl, but I'm stuck on its use of the runperl() function from ...
Dave Rolsky
Jan 30, 2011 at 4:58 pm
Jan 30, 2011 at 9:15 pm -
I saw a huge steam roller, It blotted out the sun. The people all lay down, lay down; They did not try to run. My love and I, we looked amazed Upon the gory mystery. 'Lie down, lie down!' the people ...
Ricardo Signes
Jan 22, 2011 at 2:48 am
Jan 22, 2011 at 1:44 pm -
Hi, $ perl -le 'eval q/BEGIN {die \"huhu"}/; print ref($@)?${$@}:$@' SCALAR(0x6267b0)BEGIN failed--compilation aborted at (eval 1) line 1. $ perl -le 'eval q/UNITCHECK {die \"huhu"}/; print ...
Torsten Förtsch
Jan 15, 2011 at 6:27 pm
Jan 18, 2011 at 5:53 pm
Group Overview
group | perl5-porters |
categories | perl |
discussions | 326 |
posts | 1,089 |
users | 110 |
website | perl.org |
110 users for January 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)