Skip Menu |

This queue is for tickets about the Macro CPAN distribution.

Report information
The Basics
Id: 106366
Status: new
Priority: 0/
Queue: Macro

People
Owner: Nobody in particular
Requestors: quantum.mechanic.1964 [...] gmail.com
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 0.06
Fixed in: (no value)



Subject: Documentation synopsis has semicolon typo
The synopsis has this example: use macro add => sub{ $_[0] + $_[1] }; say => sub{ print @_, "\n"}; The semicolon on the first line should be a comma, apparently. There is no syntax information given as to the correct form for multiple macros defined in one "use" statement.