pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/p5-Carp-Always



Module Name:    pkgsrc
Committed By:   wiz
Date:           Tue Aug 21 10:55:22 UTC 2018

Modified Files:
        pkgsrc/devel/p5-Carp-Always: Makefile distinfo

Log Message:
p5-Carp-Always: update to 0.16.

0.16  Fri Aug 10 2018

        - Promoted to stable release

0.15_02  Fri Aug 10 2018   TRIAL RELEASE

        [Compatibility fixes]
        - Disable bogus warnings on perl ≤ 5.8.8
        - Restore compatibility with Carp < 1.25

0.15_01  Fri Aug 10 2018   TRIAL RELEASE

        - Fix long standing bug with duplicate tracebacks
          (when carp / croak / cluck / confess were used) RT#123354
        - Fix long standing bug when message ended at " at WHATEVER"
          RT#96561 GH#2

0.15  Thu Aug 9 2018

        - Promoted to stable release

0.14_05  Thu Aug 9 2018   TRIAL RELEASE

        - Fix one test for the sake of Carp ≤ 1.25

0.14_04  Thu Aug 9 2018   TRIAL RELEASE

        - [EXPERIMENTAL] Prepare for extensions
        - Fix switching off and on

0.14_03  Thu Aug 9 2018   TRIAL RELEASE

        - Document import() and unimport()
        - Internal refactoring: Carp::Always::_longmess()

0.14_02  Thu Aug 9 2018   TRIAL RELEASE

        [BREAKING CHANGES]
        - Carp::Always enabling via import() -
          that means "use Carp::Always" works, but not "use Carp::Always ()"
        - Carp::Always disabling via unimport() -
          That means disabling can be done with "no Carp::Always"
        - Carp::Always doesn't use BEGIN and END blocks anymore

0.14_01  Thu Aug 9 2018   TRIAL RELEASE

        - Tighter regex to suppress " at FILE line LINE.\n" RT#96561
        - Tests for edge cases of warn () and die ()

0.14  Wed Aug 8 2018

        - Promoted to stable release

0.13_03  Wed Aug 8 2018   TRIAL RELEASE

        - t/010simple.t is a required test
        - Pruning docs of old cruft

0.13_02  Wed Aug 8 2018   TRIAL RELEASE

        - Add Devel::Confess to See Also
          (https://github.com/aferreira/cpan-Carp-Always/issues/7)
        - Change bugtracker to GitHub
        - Fine tuning to POD test

0.13_01  Wed Aug 8 2018   TRIAL RELEASE
        - No code change
        - Fine-tuning of prereqs

        [thanks Shawn Carroll]
        - Test::Pod and Test::Pod::Coverage as author tests again
        - Added LICENSE file


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/devel/p5-Carp-Always/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/p5-Carp-Always/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/p5-Carp-Always/Makefile
diff -u pkgsrc/devel/p5-Carp-Always/Makefile:1.7 pkgsrc/devel/p5-Carp-Always/Makefile:1.8
--- pkgsrc/devel/p5-Carp-Always/Makefile:1.7    Mon Jun  5 14:22:40 2017
+++ pkgsrc/devel/p5-Carp-Always/Makefile        Tue Aug 21 10:55:22 2018
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.7 2017/06/05 14:22:40 ryoon Exp $
+# $NetBSD: Makefile,v 1.8 2018/08/21 10:55:22 wiz Exp $
 
-DISTNAME=      Carp-Always-0.13
+DISTNAME=      Carp-Always-0.16
 PKGNAME=       p5-${DISTNAME}
-PKGREVISION=   3
 CATEGORIES=    devel perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Carp/}
 

Index: pkgsrc/devel/p5-Carp-Always/distinfo
diff -u pkgsrc/devel/p5-Carp-Always/distinfo:1.3 pkgsrc/devel/p5-Carp-Always/distinfo:1.4
--- pkgsrc/devel/p5-Carp-Always/distinfo:1.3    Tue Nov  3 03:28:00 2015
+++ pkgsrc/devel/p5-Carp-Always/distinfo        Tue Aug 21 10:55:22 2018
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.3 2015/11/03 03:28:00 agc Exp $
+$NetBSD: distinfo,v 1.4 2018/08/21 10:55:22 wiz Exp $
 
-SHA1 (Carp-Always-0.13.tar.gz) = 6fa10e23835f438585fd529847d197ebf51b9492
-RMD160 (Carp-Always-0.13.tar.gz) = 493d2f78fd1181187002a0471c3601105cd9782d
-SHA512 (Carp-Always-0.13.tar.gz) = 0ef666c45ed85f4dad5f955d13116a4c3cccb3395db80547629bf0d87f9494653fe5a85405252b650d4d92a4008c0d541a995ccae1139c7374b057317324d361
-Size (Carp-Always-0.13.tar.gz) = 5462 bytes
+SHA1 (Carp-Always-0.16.tar.gz) = 76145b8f3c3c20cc80ff38a66b58505704db33fc
+RMD160 (Carp-Always-0.16.tar.gz) = dd5a577595679c9a39a6045cfc7fda7ae8771e7c
+SHA512 (Carp-Always-0.16.tar.gz) = 208e8d8435aebcc8c8345a453d17daaf35976c40e2b91cf528b92e9f6afba81cff9b31b656d71a6736838631e4b110cd12e49cfc48810872d39109b137fa074b
+Size (Carp-Always-0.16.tar.gz) = 13386 bytes



Home | Main Index | Thread Index | Old Index