diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2016-05-19 18:21:23 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2016-05-19 18:21:23 +0800 |
commit | e127cf2f03a87283f703b70f81a3e1891e56e7f5 (patch) | |
tree | e4434b89d2dbba884e57f6a6cd3c7fc294554ccf /devel/p5-Log-Message | |
parent | 506c101dfb59aba86626f9d68e7a56e86086843f (diff) | |
download | freebsd-ports-graphics-e127cf2f03a87283f703b70f81a3e1891e56e7f5.tar.gz freebsd-ports-graphics-e127cf2f03a87283f703b70f81a3e1891e56e7f5.tar.zst freebsd-ports-graphics-e127cf2f03a87283f703b70f81a3e1891e56e7f5.zip |
- Fix trailing whitespace in pkg-descrs, categories [a-f]*
Approved by: portmgr blanket
Diffstat (limited to 'devel/p5-Log-Message')
-rw-r--r-- | devel/p5-Log-Message/pkg-descr | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/devel/p5-Log-Message/pkg-descr b/devel/p5-Log-Message/pkg-descr index cbc6e5dd4bf..9807fa648ac 100644 --- a/devel/p5-Log-Message/pkg-descr +++ b/devel/p5-Log-Message/pkg-descr @@ -1,11 +1,11 @@ -Log::Message is a generic message storage mechanism. It allows you to -store messages on a stack -- either shared or private -- and assign -meta-data to it. Some meta-data will automatically be added for you, like -a timestamp and a stack trace, but some can be filled in by the user, like -a tag by which to identify it or group it, and a level at which to handle +Log::Message is a generic message storage mechanism. It allows you to +store messages on a stack -- either shared or private -- and assign +meta-data to it. Some meta-data will automatically be added for you, like +a timestamp and a stack trace, but some can be filled in by the user, like +a tag by which to identify it or group it, and a level at which to handle the message (for example, log it, or die with it) -Log::Message also provides a powerful way of searching through items by +Log::Message also provides a powerful way of searching through items by regexes on messages, tags and level. WWW: http://search.cpan.org/dist/Log-Message/ |