diff options
author | Andreas Voegele <andreas@andreasvoegele.com> | 2013-12-25 18:40:57 +0700 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2013-12-25 15:05:43 -0600 |
commit | d2f7523eb142868a90d63428fc127b4609672b84 (patch) | |
tree | f3ae0d8af90d111c1d8e7dfed34ba9c68939181c /perl/perl-Log-Message/README | |
parent | 55f75f23a3524a6a8f72702eacd25672c2b722db (diff) | |
download | slackbuilds-d2f7523eb142868a90d63428fc127b4609672b84.tar.gz |
perl/perl-Log-Message: Added (Powerful message storage mechanism).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'perl/perl-Log-Message/README')
-rw-r--r-- | perl/perl-Log-Message/README | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/perl/perl-Log-Message/README b/perl/perl-Log-Message/README new file mode 100644 index 0000000000..83aa6b7e9f --- /dev/null +++ b/perl/perl-Log-Message/README @@ -0,0 +1,3 @@ +Log::Message is a generic message storage mechanism. It allows you to +store messages on a stack and assign meta-data to it. Some meta-data +will automatically be added for you, like a timestamp and a stack trace. |