[perl #64092] [PATCH] Add Perl 6 versions of p5chomp and p5chop to Any.pm

2009-03-26 Thread Patrick R. Michaud via RT
Applied in a0c6e3d, with a small change (switching \o12 to \x0a) in 5c07c7b. There are already tests for p5chomp and p5chop in the test suite, so I'll add them to spectest.data. I'm also curious if checking for only \x0a is correct; the synopsis says it removes anything that matches /\n/ which

[perl #64092] [PATCH] Add Perl 6 versions of p5chomp and p5chop to Any.pm

2009-03-25 Thread Patrick R. Michaud via RT
On Sun Mar 22 10:11:06 2009, cspencer wrote: The following patch adds Perl 6 versions of the p5chomp and p5chop methods to Any-str.pm Applying this patch causes me to get failures in t/spec/S05-mass/rx.t . I'm not exactly sure _why_ I'm getting the failures yet, but perhaps others can try

[perl #64092] [PATCH] Add Perl 6 versions of p5chomp and p5chop to Any.pm

2009-03-23 Thread via RT
# New Ticket Created by Cory Spencer # Please include the string: [perl #64092] # in the subject line of all future correspondence about this issue. # URL: http://rt.perl.org/rt3/Ticket/Display.html?id=64092 The following patch adds Perl 6 versions of the p5chomp and p5chop methods to