From: Guillermo Roditi Date: Tue, 23 Jan 2007 16:31:05 +0000 (+0000) Subject: pod fixes X-Git-Tag: 0.0004^0 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMooseX-Object-Pluggable.git;a=commitdiff_plain;h=12d4facb3d13b482077e834047d9f11d41b1da04 pod fixes --- diff --git a/Changes b/Changes index f8abbd2..b59aa87 100644 --- a/Changes +++ b/Changes @@ -1,4 +1,6 @@ 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 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__;