summaryrefslogtreecommitdiff
path: root/cpan
Commit message (Collapse)AuthorAgeFilesLines
* Encode.pm: apply a local patch for CVE-2021-36770Ricardo Signes2022-02-261-3/+4
| | | | | | | | | | 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)
* update experimental to 0.024 from CPANRicardo Signes2021-05-022-32/+16
|
* Revert "Update Scalar-List-Utils to 1.56"Todd Rinaldo2021-04-209-259/+21
| | | | | | This reverts commit a7dc88699c420088b5448c415a8a973e51c0fc18. We've opted to keep this out until 5.34 is released.
* Upgrade NEXT to 0.68 from CPANTodd Rinaldo2021-04-196-22/+60
| | | | | | | | | | | | | | | | | | | | | | | | [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.
* Update ExtUtils-MakeMaker to CPAN version 7.62Todd Rinaldo2021-04-1933-35/+35
| | | | | | | | | | | | | [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
* Update Scalar-List-Utils to 1.56Todd Rinaldo2021-04-199-21/+259
| | | | | | | | | [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
* Update perlfaq to CPAN version 5.20200523Karen Etheridge2021-04-1012-12/+63
| | | | | | | | [DELTA] 5.20210411 2021-04-11 00:45:30Z * Add entry to faq4 for equivalent to ruby #{}, python fstring (PR#93, John Karr)
* Update IO-Compress to release 2.102Nicolas R2021-03-2033-179/+458
| | | | | | | | | | | | | [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
* Synchronize Compress-Raw-Zlib with CPAN 2.101Nicolas R2021-03-201-1/+1
| | | | | | | [DELTA] 2.101 20 February 2021 * fix version numbers in meta files
* Synchronize Compress-Raw-Bzip2 with CPAN 2.101Nicolas R2021-03-202-2/+2
| | | | | | | [DELTA] 2.101 20 February 2021 * fix version numbers in meta files
* Update Win32 from version 0.56 to 0.57Tomasz Konojacki2021-03-132-2/+2
|
* Update Win32 from version 0.54 to 0.56Tomasz Konojacki2021-03-084-366/+370
|
* Update autodie to CPAN version 2.34Chris 'BinGOs' Williams2021-02-1910-12/+26
| | | | | | | | [DELTA] 2.34 2021-01-22 11:03:19-06:00 America/Chicago * Remove rt.cpan.org reference.
* Update JSON-PP to CPAN version 4.06Chris 'BinGOs' Williams2021-02-193-7/+8
| | | | | | | | [DELTA] 4.06 2021-01-24 - fix return values of boolean_values for compatibility (yahermann++)
* Update ExtUtils-MakeMaker to CPAN version 7.60Chris 'BinGOs' Williams2021-02-1735-36/+37
| | | | | | | | | | | | | | | | [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
* Update to ExtUtils::PL2Bat to 0.004Leon Timmermans2021-02-121-2/+2
| | | | | This release was a sync from blead to cpan, so the blead version is no longer customized. Nothing actually changes except the version number.
* Upgrade libnet from 3.12 to 3.13Richard Leach2021-01-1915-57/+39
|
* Upgrade Socket from 2.030 to 2.031Richard Leach2021-01-185-129/+173
|
* Update IO-Compress from 2.096 to 2.100Richard Leach2021-01-1874-2218/+2189
|
* Update ExtUtils::Manifest from 1.72 to 1.73Richard Leach2021-01-182-4/+7
|
* Update Compress::Raw::Zlib from 2.096 to 2.100Richard Leach2021-01-1811-257/+245
|
* Update Compress::Raw::Bzip2 from 2.096 to 2.100Richard Leach2021-01-188-112/+98
|
* Update ExtUtils-MakeMaker to CPAN version 7.58Chris 'BinGOs' Williams2020-12-2233-34/+41
| | | | | | | | | | | | | | | | | | | | | [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
* Update Config::Perl::V to 0.33H.Merijn Brand2020-12-185-82/+821
|
* Update ExtUtils-Install to CPAN version 2.20Chris 'BinGOs' Williams2020-12-184-98/+62
| | | | | | | | | | | | [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
* Update PerlIO::via::QuotedPrint from 0.08 to 0.09Max Maischein2020-12-186-30/+308
| | | | This should be picked up by the auto-generated perldelta
* Update Text::Balanced from 2.03 to 2.04Max Maischein2020-12-1815-1412/+1791
| | | | No entry in Perldelta because that will be generated automatically
* Synch with CPAN distribution libnet-3.12Steve Hay2020-12-1032-674/+1021
|
* cpan/Encode: sync with CPAN version 3.08Dan Kogai2020-12-025-58/+19
|
* TAP::Harness: Move timer initializationKarl Williamson2020-12-0248-98/+102
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* Test-Harness: don't assume symlink succeedsTony Cook2020-12-011-1/+2
| | | | | https://github.com/Perl-Toolchain-Gang/Test-Harness/pull/103 upstream which has been applied but not released.
* add gitignore exclusions for files in gitGraham Knop2020-11-2317-1/+23
| | | | | | | | 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.
* Update ExtUtils-MakeMaker to CPAN version 7.56Chris 'BinGOs' Williams2020-11-1933-37/+37
| | | | | | | | | | | | | [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
* Update Pod-Simple to CPAN version 3.42Tom Hukins2020-11-1827-31/+29
|
* Update Test-Simple to CPAN version 1.302183Chris 'BinGOs' Williams2020-11-1471-71/+94
| | | | | | | | [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
* Update File-Fetch to CPAN version 1.00Chris 'BinGOs' Williams2020-11-141-4/+11
| | | | | | | | | [DELTA] 1.00 Wed Nov 11 12:49:58 2020 * Fixed the mitigations for CVE-2016-1238 * Mentioned https support in CHANGES file
* IPC-SysV: Synch with CPAN release 2.09Marcus Holland-Moritz2020-11-1311-22/+22
| | | | | | | | | | | 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
* Update ExtUtils-MakeMaker to CPAN version 7.54Chris 'BinGOs' Williams2020-11-1233-38/+49
| | | | | | | | | | | | | | | | [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
* Update perlfaq to CPAN version 5.20200523Karen Etheridge2020-11-0712-48/+38
| | | | | | | | | | | [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)
* File::Path: synch with CPAN version 2.18James E Keenan2020-11-052-3/+25
| | | | No change in functionality; change in tests only.
* Update ExtUtils-MakeMaker to CPAN version 7.52Chris 'BinGOs' Williams2020-11-0436-82/+98
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [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
* Update DB_File from version 1.854 to 1.855Steve Hay2020-10-142-8/+1
|
* Update Pod-Usage from version 1.70 to 2.01Steve Hay2020-10-1415-1024/+1128
|
* Update Digest to CPAN version 1.19Todd Rinaldo2020-10-137-165/+193
| | | | | | | | | | | | | | | | | | | | | | [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
* Update Pod-Simple from version 3.40 to 3.41Steve Hay2020-10-1392-166/+491
|
* Update Win32 from version 0.53 to 0.54Steve Hay2020-10-124-97/+276
|
* Update Unicode-Collate from version 1.28 to 1.29Steve Hay2020-10-12111-36210/+36829
|
* Update Time-Local from version 1.28 to 1.30Steve Hay2020-10-122-291/+444
|
* Update Getopt-Long from version 2.51 to 2.52Steve Hay2020-10-122-19/+59
|
* Update ExtUtils-PL2Bat from version 0.002 to 0.003Steve Hay2020-10-122-30/+59
| | | | | | | 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?