from 0.07 to 0.09.
pkgsrc changes:
- update/adjust dependencies
upstream changes:
0.09 Aug 25, 2012
- add proper NAME sections to POD - RT #79216 (Gregor Herrmann)
0.08 Jul 17, 2012
- add simple built-in File, Stdout, and Stderr adapters, mainly to provide
easy examples of usage that don't require additional packages
- allow set() params to be passed to 'use Log::Any::Adapter'
- allow adapter constructor to take any list of params, not necessarily
a hash
devel/p5-Log-Any-Adapter from 0.06 to 0.07.
pkgsrc changes:
- fix dependency change missing in update to 0.06
- adjust dependencies as documented in package upstream (META.json)
Upstream changes:
0.07 Feb 22, 2012
- add Carp, Log::Any as prereqs
Changes from previous:
----------------------
0.06 Jan 3, 2012
- switch from Scope::Guard to Guard, require Guard in deps
0.05 Dec 21, 2011
- remove release directory
0.04 Dec 21, 2011
- don't try to clean up entries during global destruction
to trigger/signal a rebuild for the transition 5.10.1 -> 5.12.1.
The list of packages is computed by finding all packages which end
up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl,
or PERL5_PACKLIST defined in their make setup (tested via
"make show-vars VARNAMES=..."), minus the packages updated after
the perl package update.
sno@ was right after all, obache@ kindly asked and he@ led the
way. Thanks!
Log::Any::Adapter implementations to make use of Log::Any.
The Log-Any-Adapter distribution implements Log::Any class methods to
specify where logs should be sent. It is a separate distribution so as
to keep Log::Any itself as simple and unchanging as possible.