NOTICE: This package has been removed from pkgsrc

./devel/p5-Log-Any-Adapter, Tell Log::Any where to send its logs

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 0.11nb1, Package name: p5-Log-Any-Adapter-0.11nb1, Maintainer: pkgsrc-users

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.


Required to run:
[lang/perl5] [devel/p5-Devel-GlobalDestruction] [devel/p5-Capture-Tiny] [devel/p5-Guard] [devel/p5-Log-Any]

Master sites: (Expand)

SHA1: 8566af0bdbedcdbefea1a990f6a0e5c373bff6e9
RMD160: 92f1651975c42ebb30f904b120bb7110bbd1a459
Filesize: 16.897 KB

Version history: (Expand)


CVS history: (Expand)


   2015-01-19 01:51:53 by Wen Heping | Files touched by this commit (3) | Package removed
Log message:
Remove p5-Log-Any-Adapter because Log::Any::Adapter was merged into Log::Any \ 
distribution upstream.
   2014-10-09 16:07:17 by Thomas Klausner | Files touched by this commit (1163)
Log message:
Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles.
   2014-05-30 01:38:20 by Thomas Klausner | Files touched by this commit (3049)
Log message:
Bump for perl-5.20.0.
Do it for all packages that
* mention perl, or
* have a directory name starting with p5-*, or
* depend on a package starting with p5-
like last time, for 5.18, where this didn't lead to complaints.
Let me know if you have any this time.
   2013-07-03 15:46:09 by Jens Rehsack | Files touched by this commit (2)
Log message:
Updating package for CPAN distribution Log-Any-Adapter in
devel/p5-Log-Any-Adapter from 0.09nb2 to 0.11.

pkgsrc changes:
- adjust dependencies

Upstream changes:
0.11  Jan 6, 2013
- Use IO::File in Adapter/File.pm to bring in autoflush - RT #81581

0.10  Oct 22, 2012
- Depend on Capture::Tiny 0.12 - RT #80287 (Andreas Koenig)
   2013-05-31 14:42:58 by Thomas Klausner | Files touched by this commit (2880)
Log message:
Bump all packages for perl-5.18, that
a) refer 'perl' in their Makefile, or
b) have a directory name of p5-*, or
c) have any dependency on any p5-* package

Like last time, where this caused no complaints.
   2012-10-31 12:19:55 by Aleksej Saushev | Files touched by this commit (1460)
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
   2012-10-03 23:59:10 by Thomas Klausner | Files touched by this commit (2798)
Log message:
Bump all packages that use perl, or depend on a p5-* package, or
are called p5-*.

I hope that's all of them.
   2012-09-10 16:22:56 by Jens Rehsack | Files touched by this commit (2) | Package updated
Log message:
Updating package for CPAN module Log::Any::Adapter in devel/p5-Log-Any-Adapter
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