summaryrefslogtreecommitdiff
path: root/cpan
Commit message (Collapse)AuthorAgeFilesLines
* Upgraded Encode from 3.10_01 to 3.12Ricardo Signes2021-08-098-32/+586
|
* Encode.pm: apply a local patch for CVE-2021-36770Ricardo Signes2021-08-091-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.
* Text-Tabs+Wrap: Sync with CPAN version 2021.0804Aristotle Pagaltzis2021-08-0520-574/+149
| | | | | | | | | | | | | | | | | | | | From upstream CHANGELOG: * Explicitly declared strictures and warnings everywhere (to support -Dusedefaultstrict perls) * Makefile.PL fixes * Unicode support on all supported versions of Perl * Full strict and warnings cleanliness * Packaging cleanups * Removal of reference benchmark from test suite (moved to xt/bench) Committer: Manual verification of the procedure Aristotle used in https://github.com/Perl/perl5/pull/19026.
* Text::Tabs: skip failing test file for nowDavid Mitchell2021-08-041-0/+9
| | | | | | | This was causing smokes to fail: $ PERLIO=stdio ./perl -Ilib cpan/Text-Tabs/t/dnsparks.t -T and -B not implemented on filehandles at cpan/Text-Tabs/t/dnsparks.t line 130
* Update Archive-Tar to CPAN version 2.40Chris 'BinGOs' Williams2021-07-277-14/+51
| | | | | | | | [DELTA] 2.40 27/07/2021 (KHW && ATOOMIC) - Generalize for EBCDIC - Update GitHub workflow with deprecated add-path
* Remove MI from FastCalcChris 'BinGOs' Williams2021-07-258-1985/+0
|
* Updated Text-Tabs+Wrap from 2013.0523 to 2021.0717Neil Bowers2021-07-2219-28/+166
|
* Upgraded Encode from 3.08 to 3.10Neil Bowers2021-07-225-37/+32
|
* Upgraded Math::BigRat, Math::BigInt::FastCalc, Math::BigInt, & bignumNeil Bowers2021-07-2262-1791/+6812
| | | | | They have interdependencies that require at least these versions, so needed to be added together.
* Sync DB_File with CPAN version 1.856Paul Marquess2021-07-175-10/+10
| | | | | | | | | | From Changes: 1.856 22 June 2021 * Ensure that all *.bak files are cleaned up https://github.com/pmqs/DB_File/pull/9 96bcf494625897ab4fcda322481dd6f730bdb668
* Pod::Simple: synch with CPAN version 3.43Karl Williamson2021-06-2927-28/+28
|
* Update Socket from CPAN to 2.032Max Maischein2021-06-133-13/+19
|
* Synch with CPAN version 1.30Tomoyuki Sadahiro2021-06-0699-99/+101
| | | | Per https://rt.cpan.org/Ticket/Display.html?id=133952
* Update version from CPAN to 0.9929Todd Rinaldo2021-05-2410-11/+11
| | | | | | | | [DELTA] 0.9929 * Upgrade to ppport 3.62 * Import fix for core build warning
* Update Test::Simple from 1.302183 to 1.302185Max Maischein2021-05-2371-74/+112
|
* Update Scalar-List-Utils to 1.56Max Maischein2021-05-229-21/+259
|
* Update perlfaq to CPAN version 5.20210520Karen Etheridge2021-05-2012-19/+12
| | | | | | | [DELTA] 5.20210520 2021-05-20 04:16:03Z * faq5: remove suggestion to use read() for slurping (PR#96, Dan Book)
* 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
|