pod fixes 0.0004
Guillermo Roditi [Tue, 23 Jan 2007 16:31:05 +0000 (16:31 +0000)]
Changes
lib/MooseX/Object/Pluggable.pm

diff --git a/Changes b/Changes
index f8abbd2..b59aa87 100644 (file)
--- 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
index d0a7da6..d776792 100644 (file)
@@ -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<load_plugin> 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<Moose>
+
+=cut
+
 1;
 
 __END__;