diff -Nru libbsd-resource-perl-1.2909/ChangeLog libbsd-resource-perl-1.2911/ChangeLog --- libbsd-resource-perl-1.2909/ChangeLog 2015-11-15 21:46:50.000000000 +0000 +++ libbsd-resource-perl-1.2911/ChangeLog 2017-04-07 11:54:59.000000000 +0000 @@ -1,9 +1,43 @@ +2017-04-07 Jarkko Hietaniemi + + * Prepend "./" to require-d pathnames in tests, + in preparation of Perl 5.26.0. [cpan #120993] + + * Add RLIMIT_POSIXLOCKS from DragonFly BSD. + + * Release 1.2911. + +2016-05-12 Jarkko Hietaniemi + + * Add RLIMIT_RSESTACK from hpux/ia64, and RLIMIT_FREEMEM + and RLIMIT_NTHR from QNX. + + * Add more PRIO_ values from Solaris: + + PRIO_CONTRACT + PRIO_LWP + PRIO_PROJECT + PRIO_SESSION + PRIO_TASK + PRIO_ZONE + + * HPUX: Do not unconditionally define the RLIMIT_ and RLIM_NLIMITS + + * Add missing word ('enough') in getrusage.t test skippage. + + * Repoint all the license pointers to COPYRIGHT and LICENSE + in Resource.pm, add LICENSE file as a new pointer. + + * Release 1.2910. + 2015-11-15 Jarkko Hietaniemi * The added RLIMIT_ values were not added quite right. Our own tests didn't detect this, but mod_perl2 ones did [cpan #108955] - + + * Release 1.2909. + 2015-10-21 Jarkko Hietaniemi * Add more RLIMIT_ values from various systems, diff -Nru libbsd-resource-perl-1.2909/debian/changelog libbsd-resource-perl-1.2911/debian/changelog --- libbsd-resource-perl-1.2909/debian/changelog 2015-12-17 15:16:07.000000000 +0000 +++ libbsd-resource-perl-1.2911/debian/changelog 2021-06-03 19:12:35.000000000 +0000 @@ -1,8 +1,31 @@ -libbsd-resource-perl (1.2909-1build1) xenial; urgency=medium +libbsd-resource-perl (1.2911-1~16.04.sav0) xenial; urgency=medium - * Rebuild for Perl 5.22.1. + * Backport to Xenial - -- Colin Watson Thu, 17 Dec 2015 15:16:07 +0000 + -- Rob Savoury Thu, 03 Jun 2021 12:12:35 -0700 + +libbsd-resource-perl (1.2911-1) unstable; urgency=medium + + [ gregor herrmann ] + * debian/copyright: change Copyright-Format 1.0 URL to HTTPS. + * Remove Jonathan Steinert from Uploaders. Thanks for your work! + + [ Salvatore Bonaccorso ] + * Import upstream version 1.2911 + * Update copyright years for debian/* packaging files + * Declare compliance with Debian policy 4.0.0 + + -- Salvatore Bonaccorso Sat, 17 Jun 2017 16:43:32 +0200 + +libbsd-resource-perl (1.2910-1) unstable; urgency=medium + + * debian/control: Use HTTPS transport protocol for Vcs-Git URI + * Imported Upstream version 1.2910 + * Update copyright years for upstream files + * Update copyright years for debian/* packaging files + * Declare compliance with Debian policy 3.9.8 + + -- Salvatore Bonaccorso Fri, 13 May 2016 08:32:32 +0200 libbsd-resource-perl (1.2909-1) unstable; urgency=medium diff -Nru libbsd-resource-perl-1.2909/debian/control libbsd-resource-perl-1.2911/debian/control --- libbsd-resource-perl-1.2909/debian/control 2015-11-16 05:24:38.000000000 +0000 +++ libbsd-resource-perl-1.2911/debian/control 2017-06-17 14:43:32.000000000 +0000 @@ -1,24 +1,27 @@ Source: libbsd-resource-perl Maintainer: Debian Perl Group Uploaders: Ansgar Burchardt , - gregor herrmann , - Franck Joncourt , - Damyan Ivanov , - Salvatore Bonaccorso , - Jonathan Steinert + gregor herrmann , + Franck Joncourt , + Damyan Ivanov , + Salvatore Bonaccorso Section: perl +Testsuite: autopkgtest-pkg-perl Priority: optional -Standards-Version: 3.9.6 -Build-Depends: perl, debhelper (>= 9.20120312), - libtest-pod-perl, libtest-pod-coverage-perl -Homepage: https://metacpan.org/release/BSD-Resource -Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libbsd-resource-perl.git +Build-Depends: perl, + debhelper (>= 9.20120312), + libtest-pod-perl, + libtest-pod-coverage-perl +Standards-Version: 4.0.0 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libbsd-resource-perl.git -Testsuite: autopkgtest-pkg-perl +Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libbsd-resource-perl.git +Homepage: https://metacpan.org/release/BSD-Resource Package: libbsd-resource-perl Architecture: any -Depends: ${perl:Depends}, ${misc:Depends}, ${shlibs:Depends} +Depends: ${perl:Depends}, + ${misc:Depends}, + ${shlibs:Depends} Description: BSD process resource limit and priority functions The BSD::Resource module provides the BSD process resource limit functions getrusage(), getrlimit(), setrlimit() and the BSD process priority functions. diff -Nru libbsd-resource-perl-1.2909/debian/copyright libbsd-resource-perl-1.2911/debian/copyright --- libbsd-resource-perl-1.2909/debian/copyright 2015-11-16 05:24:38.000000000 +0000 +++ libbsd-resource-perl-1.2911/debian/copyright 2017-06-17 14:43:32.000000000 +0000 @@ -1,10 +1,10 @@ -Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: BSD-Resource Upstream-Contact: Jarkko Hietaniemi, jhi@iki.fi Source: https://metacpan.org/release/BSD-Resource Files: * -Copyright: 1995-2015, Jarkko Hietaniemi +Copyright: 1995-2016, Jarkko Hietaniemi License: Artistic-2.0 or LGPL-2 Files: ppport.h @@ -19,7 +19,7 @@ 2009, 2010, gregor herrmann 2009, Damyan Ivanov 2009, Franck Joncourt - 2010-2015, Salvatore Bonaccorso + 2010-2017, Salvatore Bonaccorso License: Artistic or GPL-1+ License: Artistic diff -Nru libbsd-resource-perl-1.2909/LICENSE libbsd-resource-perl-1.2911/LICENSE --- libbsd-resource-perl-1.2909/LICENSE 1970-01-01 00:00:00.000000000 +0000 +++ libbsd-resource-perl-1.2911/LICENSE 2016-04-25 01:09:30.000000000 +0000 @@ -0,0 +1 @@ +See COPYRIGHT and LICENSE in Resource.pm. diff -Nru libbsd-resource-perl-1.2909/Makefile.PL libbsd-resource-perl-1.2911/Makefile.PL --- libbsd-resource-perl-1.2909/Makefile.PL 2009-03-31 16:14:40.000000000 +0000 +++ libbsd-resource-perl-1.2911/Makefile.PL 2016-04-25 10:54:00.000000000 +0000 @@ -78,9 +78,9 @@ #include static int foo; EOM - print "You do have . Excellent.\n"; - return 1; -} + print "You do have . Excellent.\n"; + return 1; + } # Solaris 1 weirdo header @@ -88,9 +88,9 @@ #include static int foo; EOM - print "You have . Are you an old Solaris by any chance?\n"; - return 2; -} + print "You have . Are you an old Solaris by any chance?\n"; + return 2; + } return 0; } @@ -135,21 +135,24 @@ my $tmp = "rlim$$"; my $not = 0; - print "Checking to see whether you have rlim_t...\n"; - my $has = try_compile_and_link(< #endif +#ifdef I_SYS_RUSAGE +#include +#else #include +#endif static rlim_t foo = 0; EOM if ($has) { - $DEFINE .= ' -DRlim_t=rlim_t'; - } else { - print "not "; + $DEFINE .= " -DRlim_t=rlim_t"; + } else { $not = 1; } @@ -157,11 +160,11 @@ print "not " if $not; print "to have rlim_t defined ("; print $not ? "this is okay" : "which is nice"; - print ").\n\n"; + print ").\n"; } sub configure { - find_Rlim_t; + find_Rlim_t(); if ($^O eq 'solaris' && $Config{ccflags} =~ /-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64/ && $Config{use64bitall} ne 'define') { diff -Nru libbsd-resource-perl-1.2909/MANIFEST libbsd-resource-perl-1.2911/MANIFEST --- libbsd-resource-perl-1.2909/MANIFEST 2015-11-15 21:31:02.000000000 +0000 +++ libbsd-resource-perl-1.2911/MANIFEST 2016-04-25 10:39:19.000000000 +0000 @@ -1,3 +1,4 @@ +LICENSE MANIFEST Makefile.PL ppport.h diff -Nru libbsd-resource-perl-1.2909/META.json libbsd-resource-perl-1.2911/META.json --- libbsd-resource-perl-1.2909/META.json 2015-11-15 22:18:47.000000000 +0000 +++ libbsd-resource-perl-1.2911/META.json 2017-04-07 12:05:09.000000000 +0000 @@ -4,7 +4,7 @@ "unknown" ], "dynamic_config" : 1, - "generated_by" : "ExtUtils::MakeMaker version 7.1, CPAN::Meta::Converter version 2.150005", + "generated_by" : "ExtUtils::MakeMaker version 7.1002, CPAN::Meta::Converter version 2.150010", "license" : [ "unknown" ], @@ -35,6 +35,6 @@ } }, "release_status" : "stable", - "version" : "1.2909", - "x_serialization_backend" : "JSON::PP version 2.27300" + "version" : "1.2911", + "x_serialization_backend" : "JSON::PP version 2.27300_01" } diff -Nru libbsd-resource-perl-1.2909/META.yml libbsd-resource-perl-1.2911/META.yml --- libbsd-resource-perl-1.2909/META.yml 2015-11-15 22:18:47.000000000 +0000 +++ libbsd-resource-perl-1.2911/META.yml 2017-04-07 12:05:09.000000000 +0000 @@ -7,7 +7,7 @@ configure_requires: ExtUtils::MakeMaker: '0' dynamic_config: 1 -generated_by: 'ExtUtils::MakeMaker version 7.1, CPAN::Meta::Converter version 2.150005' +generated_by: 'ExtUtils::MakeMaker version 7.1002, CPAN::Meta::Converter version 2.150010' license: unknown meta-spec: url: http://module-build.sourceforge.net/META-spec-v1.4.html @@ -18,5 +18,5 @@ - t - inc requires: {} -version: '1.2909' -x_serialization_backend: 'CPAN::Meta::YAML version 0.017' +version: '1.2911' +x_serialization_backend: 'CPAN::Meta::YAML version 0.018' diff -Nru libbsd-resource-perl-1.2909/Resource.pm libbsd-resource-perl-1.2911/Resource.pm --- libbsd-resource-perl-1.2909/Resource.pm 2015-11-15 21:44:32.000000000 +0000 +++ libbsd-resource-perl-1.2911/Resource.pm 2017-04-07 11:54:06.000000000 +0000 @@ -1,7 +1,6 @@ # -# Copyright (c) 1995-2015 Jarkko Hietaniemi. All rights reserved. -# This program is free software; you can redistribute it and/or -# modify it under the same terms as Perl itself. +# Copyright (c) 1995-2017 Jarkko Hietaniemi. All rights reserved. +# For license see COPYRIGHT and LICENSE later in this file. # # Resource.pm # @@ -13,7 +12,7 @@ use strict; use vars qw(@ISA @EXPORT @EXPORT_OK $AUTOLOAD $VERSION); -$VERSION = '1.2909'; +$VERSION = '1.2911'; use Carp; use AutoLoader; @@ -24,11 +23,17 @@ @ISA = qw(Exporter DynaLoader); @EXPORT = qw( + PRIO_CONTRACT + PRIO_LWP PRIO_MAX PRIO_MIN PRIO_PGRP PRIO_PROCESS + PRIO_PROJECT + PRIO_SESSION + PRIO_TASK PRIO_USER + PRIO_ZONE RLIMIT_AIO_MEM RLIMIT_AIO_OPS RLIMIT_AS @@ -36,6 +41,7 @@ RLIMIT_CPU RLIMIT_DATA RLIMIT_FSIZE + RLIMIT_FREEMEM RLIMIT_LOCKS RLIMIT_MEMLOCK RLIMIT_MSGQUEUE @@ -43,9 +49,12 @@ RLIMIT_NOFILE RLIMIT_NPROC RLIMIT_NPTS + RLIMIT_NTHR RLIMIT_OFILE RLIMIT_OPEN_MAX + RLIMIT_POSIXLOCKS RLIMIT_PTHREAD + RLIMIT_RSESTACK RLIMIT_RSS RLIMIT_RTPRIO RLIMIT_RTTIME @@ -66,7 +75,7 @@ get_rlimits getpriority getrlimit - getrusage + getrusage setpriority setrlimit ); @@ -271,9 +280,16 @@ RLIMIT_AIO_OPS maximum number 1 for POSIX AIO ops + RLIMIT_FREEMEM portion of the total memory + + RLIMIT_NTHR maximum number of 1 + threads + RLIMIT_NPTS maximum number of 1 pseudo-terminals + RLIMIT_RSESTACK RSE stack size bytes + RLIMIT_SBSIZE socket buffer size bytes RLIMIT_SWAP maximum swap size bytes @@ -520,7 +536,7 @@ =head1 COPYRIGHT AND LICENSE -Copyright 1995-2015 Jarkko Hietaniemi All Rights Reserved +Copyright 1995-2017 Jarkko Hietaniemi All Rights Reserved This module free software; you can redistribute it and/or modify it under the terms of the Artistic License 2.0 or GNU Lesser General diff -Nru libbsd-resource-perl-1.2909/Resource.xs libbsd-resource-perl-1.2911/Resource.xs --- libbsd-resource-perl-1.2909/Resource.xs 2015-11-15 21:39:28.000000000 +0000 +++ libbsd-resource-perl-1.2911/Resource.xs 2017-04-07 11:54:21.000000000 +0000 @@ -1,7 +1,6 @@ /* - * Copyright (c) 1995-2015 Jarkko Hietaniemi. All rights reserved. - * This program is free software; you can redistribute it and/or - * modify it under the same terms as Perl itself. + * Copyright (c) 1995-2017 Jarkko Hietaniemi. All rights reserved. + * For license see COPYRIGHT and LICENSE in Resource.pm. * * Resource.xs * @@ -101,16 +100,36 @@ /* there is getrusage() in HPUX but only as an indirect syscall */ # define TRY_GETRUSAGE_AS_SYSCALL /* some rlimits exist (but are officially unsupported by HP) */ -# define RLIMIT_CPU 0 -# define RLIMIT_FSIZE 1 -# define RLIMIT_DATA 2 -# define RLIMIT_STACK 3 -# define RLIMIT_CORE 4 -# define RLIMIT_RSS 5 -# define RLIMIT_NOFILE 6 -# define RLIMIT_OPEN_MAX RLIMIT_NOFILE -# define RLIM_NLIMITS 7 -# define RLIM_INFINITY 0x7fffffff +# ifndef RLIMIT_CPU +# define RLIMIT_CPU 0 +# endif +# ifndef RLIMIT_FSIZE +# define RLIMIT_FSIZE 1 +# endif +# ifndef RLIMIT_DATA +# define RLIMIT_DATA 2 +# endif +# ifndef RLIMIT_STACK +# define RLIMIT_STACK 3 +# endif +# ifndef RLIMIT_CORE +# define RLIMIT_CORE 4 +# endif +# ifndef RLIMIT_RSS +# define RLIMIT_RSS 5 +# endif +# ifndef RLIMIT_NOFILE +# define RLIMIT_NOFILE 6 +# endif +# ifndef RLIMIT_OPEN_MAX +# define RLIMIT_OPEN_MAX RLIMIT_NOFILE +# endif +# ifndef RLIM_NLIMITS +# define RLIM_NLIMITS 7 +# endif +# ifndef RLIM_INFINITY +# define RLIM_INFINITY 0x7fffffff +# endif #endif #ifdef __linux__ @@ -189,11 +208,11 @@ #endif #ifndef HAS_GETRLIMIT -#define _getrlimit(a,b) not_here("getrlimit") +#define _getrlimit(a) not_here("getrlimit") #endif #ifndef HAS_GETRUSAGE -#define _getrusage(a,b) not_here("getrusage") +#define _getrusage(a) not_here("getrusage") #endif #ifndef HAS_SETPRIORITY @@ -201,7 +220,7 @@ #endif #ifndef HAS_SETRLIMIT -#define _setrlimit(a,b) not_here("setrlimit") +#define _setrlimit(a,b,c) not_here("setrlimit") #endif static int @@ -235,6 +254,18 @@ break; case 'P': if (strnEQ(name, "PRIO_", 5)) { + if (strEQ(name, "PRIO_CONTRACT")) +#if defined(PRIO_CONTRACT) || defined(HAS_PRIO_CONTRACT) + return PRIO_CONTRACT; +#else + goto not_there; +#endif + if (strEQ(name, "PRIO_LWP")) +#if defined(PRIO_LWP) || defined(HAS_PRIO_LWP) + return PRIO_LWP; +#else + goto not_there; +#endif if (strEQ(name, "PRIO_MIN")) #if defined(PRIO_MIN) || defined(HAS_PRIO_MIN) return PRIO_MIN; @@ -247,12 +278,6 @@ #else goto not_there; #endif - if (strEQ(name, "PRIO_USER")) -#if defined(PRIO_USER) || defined(HAS_PRIO_USER) - return PRIO_USER; -#else - goto not_there; -#endif if (strEQ(name, "PRIO_PGRP")) #if defined(PRIO_PGRP) || defined(HAS_PRIO_PGRP) return PRIO_PGRP; @@ -265,6 +290,36 @@ #else goto not_there; #endif + if (strEQ(name, "PRIO_PROJECT")) +#if defined(PRIO_PROJECT) || defined(HAS_PRIO_PROJECT) + return PRIO_PROJECT; +#else + goto not_there; +#endif + if (strEQ(name, "PRIO_SESSION")) +#if defined(PRIO_SESSION) || defined(HAS_PRIO_SESSION) + return PRIO_SESSION; +#else + goto not_there; +#endif + if (strEQ(name, "PRIO_USER")) +#if defined(PRIO_USER) || defined(HAS_PRIO_USER) + return PRIO_USER; +#else + goto not_there; +#endif + if (strEQ(name, "PRIO_USER")) +#if defined(PRIO_USER) || defined(HAS_PRIO_USER) + return PRIO_USER; +#else + goto not_there; +#endif + if (strEQ(name, "PRIO_ZONE")) +#if defined(PRIO_ZONE) || defined(HAS_PRIO_ZONE) + return PRIO_ZONE; +#else + goto not_there; +#endif } goto not_there; case 'R': @@ -305,6 +360,12 @@ #else goto not_there; #endif + if (strEQ(name, "RLIMIT_FREEMEM")) +#if defined(RLIMIT_FREEMEM) || defined(HAS_RLIMIT_FREEMEM) + return RLIMIT_FREEMEM; +#else + goto not_there; +#endif if (strEQ(name, "RLIMIT_FSIZE")) #if defined(RLIMIT_FSIZE) || defined(HAS_RLIMIT_FSIZE) return RLIMIT_FSIZE; @@ -365,12 +426,24 @@ #else goto not_there; #endif + if (strEQ(name, "RLIMIT_POSIXLOCKS")) +#if defined(RLIMIT_POSIXLOCKS) || defined(HAS_RLIMIT_POSIXLOCKS) + return RLIMIT_POSIXLOCKS; +#else + goto not_there; +#endif if (strEQ(name, "RLIMIT_PTHREAD")) #if defined(RLIMIT_PTHREAD) || defined(HAS_RLIMIT_PTHREAD) return RLIMIT_PTHREAD; #else goto not_there; #endif + if (strEQ(name, "RLIMIT_RSESTACK")) +#if defined(RLIMIT_RSESTACK) || defined(HAS_RLIMIT_RSESTACK) + return RLIMIT_RSESTACK; +#else + goto not_there; +#endif if (strEQ(name, "RLIMIT_RSS")) #if defined(RLIMIT_RSS) || defined(HAS_RLIMIT_RSS) return RLIMIT_RSS; @@ -736,6 +809,9 @@ #if defined(RLIMIT_FSIZE) || defined(HAS_RLIMIT_FSIZE) HV_STORE_RES(RETVAL, RLIMIT_FSIZE); #endif +#if defined(RLIMIT_FSIZE) || defined(HAS_RLIMIT_FREEMEM) + HV_STORE_RES(RETVAL, RLIMIT_FSIZE); +#endif #if defined(RLIMIT_LOCKS) || defined(HAS_RLIMIT_LOCKS) HV_STORE_RES(RETVAL, RLIMIT_LOCKS); #endif @@ -757,18 +833,27 @@ #if defined(RLIMIT_NPTS) || defined(HAS_RLIMIT_NPTS) HV_STORE_RES(RETVAL, RLIMIT_NPTS); #endif +#if defined(RLIMIT_NPTS) || defined(HAS_RLIMIT_NTHR) + HV_STORE_RES(RETVAL, RLIMIT_NPTS); +#endif #if defined(RLIMIT_OFILE) || defined(HAS_RLIMIT_OFILE) HV_STORE_RES(RETVAL, RLIMIT_OFILE); #endif #if defined(RLIMIT_OPEN_MAX) || defined(HAS_RLIMIT_OPEN_MAX) HV_STORE_RES(RETVAL, RLIMIT_OPEN_MAX); #endif +#if defined(RLIMIT_POSIXLOCKS) || defined(HAS_RLIMIT_POSIXLOCKS) + HV_STORE_RES(RETVAL, RLIMIT_POSIXLOCKS); +#endif #if defined(RLIMIT_PTHREAD) || defined(HAS_RLIMIT_PTHREAD) HV_STORE_RES(RETVAL, RLIMIT_PTHREAD); #endif #if defined(RLIMIT_RSS) || defined(HAS_RLIMIT_RSS) HV_STORE_RES(RETVAL, RLIMIT_RSS); #endif +#if defined(RLIMIT_RSESTACK) || defined(HAS_RLIMIT_RSESTACK) + HV_STORE_RES(RETVAL, RLIMIT_RSESTACK); +#endif #if defined(RLIMIT_RTPRIO) || defined(HAS_RLIMIT_RTPRIO) HV_STORE_RES(RETVAL, RLIMIT_RTPRIO); #endif @@ -801,17 +886,35 @@ CODE: RETVAL = newHV(); sv_2mortal((SV*)RETVAL); -#if defined(PRIO_PROCESS) - HV_STORE_RES(RETVAL, PRIO_PROCESS); +#if defined(PRIO_CONTRACT) + HV_STORE_RES(RETVAL, PRIO_CONTRACT); +#endif +#if defined(PRIO_LWP) + HV_STORE_RES(RETVAL, PRIO_LWP); #endif #if defined(PRIO_PGRP) HV_STORE_RES(RETVAL, PRIO_PGRP); #endif +#if defined(PRIO_PROCESS) + HV_STORE_RES(RETVAL, PRIO_PROCESS); +#endif +#if defined(PRIO_PROJECT) + HV_STORE_RES(RETVAL, PRIO_PROJECT); +#endif +#if defined(PRIO_SESSION) + HV_STORE_RES(RETVAL, PRIO_SESSION); +#endif #if defined(PRIO_THREAD) HV_STORE_RES(RETVAL, PRIO_THREAD); #endif +#if defined(PRIO_TASK) + HV_STORE_RES(RETVAL, PRIO_TASK); +#endif #if defined(PRIO_USER) HV_STORE_RES(RETVAL, PRIO_USER); #endif +#if defined(PRIO_ZONE) + HV_STORE_RES(RETVAL, PRIO_ZONE); +#endif OUTPUT: RETVAL diff -Nru libbsd-resource-perl-1.2909/t/getrusage.t libbsd-resource-perl-1.2911/t/getrusage.t --- libbsd-resource-perl-1.2909/t/getrusage.t 2013-06-25 00:34:35.000000000 +0000 +++ libbsd-resource-perl-1.2911/t/getrusage.t 2017-04-07 12:04:28.000000000 +0000 @@ -14,7 +14,7 @@ $time0 = time(); -require "t/burn.pl"; +require "./t/burn.pl"; burn(); @@ -41,7 +41,7 @@ exit; } if ($ru[1] < 0.5) { - print "1..0 # SKIP Not system time accumulated for test\n"; + print "1..0 # SKIP Not enough system time accumulated for test\n"; exit; } print "1..2\n"; diff -Nru libbsd-resource-perl-1.2909/t/times.t libbsd-resource-perl-1.2911/t/times.t --- libbsd-resource-perl-1.2909/t/times.t 2013-06-25 00:37:07.000000000 +0000 +++ libbsd-resource-perl-1.2911/t/times.t 2017-04-07 11:46:01.000000000 +0000 @@ -12,7 +12,7 @@ $| = 1 if ($debug); -require "t/burn.pl"; +require "./t/burn.pl"; burn();