mirror of
https://github.com/perlbot/perlbuut
synced 2025-06-08 10:45:41 -04:00
trying to get MooseX::Declare working.
This commit is contained in:
parent
5fb472d102
commit
809301da2a
1 changed files with 2 additions and 0 deletions
|
@ -18,6 +18,8 @@ use Scalar::MoreUtils;
|
|||
|
||||
require Moose;
|
||||
require MooseX::Declare;
|
||||
eval "use MooseX::Declare; class Foo { has dongs => ( is => ro, isa => 'Int' ); };";
|
||||
|
||||
no warnings;
|
||||
|
||||
# This sub is defined here so that it is defined before the 'use charnames'
|
||||
|
|
Loading…
Add table
Reference in a new issue