[perl #64708] [PATCH] Implemented the slurp method to be invoked on Str file names

2011-10-03 Thread Will Coleda via RT
On Mon Apr 13 17:10:03 2009, nelo.ony...@googlemail.com wrote: > Hi all, > > I hope this PATCH is correct. A couple of issues came up whilst I was > working on this: > > > Shouldn't we be able to return from within the try block? >According to http://www.rakudo.org/status these already work

[perl #64708] [PATCH] Implemented the slurp method to be invoked on Str file names

2009-04-14 Thread Ifejinelo Onyiah
# New Ticket Created by "Ifejinelo Onyiah" # Please include the string: [perl #64708] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=64708 > Hi all, I hope this PATCH is correct. A couple of issues came up whilst I was wo

file names

2002-09-05 Thread Aaron Sherman
In doing the builtins, I just named the file "Builtins.p6m" without thinking. In retrospect, I think it would be nice to have a file extension *in addition to* ".pm" that is unambiguously Perl 6. "p6m" would seem obvious. This way, you can have your own module's Foo.pm and Foo.p6m side-by-side whi