pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/p5-Data-Printer



Module Name:    pkgsrc
Committed By:   mef
Date:           Sat Dec 16 10:23:47 UTC 2023

Modified Files:
        pkgsrc/devel/p5-Data-Printer: Makefile distinfo

Log Message:
(p5-Data-Printer) Updated 1.000004 to 1.001001

1.1.1   2023-07-30
    BUG FIXES:
        - explicitly mentions that native perl classes (perl 5.38) do not
           have internals.
        - 'quiet' now returns the data properly when return_value is 'pass'.
        - cope with import and unimport in perl 5.39 UNIVERSAL (Graham Knop)
        - fix tie issue (thank you Curtis 'Ovid' Poe for reporting and
          Leon Timmermans for providing a patch)
        - doc fixes and improvements (Matthias Muth, Elvin Aslanov)

1.1.0   2022-12-22
    NEW FEATURES:
        - new option 'coderef_stub' letting you customize what to show on
          non-deparsed coderefs (default: 'sub { ... }')
        - new option 'coderef_undefined' that checks if a given coderef points
          to an existing reference at the time of inspection. Defaults to
          '<undefined coderef>'. Set to 0 to disable this check.
        - basic Object::Pad support.
        - new option class.show_wrapped to expose methods modified with before,
          after, around (Moose only for now)
        - new option 'quiet' to avoid traversal and silence all output
          from p() and np().
        - new option 'live_update' to reload .dataprinter whenever
          you make changes to it, applying them without needing to
          restart your code.
    BUG FIXES:
        - properly shows inherited Moo(se) attributes.
        - fix $@ clobbering when checking available modules.
        - class.sort_methods also sorts attributes and roles.
        - improved color reset.
        - $DDP::VERSION is now hardcoded to avoid issues with PAUSE.


To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 pkgsrc/devel/p5-Data-Printer/Makefile
cvs rdiff -u -r1.10 -r1.11 pkgsrc/devel/p5-Data-Printer/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-Data-Printer/Makefile
diff -u pkgsrc/devel/p5-Data-Printer/Makefile:1.20 pkgsrc/devel/p5-Data-Printer/Makefile:1.21
--- pkgsrc/devel/p5-Data-Printer/Makefile:1.20  Thu Jul  6 09:38:56 2023
+++ pkgsrc/devel/p5-Data-Printer/Makefile       Sat Dec 16 10:23:47 2023
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.20 2023/07/06 09:38:56 wiz Exp $
+# $NetBSD: Makefile,v 1.21 2023/12/16 10:23:47 mef Exp $
 
-DISTNAME=      Data-Printer-1.000004
+DISTNAME=      Data-Printer-1.001001
 PKGNAME=       p5-${DISTNAME}
-PKGREVISION=   2
 CATEGORIES=    devel perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Data/}
 

Index: pkgsrc/devel/p5-Data-Printer/distinfo
diff -u pkgsrc/devel/p5-Data-Printer/distinfo:1.10 pkgsrc/devel/p5-Data-Printer/distinfo:1.11
--- pkgsrc/devel/p5-Data-Printer/distinfo:1.10  Tue Oct 26 10:16:22 2021
+++ pkgsrc/devel/p5-Data-Printer/distinfo       Sat Dec 16 10:23:47 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.10 2021/10/26 10:16:22 nia Exp $
+$NetBSD: distinfo,v 1.11 2023/12/16 10:23:47 mef Exp $
 
-BLAKE2s (Data-Printer-1.000004.tar.gz) = ab0c9c477d9200525e562427adcfae3ad5e374cabc15b32a8a25251fc8e5611c
-SHA512 (Data-Printer-1.000004.tar.gz) = a1edce61cef6010aa4bbc90d60b221c0bbb8a88f8808217955b72b5fc51a221c0d10051fd2fb8cbc4b2d5a18c5eea7b81f167b2f85f8ce0e144b5b995a702bb0
-Size (Data-Printer-1.000004.tar.gz) = 114981 bytes
+BLAKE2s (Data-Printer-1.001001.tar.gz) = 4dc9211b46992e86bb4955c6c9339d03fdaebe1e170eaa8b149a146601cf4148
+SHA512 (Data-Printer-1.001001.tar.gz) = 3f92443fe2aa32a1f022e6e5fce1c8e2d1abe6e40d322fde9c195df38c40ff5e962370bdda65f5f93e27cdb806efbe93e56b075ee639491b4805ade6bb36f1cc
+Size (Data-Printer-1.001001.tar.gz) = 118789 bytes



Home | Main Index | Thread Index | Old Index