NAME
MoopsX::TraitFor::Parser::UsingMoose - A Moops::Parser traits that sets 'using Moose'
VERSION
Version 0.0103, released 2020-07-29.
SYNOPSIS
use Moops traits => ['MoopsX::TraitFor::Parser::UsingMoose'];
class My::Class {
# This is a Moose class
}
DESCRIPTION
This class is a trait for Moops::Parser that automatically sets 'using Moose' on role
and class
statements.
But use MoopX::UsingMoose instead.
SOURCE
https://github.com/Csson/p5-MoopsX-UsingMoose
HOMEPAGE
https://metacpan.org/release/MoopsX-UsingMoose
AUTHOR
Erik Carlsson <info@code301.com>
COPYRIGHT AND LICENSE
This software is copyright (c) 2016 by Erik Carlsson.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.