Revision history for MooseX-Object-Pluggable
+0.0004 Jan 23, 2007
+ PODFixes
0.0003 Jan 19, 2007
Forget anon classes, go back to applying to $self
goodbye __anon_subclass and _anon_subclass
use Moose::Role;
use Class::Inspector;
-our $VERSION = '0.0003';
+our $VERSION = '0.0004';
=head1 NAME
}
-=head2 _load_plugin_ext
+=head2 load_plugin_ext
Will load any extensions for a particular plugin. This should be called
automatically by C<load_plugin> so you don't need to worry about it.
return 1;
}
+=head2 meta
+
+Keep tests happy. See L<Moose>
+
+=cut
+
1;
__END__;