X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMooseX%2FObject%2FPluggable.pm;h=d77679277ff04e1f4e169b7f124e9f9a7cd8d75b;hb=595fa626986e87965f9deb90a93de1c5513ee46b;hp=d0a7da65c46a6270b7be5076f487a82d718b3660;hpb=9bef9c0221385f217a056b7a214a094c8c04b12f;p=gitmo%2FMooseX-Object-Pluggable.git diff --git a/lib/MooseX/Object/Pluggable.pm b/lib/MooseX/Object/Pluggable.pm index d0a7da6..d776792 100644 --- a/lib/MooseX/Object/Pluggable.pm +++ b/lib/MooseX/Object/Pluggable.pm @@ -6,7 +6,7 @@ use warnings; use Moose::Role; use Class::Inspector; -our $VERSION = '0.0003'; +our $VERSION = '0.0004'; =head1 NAME @@ -139,7 +139,7 @@ sub load_plugin{ } -=head2 _load_plugin_ext +=head2 load_plugin_ext Will load any extensions for a particular plugin. This should be called automatically by C so you don't need to worry about it. @@ -243,6 +243,12 @@ sub _load_and_apply_role{ return 1; } +=head2 meta + +Keep tests happy. See L + +=cut + 1; __END__;