NAME
Syntax::Feature::Simple::V2 - Version 2 of bundled syntax enhancements
VERSION
version 0.002
SYNOPSIS
use syntax qw( simple/v2 );
DESCRIPTION
This is the second version of the syntax dispatcher. It will setup a function and a method keyword in all cases, and a set of method modifiers if any kind of Moose metaclass was detected. For roles parameterized with MooseX::Role::Parameterized it will also setup a role
keyword for the body.
SEE ALSO
- Syntax::Feature::Simple
-
Main feature documentation.
BUGS
Please report any bugs or feature requests to bug-syntax-feature-simple@rt.cpan.org or through the web interface at: http://rt.cpan.org/Public/Dist/Display.html?Name=Syntax-Feature-Simple
AUTHOR
Robert 'phaylon' Sedlacek <rs@474.at>
COPYRIGHT AND LICENSE
This software is copyright (c) 2011 by Robert 'phaylon' Sedlacek.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.