Subject: | Possible pod omission - ErrorMessage::text |
In case it wasn't intentional, i've attached a basic POD paragraph for Chloro::ErrorMessage::text
Subject: | pod_err_text.patch.txt |
diff --git a/lib/Chloro/ErrorMessage.pm b/lib/Chloro/ErrorMessage.pm
index 9c1b622..d892355 100644
--- a/lib/Chloro/ErrorMessage.pm
+++ b/lib/Chloro/ErrorMessage.pm
@@ -46,4 +46,8 @@ This is a string that tells what kind of error message this is. By default,
Chloro only uses "invalid" and "missing", but there's nothing preventing you
from using other categories in your code.
+=head2 $error->text()
+
+This is a string containing the detailed error message.
+
=cut