pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/p5-File-Slurp Update to 9999.27



details:   https://anonhg.NetBSD.org/pkgsrc/rev/533cf7b0e64f
branches:  trunk
changeset: 322012:533cf7b0e64f
user:      wen <wen%pkgsrc.org@localhost>
date:      Sun Apr 07 01:23:25 2019 +0000

description:
Update to 9999.27

Upstream changes:
9999.27     2019-04-05
    - Update the documentation on the atomic write. We no longer use the pid
      and I neglected to update the documentation as such. (RT #129029)
    - Localize $^W to stop File::Temp from warning the user when the -w flag
      is on while we're grabbing a temporary file name. (RT #129029)

9999.26     2019-02-13
    - Reduce the size of handle.t to prevent failures on systems with limits set
    - Skip all tests in the suite that relied on overriding syswrite to test
      failure mechanisms as CORE::print cannot be overridden.
    - Refactor write_file to use print rather than syswrite.
      - When performing an atomic write, make sure we find a good temporary file
        so that we don't accidentally overwrite a file that may already exist in
        the working directory.
      - Stop re-working the line endings on write_file when on Windows as the use
        of print now allows layers to provide that functionality.
    - Add File::Basename, File::Spec, File::Temp, and IO::Handle to the runtime
      prereqs. These were already testing prereqs and are core.
    - Perl 5.30 compliance is complete at this point.

diffstat:

 devel/p5-File-Slurp/Makefile |   4 ++--
 devel/p5-File-Slurp/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (27 lines):

diff -r f855673b2b40 -r 533cf7b0e64f devel/p5-File-Slurp/Makefile
--- a/devel/p5-File-Slurp/Makefile      Sun Apr 07 01:20:44 2019 +0000
+++ b/devel/p5-File-Slurp/Makefile      Sun Apr 07 01:23:25 2019 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.23 2018/12/01 03:00:16 wen Exp $
+# $NetBSD: Makefile,v 1.24 2019/04/07 01:23:25 wen Exp $
 
-DISTNAME=      File-Slurp-9999.25
+DISTNAME=      File-Slurp-9999.27
 PKGNAME=       p5-${DISTNAME}
 CATEGORIES=    devel perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=File/}
diff -r f855673b2b40 -r 533cf7b0e64f devel/p5-File-Slurp/distinfo
--- a/devel/p5-File-Slurp/distinfo      Sun Apr 07 01:20:44 2019 +0000
+++ b/devel/p5-File-Slurp/distinfo      Sun Apr 07 01:23:25 2019 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.7 2018/12/01 03:00:16 wen Exp $
+$NetBSD: distinfo,v 1.8 2019/04/07 01:23:25 wen Exp $
 
-SHA1 (File-Slurp-9999.25.tar.gz) = d7a7a0120d42f6f3eaa72c3ad28a3a90337d6ebf
-RMD160 (File-Slurp-9999.25.tar.gz) = 786eef19241015ba11572b4dfeb54acbece6c0e8
-SHA512 (File-Slurp-9999.25.tar.gz) = cea59f2aecfe314540c1022c44ce85d5d53a3c69273b71a727acbfacbd09a9e45ef435c61b28d8d883a758e29c296ca98167dceed74bbf3a278fe5fa7019ce8a
-Size (File-Slurp-9999.25.tar.gz) = 38260 bytes
+SHA1 (File-Slurp-9999.27.tar.gz) = 0ceb3166ae0a2b2411d3c38ed7d73bdf3c99af05
+RMD160 (File-Slurp-9999.27.tar.gz) = 4746699216ff24e0a8a06d777c6c3170cd2c35c5
+SHA512 (File-Slurp-9999.27.tar.gz) = 24a5e2b93f7fda65cbdf0e54687de3af511cfd3909dcf4c79610882bf4f119afdf2bd60de28fcb8d9155b94a29ca4f901e28930a810949e490ba1c584d7a6ee0
+Size (File-Slurp-9999.27.tar.gz) = 37734 bytes



Home | Main Index | Thread Index | Old Index