1
0
Fork 0
mirror of https://github.com/perlbot/perlbuut synced 2025-06-08 15:35:42 -04:00

trying to get MooseX::Declare working.

This commit is contained in:
Ryan Voots 2011-04-06 19:17:02 -04:00
parent 5fb472d102
commit 809301da2a

View file

@ -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'