James E Keenan

Results 65 issues of James E Keenan

This ticket was originally filed in 2011 as [RT 70211](https://rt.cpan.org/Public/Bug/Display.html?id=70211). The ticket failed to be correctly converted to a GitHub issue in 2015 and so has remained unresolved. The original...

With a `perl-5.32.1` compiled on FreeBSD with `g++`, I got these build-time errors when running `make` for Devel-NYTProf: ``` "/usr/home/jkeenan/testing/perl-5.32.1/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- NYTProf.bs blib/arch/auto/Devel/NYTProf/NYTProf.bs 644 "/usr/home/jkeenan/testing/perl-5.32.1/bin/perl" "/home/jkeenan/testing/perl-5.32.1-gpp/lib/5.33.9/ExtUtils/xsubpp" -typemap...

build-time-warnings

When building Devel-NYTProf on quadmath builds on Linux, build-time warnings are generated. Excerpt: ``` # config_args: -Dusethreads -Dusequadmath $ quadperl Makefile.PL Looking for header files and functions... Found clock_gettime in...

build-time-warnings

CPANtesters reports indicate that what, before Devel-NYTProf-6.07, was `t/test62-subcaller1.t` (and what is now `t/test62-subcaller1-a.t`) can experience test failures on older versions of Strawberry Perl. Here is output from a [report...

Windows
test suite hypersensitivity

On older versions of Perl (5.8.9 thru 5.12.5), on FreeBSD and Linux, t/test14.t is failing like this: ``` # Failed test 'test14.rdt match generated profile data for blocks=1 calls=0 compress=0...

test suite hypersensitivity

In `Makefile.PL` there are [3 targets](https://github.com/timbunce/devel-nytprof/blob/master/Makefile.PL#L263) which assume that we're still using Subversion for version control. ``` svnmanifest:: svn list -R .@HEAD | sort | grep -v '/$$' > MANIFEST...

volunteer wanted

In a [pending pull request](https://github.com/timbunce/devel-nytprof/pull/160) I extend the coverage which the test suite provides to `lib/Devel/NYTProf/FileInfo.pm`. As of this pull request, when I run `cover` (first with trace unset and...

The 'depended-on-by' program at http://deps.cpantesters.org is giving wrong results. Consider this query: http://deps.cpantesters.org/depended-on-by.pl?dist=Pod-Weaver-Plugin-WordList It returns 1815 top-level reverse dependencies (and 14,947 revdeps overall). Entry 48 in the top-level revdeps is...

From Changes: 1.09 Sun 31 Jul 2022 * Skip for thread safety tests on Perl 5.10.0 * Drastically improved Memoized::NDBM_File EXISTS shim * Minimum Perl version set at 5.6 *...

In https://github.com/Perl/perl5/pull/20067, @haarg prepared a p.r. to synch the most recent version of JSON::PP (4.11) into blead. Since (a) [CPANtesters results for this version](http://matrix.cpantesters.org/?dist=JSON-PP+4.11) looked good; (b) we trust the...

BBC