Skip to content

Commit

Permalink
missed this class also entended foreign class
Browse files Browse the repository at this point in the history
  • Loading branch information
typester committed Oct 5, 2010
1 parent 153a48e commit a7747e2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/Ark/Core.pm
Expand Up @@ -11,6 +11,8 @@ use Exporter::AutoClean;
use Path::Class qw/file dir/; use Path::Class qw/file dir/;
use Path::AttrRouter; use Path::AttrRouter;


BEGIN { do { eval q[use MouseX::Foreign; 1] or die $@ } if any_moose eq 'Mouse' }

extends any_moose('::Object'), 'Class::Data::Inheritable'; extends any_moose('::Object'), 'Class::Data::Inheritable';


__PACKAGE__->mk_classdata($_) __PACKAGE__->mk_classdata($_)
Expand Down

0 comments on commit a7747e2

Please sign in to comment.