summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Friesel <derf@derf.homelinux.org>2010-08-13 23:38:53 +0200
committerDaniel Friesel <derf@derf.homelinux.org>2010-08-13 23:38:53 +0200
commit7a656673609e37f4985393e5e95572176a26566e (patch)
tree5be98d976bd30553f80028e750d746c47985a797
parent5f87f2bb33116ae072b7320fe9cedace0050d5d1 (diff)
WWW::Efa::Error::Setup: document as_string a bit
-rw-r--r--lib/WWW/Efa/Error/Setup.pm8
1 files changed, 8 insertions, 0 deletions
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;