Skip Menu |

This queue is for tickets about the Text-MicroMason CPAN distribution.

Report information
The Basics
Id: 61010
Status: resolved
Priority: 0/
Queue: Text-MicroMason

People
Owner: FERRENCY [...] cpan.org
Requestors: vshih [...] yahoo.com
Cc:
AdminCc:

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



Subject: Misspellings and example bug
The following text from the POD: == Additionally, you can use named arugments with the %args block syntax: $mason->compile( text=>'%args>$label</%args>Hello <% $label %>.' )->( name=>'Dave' ); == should, I believe, be: == Additionally, you can use named *arguments* with the %args block syntax: $mason->compile( text=>'<%args>$label</%args>Hello <% $label %>.' )->( label=>'Dave' ); == Note the inserted "<" before %args, and the changing of "name" to "label" for the hash name.
This should be fixed in Text::MicroMason version 2.11, uploaded today. Thanks! Alan