[ macperl-Bugs-473947 ] use subs no longer groks prototypes

[email protected]
Newsgroups perl.macperl.porters
Message-ID <[email protected]>
Bugs item #473947, was opened at 2001-10-22 23:50
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=107940&aid=473947&group_id=7940

Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Scott R. Godin (webdragon)
Assigned to: Nobody/Anonymous (nobody)
Summary: use subs no longer groks prototypes

Initial Comment:
under 5.004 I used to be able to declare

use subs qw/ frob gnibitz($;$) blort($@) /;

and the prototypes would pass-thru and work.

under 5.6.1b1, use subs hasn't changed! (still says 
require 5.000) but no longer understands prototypes. I 
have to 

sub frob;
sub gnibitz($;$);
sub blort($@);

separately, which is far uglier.

Is this problem specific to MacPerl or something that 
broke in 5.6.1 ? 



----------------------------------------------------------------------

You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=107940&aid=473947&group_id=7940
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.