[perl #64546] Can't call methods on typed arrays

2009-04-08 Thread jn...@jnthn.net via RT
On Wed Apr 08 02:04:40 2009, ml...@physik.uni-wuerzburg.de wrote: > I've just committed the file t/spec/S09-typed-arrays.t and it contains > failing tests like this: > > my Int @a; > lives_ok { @a.push: 3 }; > > it dies with "No applicable methods". > This was fixed in a commit earlier today and

[perl #64546] Can't call methods on typed arrays

2009-04-08 Thread via RT
# New Ticket Created by Moritz Lenz # Please include the string: [perl #64546] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=64546 > I've just committed the file t/spec/S09-typed-arrays.t and it contains failing tests like