Make API docs look like other modules
Dave Rolsky [Mon, 18 Oct 2010 14:47:16 +0000 (09:47 -0500)]
lib/Moose/Error/Default.pm

index 5a09484..2a91014 100644 (file)
@@ -74,14 +74,14 @@ release.
 
 =over 4
 
-=item new @args
+=item B<< Moose::Error::Default->new(@args) >>
 
 Create a new error. Delegates to C<create_error_confess> or
 C<create_error_croak>.
 
-=item create_error_confess @args
+=item B<< $error->create_error_confess(@args) >>
 
-=item create_error_croak @args
+=item B<< $error->create_error_croak(@args) >>
 
 Creates a new errors string of the specified style.