From 7a656673609e37f4985393e5e95572176a26566e Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Fri, 13 Aug 2010 23:38:53 +0200 Subject: WWW::Efa::Error::Setup: document as_string a bit --- lib/WWW/Efa/Error/Setup.pm | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/lib/WWW/Efa/Error/Setup.pm b/lib/WWW/Efa/Error/Setup.pm index e3de3e3..f35dcee 100644 --- a/lib/WWW/Efa/Error/Setup.pm +++ b/lib/WWW/Efa/Error/Setup.pm @@ -42,6 +42,14 @@ sub new { return bless($ref, $obj); } +=head1 METHODS + +=head2 $error->as_string() + +Return the error as string, can directly be displayed to the user + +=cut + sub as_string { my ($self) = @_; my $ret; -- cgit v1.2.3