| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
| |
I expect Encode to see a new release today.
Without this fix, Encode::ConfigLocal can be loaded from a path relative
to the current directory, because the || operator will evaluate @INC in
scalar context, putting an integer as the only value in @INC.
(cherry picked from commit c1a937fef07c061600a0078f4cb53fe9c2136bb9)
|
| |
|
|
|
|
|
|
| |
This reverts commit a7dc88699c420088b5448c415a8a973e51c0fc18.
We've opted to keep this out until 5.34 is released.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
[DELTA]
0.68 2021-04-19 NEILB
- Fix for RT#123002, so NEXT works with proxy constants
- Made testsuite clean under strict & warnings
- Made testsuite pass if running under perls that are already c3.
0.67_03 2021-04-18 NEILB
- mro was added in Perl 5.9.5, and it's not dual-life, so Reini's
patch (in 0.67_01) failed on earlier versions of Perl.
Have now made its use dependent on version, with "use if".
0.67_02 2021-04-18 NEILB
- Applied patch from Father C so that NEXT works with proxy constants.
RT#123002
0.67_01 2021-04-18 NEILB
- Enforced strict and warnings on testsuite. Thanks to ATOOMIC.
- Added github CI. Thanks to ATOOMIC.
- @ISA fixes for c3, so tests will pass on perls that use c3 as default
(for example cperl). Thanks to RURBAN.
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
[DELTA]
7.62 Tue 13 Apr 18:58:24 BST 2021
No changes since v7.61_01
7.61_01 Sun 21 Mar 09:24:57 GMT 2021
Bug fixes:
- Use shellwords in ExtUtils::Liblist::Kid::_unix_os2_ext
|
|
|
|
|
|
|
|
|
| |
[Delta]
1.56 -- 2021-03-30
* Added `List::Util::zip`, `List::Util::mesh` and related functions
(RT129479)
* Updated embedded ppport.h for Devel::PPPort v3.62
|
|
|
|
|
|
|
|
| |
[DELTA]
5.20210411 2021-04-11 00:45:30Z
* Add entry to faq4 for equivalent to ruby #{}, python fstring
(PR#93, John Karr)
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
[DELTA]
2.102 28 February 2021
* Add IO_COMPRESS_SKIP_STDIN_TESTS to skip tests on Windows
https://github.com/pmqs/IO-Compress/issues/29
b0b511ec6a7dcfa4e372a8b8131767fcb39369b1
2.101 20 February 2021
* fix version numbers in meta files
|
|
|
|
|
|
|
| |
[DELTA]
2.101 20 February 2021
* fix version numbers in meta files
|
|
|
|
|
|
|
| |
[DELTA]
2.101 20 February 2021
* fix version numbers in meta files
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
[DELTA]
2.34 2021-01-22 11:03:19-06:00 America/Chicago
* Remove rt.cpan.org reference.
|
|
|
|
|
|
|
|
| |
[DELTA]
4.06 2021-01-24
- fix return values of boolean_values for compatibility
(yahermann++)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
[DELTA]
7.60 Wed 17 Feb 10:45:47 GMT 2021
No changes since v7.59_01
7.59_01 Tue 2 Feb 09:47:29 GMT 2021
Bug fixes:
- Don't allow hyphens in parsed versions
Test fixes:
- Use correct hint file name in hints.t
|
|
|
|
|
| |
This release was a sync from blead to cpan, so the blead version is no
longer customized. Nothing actually changes except the version number.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
[DELTA]
7.58 Mon 21 Dec 18:16:04 GMT 2020
No changes since v7.57_02
7.57_02 Fri 18 Dec 23:04:09 GMT 2020
Macosx fixes:
- Improve dlopen check on MacOS
7.57_01 Fri 18 Dec 13:30:30 GMT 2020
Macosx fixes:
- Use dlopen to check for library presence on Mac OS (Big Sur fix)
Bug fixes:
- check CPAN::Meta::Requirements capabilities rather than prereqs
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
[DELTA]
2.20
- Exercise _is_prefix() method more in tests
- Optimisations for file comparisons
- Optimisations for directory creation
- Typo fix in POD
- Optimisations for tree traversal
|
|
|
|
| |
This should be picked up by the auto-generated perldelta
|
|
|
|
| |
No entry in Perldelta because that will be generated automatically
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This commit adds to blead the accepted PR
https://github.com/Perl-Toolchain-Gang/Test-Harness/pull/98
but the updated module has not been released.
This commit allows a many-core processor to run the Perl test suite more
efficiently.
Prior to this commit, the timers for counting elapsed time and CPU usage
were begun when a job's first output appears. This yields inaccurate
results. These results are saved in t/test_state for future runs so
that they can start the longest-running tests first, which leads to
using the available cores more efficiently. (If you start a long running
test after everything else is nearly done, you have to wait for it to
finish before the suite as a whole is; if you start the long ones first,
and the shortest last, you don't have to wait very long for any
stragglers to complete.) Inaccurate results here lead to this
situation, which we were often seeing in the podcheck.t test.
The worst case is if there is heavy computation at the beginning of the
test being run. podcheck, for example, examines all the pods in the
directory structure to find which links to other pods do or do not have
corresponding anchors. Output doesn't happen until the analysis is
complete. On my system, this takes over 30 seconds, but prior to this
commit, what was noted was just the time required to do the output,
about 200 milliseconds. The result was that podcheck was viewed as
being one of the shortest tests run, so was started late in the process,
and generally held up the completion of it.
This commit by itself doesn't improve the test completion very much,
because, test tests are run a whole directory at a time, and the
directory podcheck is in, for example, is run last. The next commit
addresses that.
|
|
|
|
|
| |
https://github.com/Perl-Toolchain-Gang/Test-Harness/pull/103
upstream which has been applied but not released.
|
|
|
|
|
|
|
|
| |
There are a number of files excluded using gitignore rules that are
included in the repository. This can lead to confusion if something
other than git tries to read the ignore files.
Add rules to the gitignore files so that these files won't be ignored.
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
[DELTA]
7.56 Thu 19 Nov 19:57:05 GMT 2020
No changes since v7.55_01
7.55_01 Wed 18 Nov 18:23:19 GMT 2020
Bug fixes:
- RT#133762 Explicitly print to STDOUT in EUMM.pm
|
| |
|
|
|
|
|
|
|
|
| |
[DELTA]
1.302183 2020-10-21 20:10:36-07:00 America/Los_Angeles
- avoid closing over scalar in BEGIN block in cmp_ok eval
|
|
|
|
|
|
|
|
|
| |
[DELTA]
1.00 Wed Nov 11 12:49:58 2020
* Fixed the mitigations for CVE-2016-1238
* Mentioned https support in CHANGES file
|
|
|
|
|
|
|
|
|
|
|
| |
From Changes:
* Fix GitHub #8: Comparison between signed and unsigned integer
* Merge PR #9: Fix compile warnings with -Wsign-compare
* Merge PR #11: Avoid indirect call syntax
Committer: Additional email address for contributor to keep porting
tests happy
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
[DELTA]
7.54 Thu 12 Nov 19:23:18 GMT 2020
No changes since v7.53_01
7.53_01 Tue 10 Nov 03:34:42 GMT 2020
Regression fixes:
- Fixed Darwin cflags override
Meta fixes:
- Updated URLs to use https
|
|
|
|
|
|
|
|
|
|
|
| |
[DELTA]
5.20201107 2020-11-07 21:02:39Z
* typo fix (PR#90, Samanta Navarro)
* fix learn.perl.org link, which now directs to perldoc.perl.org (PR#91, Dan
Book)
* modern updates to "How do I efficiently match many regular expressions"
(PR#92, Dan Book)
|
|
|
|
| |
No change in functionality; change in tests only.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
[DELTA]
7.52 Wed 4 Nov 19:49:43 GMT 2020
No changes since v7.51_01
7.51_01 Wed 4 Nov 00:01:41 GMT 2020
Test fixes:
- prevent MM_Win32::init_tools() warning in core
7.50 Wed 21 Oct 17:33:53 BST 2020
No changes since v7.49_04
7.49_04 Tue 13 Oct 18:42:05 BST 2020
Win32 fixes:
- make can_dep_space check for short path support
Macosx fixes:
- Handle XCode 12's implicit adding of Werror=implicit-function-declaration
7.49_03 Fri 9 Oct 21:30:57 BST 2020
Regression fixes:
- disable strict when evaling hints files
Bug fixes:
- clean up and improve MIN_PERL_VERSION handling
7.49_02 Thu 8 Oct 08:35:05 BST 2020
Bug fixes:
- Change wording of MIN_PERL_VERSION format message to clarify
fatally
Doc fixes:
- Fixed some typos
7.49_01 Tue 6 Oct 18:01:38 BST 2020
Regression fixes:
- fix PERL_CORE warnings from ExtUtils::CBuilder
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
[DELTA]
1.19 Tue 2020-10-13
- Merge blead change: Remove . from @INC when loading optional modules.
1.18 Tue 2020-10-13
- Correct documentation for add_bits
- Explain $args,... in constructor prototypes
- Add base64_padded_digest method
- Add support for the SHA3 digests
- Update .gitignore and get make manifest working
- Github CI
- Move Digest to a more modern directory tree layout
- Enable strict/warnings for code and tests
- Drop use vars
- Provide a consistent tidy to the code base
- Get rid of the use of bareword file handles
- Modernize the changelog
- Use File::Temp for temporary test files
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
Retain the blead customization of t/make_executable.t (b8884e7078).
Exclude the new script/pl2bat.pl for now. Presumably this should replace
blead's win32/bin/pl2bat.pl at some point?
|