pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/p5-Log-Any Update to 1.03



details:   https://anonhg.NetBSD.org/pkgsrc/rev/65b2311a22f5
branches:  trunk
changeset: 644825:65b2311a22f5
user:      wen <wen%pkgsrc.org@localhost>
date:      Sun Jan 18 10:02:55 2015 +0000

description:
Update to 1.03

Upstream changes:
1.03      2015-01-01 22:39:41-05:00 America/New_York

    [Changed]

    - Log::Any::Proxy concatenates arguments to basic logging functions
      with a space character before passing them to adapters as a single
      string.  This ensures consistency across adapters that handle
      multiple arguments differently.

1.02      2014-12-28 07:06:49-05:00 America/New_York

    [Fixed]

    - Some adapters relied on Log::Any::Adapter::Util also loading
      Log::Any so this behavior has been restored.

1.01      2014-12-26 22:25:13-05:00 America/New_York

    [Fixed]

    - 'numeric_level' was not exported properly from
      Log::Any::Adapter::Util

1.00      2014-12-25 22:04:13-05:00 America/New_York

    [Added]

    - Logging now goes via a Log::Any::Proxy object instead of directly to
      an adapter. This allows easy customization of the message production.

    - File, Stdout, and Stderr adapters now support a minimum
      log level parameter.

    [Changed]

    - Removed dead code from Log::Any::Adapter::Base; particularly this
      was the formatting code, since this is now handled by
      Log::Any::Proxy.

    [Fixed]

    - File will flock the handle when writing (if flock is avaiable).

    - Won't die if adapters aren't loadable modules as long as they
      provide a constructor.  This allows using private adapters
      defined in another file.

    [Documented]

    - Revised docs for creating adapters

    - Fixed typos and improved docs for Log::Any::Adapter::Util; removed
      stub docs for modules that didn't need it.

    [Deprecated]

    - Deprecated some methods in Log::Any::Adapter::Util

    [Internal]

    - Merged Log-Any and Log-Any-Adapter distributions; reduces code
      duplication and ensures Log::Any and adapter framework stay in sync

    - Eliminates all non-core dependencies (as of Perl 5.8.1), including
      Capture::Tiny, Devel::GlobalDestruction and Guard

0.92      2014-12-15 07:12:38-05:00 America/New_York (TRIAL RELEASE)

0.91      2014-12-14 22:13:09-05:00 America/New_York (TRIAL RELEASE)

0.90      2014-12-12 17:08:22-05:00 America/New_York (TRIAL RELEASE)

diffstat:

 devel/p5-Log-Any/Makefile |  5 ++---
 devel/p5-Log-Any/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 7 deletions(-)

diffs (28 lines):

diff -r 6ee0956fd7fa -r 65b2311a22f5 devel/p5-Log-Any/Makefile
--- a/devel/p5-Log-Any/Makefile Sun Jan 18 09:20:30 2015 +0000
+++ b/devel/p5-Log-Any/Makefile Sun Jan 18 10:02:55 2015 +0000
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.12 2014/10/09 14:06:22 wiz Exp $
+# $NetBSD: Makefile,v 1.13 2015/01/18 10:02:55 wen Exp $
 #
 
-DISTNAME=      Log-Any-0.15
+DISTNAME=      Log-Any-1.03
 PKGNAME=       p5-${DISTNAME}
-PKGREVISION=   1
 CATEGORIES=    devel perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Log/}
 
diff -r 6ee0956fd7fa -r 65b2311a22f5 devel/p5-Log-Any/distinfo
--- a/devel/p5-Log-Any/distinfo Sun Jan 18 09:20:30 2015 +0000
+++ b/devel/p5-Log-Any/distinfo Sun Jan 18 10:02:55 2015 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.5 2013/07/03 13:43:50 sno Exp $
+$NetBSD: distinfo,v 1.6 2015/01/18 10:02:55 wen Exp $
 
-SHA1 (Log-Any-0.15.tar.gz) = ddeaf87f93609a25cf3835d18c4d5b66338488e2
-RMD160 (Log-Any-0.15.tar.gz) = 4b8e06bffed01b3dc2fdc021b566a3b64f88371e
-Size (Log-Any-0.15.tar.gz) = 17537 bytes
+SHA1 (Log-Any-1.03.tar.gz) = cd917920b479ea19b4c89b42f6e5bdf9c3262ee5
+RMD160 (Log-Any-1.03.tar.gz) = 9fc3dd85f458f705aea2d12c7d33afd1680a9b2f
+Size (Log-Any-1.03.tar.gz) = 39709 bytes



Home | Main Index | Thread Index | Old Index