Skip Menu |

This queue is for tickets about the Perl6-Placeholders CPAN distribution.

Report information
The Basics
Id: 1898
Status: resolved
Priority: 0/
Queue: Perl6-Placeholders

People
Owner: Nobody in particular
Requestors: spamcollector_cpan [...] juerd.nl
Cc:
AdminCc:

Bug Information
Severity: Unimportant
Broken in: 0.05
Fixed in: (no value)



Subject: Perl 5 prototype
Pasting from the pod: # Perl 5 code $check = sub ($a, $b, $c, $err_msg) { my ($a, $b, $c, $err_msg) = @_; $a == $b**2 * $c or die $err_msg; }; Although Perl doesn't complain, the prototype actually is ($$$$). Not that it's ever checked on runtime thingies, of course... :)