| Commit History - (may be incomplete: see SVNWeb link above for full details) |
| Date | By | Description |
21 May 2013 14:23:19
0.005003
|
kuriyama  |
- Upgrade to 0.005003. |
17 Feb 2013 16:13:48
0.005002
|
kuriyama  |
- Upgrade to 0.005002. |
19 Oct 2012 15:46:18
0.004300
|
kuriyama  |
- Upgrade to 0.004300.
Feature safe: yes |
23 Aug 2012 00:19:13
0.004202
|
kuriyama  |
- Upgrade to 0.004202. |
22 Jul 2012 13:27:42
0.004201
|
kuriyama  |
- Upgrade to 0.004201. |
10 Jun 2012 18:42:48
0.004100
|
swills  |
- Convert all remaining instances of BUILD_DEPENDS=${RUN_DEPENDS} or
RUN_DEPENDS=${BUILD_DEPENDS} to use := which portlint has warned
about for a while.
PR: ports/168208
Approved by: portmgr (miwi) |
26 May 2012 13:48:43
0.004100
|
kuriyama  |
- Upgrade to 0.004100 |
10 Dec 2011 05:03:25
0.004001
|
kuriyama  |
This module is a simple interface to extensible logging. It is
bundled with a really basic logger, Log::Contextual::SimpleLogger, but
in general you should use a real logger instead of that. For
something more serious but not overly complicated, try
The reason for this module is to abstract your logging interface so
that logging is as painless as possible, while still allowing you to
switch from one logger to another.
WWW: http://search.cpan.org/dist/Log-Contextual/
Feature safe: yes |