[perl #65128] Cannot return empty typed List

2009-06-05 Thread jn...@jnthn.net via RT
On Fri Jun 05 07:29:16 2009, jn...@jnthn.net wrote: On Sat Apr 25 09:23:43 2009, b...@abrij.org wrote: The following work as expected: my Num List sub f () { return (A) }; my Num List sub f () { return (1) }; my List sub f () { return () }; The following dies with Type check

[perl #65128] Cannot return empty typed List

2009-04-27 Thread Brian S. Julin
# New Ticket Created by Brian S. Julin # Please include the string: [perl #65128] # in the subject line of all future correspondence about this issue. # URL: http://rt.perl.org/rt3/Ticket/Display.html?id=65128 The following work as expected: my Num List sub f () { return (A) }; my Num