summaryrefslogtreecommitdiff
path: root/cpan
Commit message (Collapse)AuthorAgeFilesLines
* Import Encode-2.92 from CPANAaron Crane2017-07-1833-419/+1203
| | | | This also permits removing the local customisation for the previous version.
* hv.c: rename static function S_hfreeentries() to S_hv_free_entries()Yves Orton2017-07-011-1/+1
| | | | hfreeentries() reads very poorly - hv_free_entries() makes more sense too.
* Update Math-BigRat to CPAN version 0.2613Eric Herman2017-06-262-11/+33
| | | | | | | | | | Includes test addressing Bug #131410: "Math::BigRat in perl-5.26.0-RC2 severely broken" https://rt.perl.org/Public/Bug/Display.html?id=131410 See Also: http://code.activestate.com/lists/perl5-porters/236513/ https://rt.cpan.org/Ticket/Display.html?id=121139
* upgrade Time-Piece from 1.31 to 1.3201David Mitchell2017-06-247-230/+531
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1.3201 2017-06-22 - Fix compile errors on MS - Use macro for buf sizes - Remove some compile warnings - SP of by 1 in _crt_localtime 1.32 2017-06-20 - Since 1.31: - New truncate() method - Add new flags: %F, %T, %P + more - Add rudimentary locale support via use_locale() - More tests - Less bugs (hopefully) 1.31_04 2017-06-16 - Tests for %F and %T - Fix wrong test count on Windows - Use sensible defaults for strptime 1.31_03 2017-06-14 - Don't use localization on default - Bugs with %s in strptime fixed 1.31_02 2017-01-16 - Add better localization between strftime and strptime 1.31_01 2017-01-13 - Respect singular for 1 sec, min, etc. in pretty (choroba) - Add truncate() (openstrike) - Add many more tests (openstrike) - Add more compatibility to strf/strptime
* upgrade Scalar-List-Utils from 1.47 to 1.48David Mitchell2017-06-246-26/+69
| | | | | | | | | | [CHANGES] * Note in documentation that outer function's @_ can be accessed in some blocks, but ought not be (thanks wchristian) [BUGFIXES] * Ensure pairmap extends its stack correctly (thanks davem) * Fix name of List::Util::unpairs in its error messages
* Upgrade Scalar-List-Utils from 1.46 to 1.47David Mitchell2017-06-227-20/+37
| | | | | | | | | | | | Note that the last few commits have reverted any local customisations to 1.46. These were of two kinds. First, fixes for a tainting issue, the last of which was just a cherry-pick from upstream, which should have made it into 1.47 anyway. The second were fixes to tests for netbsd-vax and Inf/Nan. I don't think blead urgently needs these - we should wait for them to re-appear via the normal upstream merging process. See https://rt.cpan.org/Public/Bug/Display.html?id=118470
* undo a Scalar-List-Utils customisationDavid Mitchell2017-06-221-7/+3
| | | | | | | | .. in preparation for installing new release Revert "Scalar-List-Utils: netbsd-vax: no inf/nan" This reverts commit 5b15f36c4b1c5025dccabeef937495997e37e512.
* undo a Scalar-List-Utils customisationDavid Mitchell2017-06-221-5/+0
| | | | | | | | .. in preparation for installing new release Revert "Scalar-List-Utils: netbsd-vax: no inf/nan" This reverts commit 3ad3fb7edd9a5db1e0cf38ad50a84824ef641c39.
* undo a Scalar-List-Utils customisationDavid Mitchell2017-06-224-4/+4
| | | | | | | | .. in preparation for installing new release Revert "Scalar-List-Utils: customized VERSION bump" This reverts commit cdeaf44d582bf74f4c686dc58b288d8d33f25b95.
* undo a Scalar-List-Utils customisationDavid Mitchell2017-06-225-5/+5
| | | | | | | | .. in preparation for installing new release Revert "netbsd-vax: also the 1E1000 is toxic (in compiletime)." This reverts commit d1deb742f98169ce12c103478382902d83f6717a.
* undo a Scalar-List-Utils customisationDavid Mitchell2017-06-221-3/+0
| | | | | | | | .. in preparation for installing new release Revert "Scalar::List-Utils/t/tainted.t: Skip failing tests" This reverts commit 71a0317b30064fe6979f8616f6d11553b35de971.
* undo a Scalar-List-Utils customisationDavid Mitchell2017-06-221-3/+8
| | | | | | | | .. in preparation for installing new release Revert "Cherry-pick Scalar-List-Utils tainted.t fix from upstream" This reverts commit a76614debec3c698069bcf0fa012318ed15461cc.
* Update Filter-Util-Call to CPAN version 1.57Chris 'BinGOs' Williams2017-06-166-26/+50
| | | | | | | | | | | | | | | | | | | | | | [DELTA] 1.57 2017-01-22 rurban ---- * Todo the t/exec.t test 2 on cygwin. * Fixed/Todo the t/decrypt.t test 7 utf8 failures. Skip with non UTF-8 locale. 1.56 2017-01-20 rurban ---- * add binmode to the decrypt/encr,decrypt sample scripts * add utf8-encoded testcase to t/decrypt.t [cpan #110921]. use -C * stabilized some tests, add diag to sometimes failing sh tests * moved filter-util.pl to t/ * fixed INSTALLDIRS back to site since 5.12 [gh #2] * fixed exec/sh test races using the same temp. filenames * reversed this Changes file to latest first * added Travis CI
* Update Getopt-Long to CPAN version 2.50Chris 'BinGOs' Williams2017-06-151-14/+32
| | | | | | | | | | | | | | | | | | [DELTA] Changes in version 2.50 ----------------------- * Fix bug https://rt.cpan.org/Ticket/Display.html?id=120231. * Fix bug https://rt.cpan.org/Ticket/Display.html?id=120300. Unfortunately, this withdraws a small part of fix 114999. GNU getopt_long() does not accept the (optional) argument to be passed to the option without = sign. We do, since not doing so breaks existing scripts. * Provide a default value for options (gnu_compat mode). Thanks to Andrew Gregory.
* Update Devel-PPPort to CPAN version 3.36Chris 'BinGOs' Williams2017-06-155-6/+6
| | | | | | | | [DELTA] 3.36 - 2017-05-14 * Support Perl 5.26.* which no longer has '.' in @INC
* Update IO-Socket-IP to CPAN version 0.39Chris 'BinGOs' Williams2017-06-151-3/+3
| | | | | | | | | [DELTA] 0.39 2017/03/06 16:40:30 [BUGFIXES] * Handle EOPNOTSUPP in resposne of efforts to disable V6ONLY (RT119780) (thanks XENU)
* Update JSON-PP to CPAN version 2.94Chris 'BinGOs' Williams2017-06-1432-822/+1036
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [DELTA] 2.94 2017-05-29 - fix a test to support perl 5.6 2.93 2017-05-15 - fix packaging issue 2.92 2017-05-15 - production release 2.91_04 2017-01-10 - fixed isa tests for bignum 2.91_03 2017-01-09 - reworked documentation, based on the one for JSON::XS - let json_pp utility to show the version of JSON::PP - applied a patch to fix loading order of B module (pali++) 2.91_02 2016-12-04 - fixed not to fail tests under Perl 5.25.* (srezic++) 2.91_01 2016-12-03 - changed the number detection logic, patched by haarg (experimental) - merged PR from dagolden to correct 0 handling - removed base.pm dependency (dolmen) - fixed wrong character offset spotted by ilmari - applied patches from Jarkko Hietaniemi to address VAX issues - small doc fixes from bessarabov, gregoa, Chris Anderson - applied a patch to remove . in @INC in json_pp (Tony Cook) - removed $VAR1 from json_pp output, spotted by tokuhirom - fixed an issue to ignore trailing 0 - added Scalar::Util dependency for Perl 5.8+ - fixed issues spotted by Nicolas Seriot's JSON Test Suite including experimental UTF-16/32 support and backward incompatible change of C style comment handling (now disabled by default) - moved the guts of JSON::PP::Boolean into lib/JSON/PP/Boolean.pm and gave it a proper version - refactored incremental parser to let it handle incomplete JSON text properly - imported and tweaked tests from JSON.pm - minor code clean up
* Update File-Path to CPAN version 2.14Chris 'BinGOs' Williams2017-06-145-245/+642
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [DELTA] 2.14 2017-06-07 - When creating subdirectories for testing underneath File::Spec::Functions::tmpdir(), use randomly generated strings. - No change in functionality from 2.13. 2.13 2017-05-31 - Document security vulnerability reported as CVE-2017-6512. 2.12_008 2017-05-07 - Patch from John Lightsey. 2.12_007 2017-04-22 - Skip tests where filesystem doesn't support permissions (RT 121248). - Add AppVeyor configuration; thanks to Charlie Gonzalez and Hayo Baan. 2.12_006 2017-04-21 - Modernize README, Makefile.PL, updating of version number and release date in documentation. 2.12_005 2017-04-21 - Recommend use of 'safe => 1' in remove_tree() and rmtree(). - Warn if mkpath() or make_path() is passed implausible options on Windows. - Corrections to errors in previous release. 2.12_004 2017-04-18 - Certain functions used in tests are not available on Windows; skip them. - Move certain functions used in testing to t/FilePathTest.pm. 2.12_003 2017-04-07 - Add tests to improve coverage ratios as measured by Devel::Cover - No functional changes. 2.12_002 2017-03-12 - GH#41 RT 117019 Fixed File::Path::remove_tree option hash is auto populated and cannot be reused - GH#40 Unskip in path root t - GH#39 Remove superfluous assignment to $arg{perm} - GH#38 Minor grammatical doc fixes. - GH#37 Minor grammatical doc fixes. 2.12_001 2016-09-18 - RT 94209 document that the thread safety issue will not change and communicate alternative. - RT 85878 be more generous with error check regex given we could be dealing with a pre-1.25 Carp. - GH #33 Be more precise in documentation example for make_path error checking. - GH #34 Skip Windows 2000 and earlier unit tests (test change). - GH #36 Do not hardcode ENOENT (test change).
* Update IPC-Cmd to CPAN version 0.98Chris 'BinGOs' Williams2017-06-141-2/+29
| | | | | | | | | | | | | [DELTA] 0.98 Fri May 12 17:00:07 BST 2017 Enhancements: * Added wait_loop_callback for run_forked() Bug fixes: * Only search in curdir in can_run() when on Win32 RT#105601
* Update Archive-Tar to CPAN version 2.26Chris 'BinGOs' Williams2017-06-143-4/+5
| | | | | | | [DELTA] 2.26 12/05/2017 - '0' is a valid name for an archive, change 'iter' to check definedness
* Update ExtUtils-MakeMaker to CPAN version 7.30Chris 'BinGOs' Williams2017-06-1233-37/+46
| | | | | | | | | | | | | | | | | | [DELTA] 7.30 Mon Jun 12 13:17:29 BST 2017 No changes since v7.29_02 7.29_02 Sun Jun 11 12:00:33 BST 2017 Doc fixes: - Fixed POD errors in FAQ 7.29_01 Wed May 31 08:34:10 BST 2017 Bug fixes: - Prune .a without extralibs.ld from search paths
* Update Test-Harness to CPAN version 3.39Chris 'BinGOs' Williams2017-06-1049-97/+97
| | | | | | | [DELTA] 3.39 06-04-2017 - Make tests pass when PERL_USE_UNSAFE_INC=0
* Update ExtUtils-MakeMaker to CPAN version 7.28Chris 'BinGOs' Williams2017-06-0938-73/+322
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [DELTA] 7.28 Tue May 30 22:01:08 BST 2017 No changes since v7.27_02 7.27_02 Tue May 30 09:27:56 BST 2017 Bug fixes: - Prune auto/share from search paths RT#121918 7.27_01 Sun May 28 11:35:46 BST 2017 Bug fixes: - Fix regression with metadata RT#121913 7.26 Sat May 27 21:01:47 BST 2017 No changes since 7.25_06 7.25_06 Tue May 23 20:18:01 BST 2017 Bug fixes: - Fix regression with XS tests on MSWin32 with MS toolchain 7.25_05 Mon May 15 10:18:01 BST 2017 Bug fixes: - Make MakeMaker pass compilation tests on AIX again - Test, fix test dep on SKIPped linktype 7.25_04 Fri May 12 12:24:09 BST 2017 Enhancements: - Add os_unsupported() function 7.25_03 Thu May 11 17:51:23 BST 2017 Bug fixes: - processPL now depends on 'pure_all' instead of 'all' 7.25_02 Thu May 11 11:54:42 BST 2017 Bug fixes: - Only add staticlibs that are installed under auto/ - Correct the order of tests of chmod() Doc fixes: - Fixed typo in MakeMaker.pm 7.25_01 Fri Feb 3 13:36:25 GMT 2017 Bug fixes: - Make perllocal.pod files reproducible - META_ADD/MERGE default meta version based on each other - Eliminate an ancient, unneeded, dangerous call to Carp::longmess
* Update ExtUtils-Install to CPAN version 2.14Chris 'BinGOs' Williams2017-06-057-90/+137
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [DELTA] 2.14 - Fix tests for when perl path contains a space 2.12 - Fix win32 check 2.10 - 'make -s' support: set $INSTALL_QUIET automatically 2.08 - Optimisations: * use our instead of vars * lazy load modules * make OS variables into constants * move some calculations out of a loop 2.06 - Removed instructions using Build.PL from README - Load Win32API::File for _move_file_at_boot only when needed - Allow disabling autosplit by omitting autosplit dir
* Update Locale-Codes from CPAN 3.42 to 3.52.Sullivan Beck2017-06-0177-20901/+22086
| | | | Committer: re-sorted MANIFEST.
* Update core with version 0.9918John Peacock2017-06-0112-21/+74
|
* Update CPAN.pm to ANDK/CPAN-2.18-TRIAL.tar.gzDavid Mitchell2017-04-163-4/+9
| | | | | | | | | | | RT #131141 CPAN-2.17-TRIAL tried to narrow the scope to the phases prepare, make, and test, but after some testing evidence took shape that PERL_USE_UNSAFE_INC=1 is also needed for the install phase. 2.18 provides this change. The second issue fixed in 2.18 addresses RT #120781, an ugly bug with a trivial fix.
* Upgrade to Test::Harness 3.38Leon Timmermans2017-03-2048-96/+98
|
* Sync Pod-Perldoc with CPAN version 3.28.James E Keenan2017-03-1713-22/+61
| | | | | This should enable us to close https://rt.perl.org/Ticket/Display.html?id=130759.
* Sync IO-Compress with CPAN version 2.074.James E Keenan2017-03-1032-259/+269
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | CUSTOMIZED array no longer needed in this distro's entry in Porting/Maintainers.pl; removed. lib/File/GlobMapper.pm lacks a $VERSION; compensate for that by adding an entry in Porting/cmpVERSION.pl. From Changes file (since last version distributed with core): 2.074 19 Feb 2017 * Fix bad 2.073 release 2.073 18 Feb 2017 * #120239: [PATCH] ISA fixes for c3 2.072 12 Feb 2017 * Makefile.PL #120084: Need Fix for Makefile.PL depending on . in @INC 2.070 28 Dec 2016 * File::GlobMapper #117675: Fix prototype errors while lazy loading the module * zipdetails #116538: CVE-2016-1238: avoid loading optional modules from default .
* Sync Compress-Raw-Zlib with CPAN version 2.074.James E Keenan2017-03-086-61/+205
|
* Sync Compress-Raw-Bzip2 with CPAN version 2.074.James E Keenan2017-03-084-7/+17
|
* Update Config::Perl::V to 0.28H.Merijn Brand2017-02-273-15/+202
| | | | - add default_inc_excludes_dot
* Updates CPAN.pm to ANDK/CPAN-2.17-TRIAL2.tar.gzAndreas Koenig2017-02-162-2/+8
|
* Cherry-pick Scalar-List-Utils tainted.t fix from upstreamDagfinn Ilmari Mannsåker2017-01-261-8/+3
| | | | | It's fixed properly upstream, by using $^X instead of %ENV, so use that instead of the now-expired skip.
* Updates CPAN.pm to ANDK/CPAN-2.16-TRIAL2.tar.gzAndreas Koenig2017-01-179-32/+131
|
* Use File::Spec->catfile() in Test2's Files.t test.Craig A. Berry2017-01-141-3/+5
| | | | | | | Explicitly using forward slashes to concatenate filenames is not portable and we've already loaded File::Spec anyway. Also, don't try to remove the directory we're cleaning up unless we were successful in opening it.
* Upgrade Compress-Raw-Bzip2 to CPAN version 2.070.Paul Marquess2016-12-294-8/+8
|
* Upgrade Compress-Raw-Zlib to CPAN version 2.070.Paul Marquess2016-12-293-11/+11
|
* Update DB_File from CPAN version 1.838 to 1.840.James E Keenan2016-12-292-1/+4
| | | | | | | | | | | | | From Changes: 1.840 29 Dec 2016 * #119569: Failed to install DB_File-1.839 into Linux 1.839 29 Dec 2016 * #119557: DB_File.xs: unused-parameter warnings * #107642: unused arg
* Scalar::List-Utils/t/tainted.t: Skip failing testsKarl Williamson2016-12-231-0/+3
| | | | | | | | | | | | | | | These randomly fail, often enough to cause most smokes to not show pass, hence there is continual work involved in looking at smoke summaries and seeing everything failing, and having to do further investigation on each one to know if the failure is because of this bug, or something else. The fix for this has been delayed, so I'm creating a temporary skip. This will start failing again, unless fixed, at the next 5.25 dot release. I'm not getting any failures about having customized this cpan module, though I've tried several different configurations to do so. I fear that when pushed, these will start appearing, but then it can be easily remedied.
* Update Test-Simple to CPAN version 1.302073Chris 'BinGOs' Williams2016-12-1995-145/+291
|
* Upgrade Test-Simple to 1.302071.James E Keenan2016-12-1851-96/+537
| | | | Had to run ./perl -Ilib regen/lib_cleanup.pl.
* Revert "Update Socket to CPAN version 2.024."James E Keenan2016-12-185-219/+74
| | | | | | This reverts commit 3e7b45e4a2b8308f16a5ca9443c3f6b8caafe0a6. Reason: test failures on Win32 not yet fully addressed.
* Update Archive-Tar to CPAN version 2.24Chris 'BinGOs' Williams2016-12-183-4/+4
| | | | | | | [DELTA] 2.24 16/12/2016 (SREZIC) - Handle tarballs compressed with pbzip2 (RT #119262)
* Update Socket to CPAN version 2.024.James E Keenan2016-12-175-74/+219
| | | | | | 'porting/customized.t --regen' for Socket.pm and .xs perldelta entry for Socket 2.020 to 2.024 upgrade.
* Update Pod-Simple to CPAN version 3.35.James E Keenan2016-12-1728-35/+46
| | | | | From ChangeLog: Stabilize t/search50.t (per rurban). Turn off utf8 warnings when trying to see if a file is UTF-8 or not.
* Update Archive-Tar to CPAN version 2.22Chris 'BinGOs' Williams2016-12-163-3/+6
| | | | | | | [DELTA] 2.22 16/12/2016 (MANWAR) - Add missing strict/warnings pragma to Constants.pm
* Update bignum to CPAN version 0.47Chris 'BinGOs' Williams2016-12-156-6/+5
|
* Update Math-BigRat to CPAN version 0.2611Chris 'BinGOs' Williams2016-12-151-3/+3
| | | | | | | | | | | | | [DELTA] 2016-12-13 v0.2611 pjacklam * Add more logic to Makefile.PL regarding INSTALLDIRS (CPAN RT #119199 and #119225). 2016-12-11 v0.2610 pjacklam * Fix Makefile.PL so that this module installs over the core version.