Skip to content

Commit

Permalink
Checking in changes prior to tagging of version 0.001.
Browse files Browse the repository at this point in the history
Changelog diff is:
  • Loading branch information
gfx committed Sep 24, 2010
1 parent 6e229f9 commit 67f09bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/MouseX/Foreign/Meta/Role/Class.pm
Expand Up @@ -2,7 +2,7 @@ package MouseX::Foreign::Meta::Role::Class;
use Mouse::Role;
use Mouse::Util::MetaRole;

__PACKAGE__->meta->add_class_accessor('foreign_superclass');
__PACKAGE__->meta->add_metaclass_accessor('foreign_superclass');

after superclasses => sub {
my($self, @args) = @_;
Expand Down

0 comments on commit 67f09bf

Please sign in to comment.