summaryrefslogtreecommitdiff
path: root/cpan
Commit message (Collapse)AuthorAgeFilesLines
* PerlIO::via::QuotedPrint finally has a new release which synchronizes it ↵Steve Hay2015-05-181-2/+2
| | | | with blead
* bump all of the EUMM module versions to avoid confusionTony Cook2015-05-1531-31/+31
| | | | and the customized housekeeping to match
* backport 37c49881 from the EUMM repositoryTony Cook2015-05-151-3/+19
|
* backport 1e2f0871 from the EUMM repositoryTony Cook2015-05-151-22/+50
|
* CPAN.pm: Fix "Redundant argument in sprintf"Andreas Koenig2015-04-201-2/+1
| | | | | | | | | | RT #122159 5.22-tobe includes a new warning type, "Redundant argument in sprintf". Stop CPAN emitting such a warning. To quote Andreas from the ticket: "I'll jump to 2.12 then in my copy and will not release a 2.11"
* Update Config::Perl::V to version 0.24H.Merijn Brand2015-04-1611-11/+12
| | | | Added USE_QUADMATH to signature
* Upgrade IO-Socket-IP from version 0.36 to 0.37Steve Hay2015-03-306-19/+29
|
* Replace common Emacs file-local variables with dir-localsDagfinn Ilmari Mannsåker2015-03-221-0/+2
| | | | | | | | | | | | | | | | An empty cpan/.dir-locals.el stops Emacs using the core defaults for code imported from CPAN. Committer's work: To keep t/porting/cmp_version.t and t/porting/utils.t happy, $VERSION needed to be incremented in many files, including throughout dist/PathTools. perldelta entry for module updates. Add two Emacs control files to MANIFEST; re-sort MANIFEST. For: RT #124119.
* Update Unicode-Collate to CPAN version 1.12Jarkko Hietaniemi2015-03-2097-112/+152
| | | | | | | | [DELTA] 1.12 Mon Mar 16 20:21:15 2015 - XS: [rt.cpan.org #102663] IRIX 6.5 failures with Unicode::Collate (porting: avoid non-zero values in the initializer of an array)
* Bump Devel::PPPort version to 3.31Matthew Horsfall (alh)2015-03-199-24/+60
|
* Upgrade parent from version 0.228 to 0.232Steve Hay2015-03-192-2/+12
|
* Upgrade CPAN::Meta from version 2.143240 to 2.150001Steve Hay2015-03-1713-40/+352
|
* Porting/core-cpan-diff: Don't ignore EOLs or whitespaceSteve Hay2015-03-171-1/+1
| | | | | | | | Turning off -b (ignore whitespace) revealed a whitespace difference lurking in blead's copy of a NEXT test file, which there is no need for. Turning on --binary revealed EOL differences in numerous Win32API-File files. Hopefully a future CPAN release will fix those since the files in its GitHub repo match blead as far as EOLs go already.
* Upgrade Text::ParseWords from version 3.29 to 3.30Steve Hay2015-03-171-9/+14
| | | | | | | | | | This incorporates blead's code differences, but one "customization" remains because of EOL issues, which I've sent a pull request upstream to fix. The latest release also moves the .pm file into the usual place, so the MAP is no longer required. There are no code changes here, so no code freeze violation.
* Upgrade Encode from version 2.70 to 2.72Steve Hay2015-03-145-6/+12
| | | | This incorporates all current blead customizations.
* Upgrade CPAN from 2.09-TRIAL to 2.10.Steve Hay2015-03-132-7/+8
|
* Remove another stray Test::Simple file that is listed as EXCLUDEDSteve Hay2015-03-121-20/+0
|
* Straighten Porting/Maintainers.pl out following Test::Simple restorationSteve Hay2015-03-121-51/+0
| | | | Also remove a stray file that was in core when it was listed as EXCLUDED.
* move back to a stable Test-Simple, v1.001014Ricardo Signes2015-03-11246-20382/+4981
|
* Upgrade Text-Balanced from version 2.02 to 2.03Steve Hay2015-03-041-1/+1
| | | | | This incorporates the blead customizations, with no other changes except the version bump.
* Bump Locale-Codes from 3.33 to 3.34Sullivan Beck2015-03-0249-33899/+33950
| | | | | | The core modules Locale::Country, Locale::Language, and Locale::Currency (all part of the Locale-Codes distribution) should be updated on a regular basis. They contain "codes" from various Internet standards which change over time.
* Update Getopt-Long to CPAN version 2.45Chris 'BinGOs' Williams2015-02-232-21/+44
| | | | | | | | | | | | | | | | [DELTA] Changes in version 2.45 ----------------------- * Revert behaviour of the combination of <> and pass_through to what is was in 2.42. Thanks to Wilson Snyder to provide enhancements to the documentation to clarify why <> and pass_through generally is a bad idea. It is, however, very unfortunate to hear from users that their programs *depend* on the undocumented pre-2.43 behaviour.
* Remove three Test-Simple files which are no longer in Test-Simple on CPANSteve Hay2015-02-223-674/+0
|
* Bump $VERSION in CPAN modules changed since 5.21.9Steve Hay2015-02-212-3/+3
|
* Upgrade CPAN from version 2.05 to 2.09-TRIALSteve Hay2015-02-2112-253/+808
|
* Update Getopt-Long to CPAN version 2.44Chris 'BinGOs' Williams2015-02-211-5/+7
| | | | | | | | | | [DELTA] Changes in version 2.44 ----------------------- * Be gentle to the user community and turn fix 92462 into a warning. This may be changed back to error in some future release.
* Update Unicode-Collate to CPAN version 1.11Chris 'BinGOs' Williams2015-02-1795-96/+96
| | | | | | | [DELTA] 1.11 Tue Feb 17 21:23:03 2015 - XS: [rt.cpan.org #102024] remove extranous const casting
* Socket updated to CPAN version 2.018Chris 'BinGOs' Williams2015-02-162-2/+2
| | | | | | | | [DELTA] 2.018 2015/02/12 13:42:41 [BUGFIXES] * Fix for "addr is not a string" test to use SvPOKp() before 5.18
* Update Pod-Perldoc to CPAN version 3.25Chris 'BinGOs' Williams2015-02-1215-81/+107
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [DELTA] 3.25 - Thu Feb 12 03:06:43 UTC 2015 * No changes - roll an official release for inclusion in Perl 5.22 3.24_02 - Wed Jan 21 03:12:37 UTC 2015 * Dave Mitchell sent a patch to reduce stderr spam during core perl builds. Resolves RT#101493 * Make perldoc honor the MANPAGER environment variable as documented. Resolves RT#100933 * Decode command line arguments at UTF-8 data. Resolves RT#9806 3.24_01 - Wed Sep 10 03:13:58 UTC 2014 * The 'ToTerm' backend generates terminal escape sequences that the 'less' pager does not display by default. The "-R" option controls this, so pass it in the LESS environment variable to avoid disturbing other pager invocations. Patch by Niko Tyni. Closes RT#98636 * Unify filehandle opens and encoding into two methods 'open_fh' and 'set_encoding'. Based on a pull request by Koichi KUBO. Closes RT#98019 better than c3fd47f :) * Applied PR by Olivier Mengué to 'use parent' instead of 'use base'
* Update Pod-Parser to CPAN version 1.63Chris 'BinGOs' Williams2015-02-116-7/+13
| | | | | | | | | | | | | | [DELTA] 10-Feb-2015 Marek Rouchal <marekr@cpan.org> ----------------------------------------------------------------------------- Version 1.63 + CPAN#101847: [PATCH] Bump $VERSION in module changed since Pod-Parser-1.60 increased VERSION in all *.pm files + CPAN#98610: Pod::Find should skip also object directories of modern vc systems (.git, .hg) implemented in Pod::Find Thanks for the reports and patches!
* Update Config-Perl-V to CPAN version 0.23Chris 'BinGOs' Williams2015-02-112-3/+8
| | | | | | | | | | [DELTA] 0.23 - 11 Feb 2015, H.Merijn Brand * Update copyright to 2015 * Add summary tests * Remove perl recommendation from META as it breaks cpan clients * Move repo to github
* Update Socket to CPAN version 2.017Chris 'BinGOs' Williams2015-02-104-17/+37
| | | | | | | | | | | | | | [DELTA] 2.017 2015/02/10 12:05:14 [CHANGES] * Added some more SO_* constants defined on Linux (thanks Ronald van Dorp) [BUGFIXES] * Remember to SvGETMAGIC in getnameinfo() (RT79557) * Quiet some compiler warnings (RT101495, RT100736) * Fix "Attempt to free unreferenced scalar" warnings (RT78626, et.al.)
* Update Encode to CPAN version 2.70Chris 'BinGOs' Williams2015-02-065-5/+151
| | | | | | | | | | | | | | | | | | | | | | | [DELTA] $Revision: 2.70 $ $Date: 2015/02/05 10:53:00 $ ! Makefile.PL add bin/encguess to EXE_FILES 2.69 2015/02/05 10:35:11 ! bin/encguess Refactored so that * does not depend on non-core module (File::Slurp in particular) * PODified document * -s "encA encB" to -s encA,encB which is more shell-friendly * and more ! MANIFEST + bin/encguess Pulled: Added CLI wrapper for Encode::Guess https://github.com/dankogai/p5-encode/pull/32 ! Unicode/Unicode.pm Pulled: Bump $VERSION in module changed since Encode-2.60 https://github.com/dankogai/p5-encode/pull/31
* Test-Simple Version Bump, 1.301001_098 (RC18)Chad Granum2015-01-3161-196/+1306
|
* Bump Encode::Unicode $VERSIONSteve Hay2015-01-311-1/+1
| | | | To keep Porting\cmpVERSION.pl --tag v5.20.1 happy.
* Bump $Encode::encoding::VERSIONSteve Hay2015-01-311-2/+2
| | | | Already noted as CUSTOMIZED by 3e669301f0 (which omitted the $VERSION bump).
* Bump Pod::PlainText $VERSIONSteve Hay2015-01-311-1/+1
| | | | To keep Porting\cmpVERSION.pl --tag v5.18.4 happy.
* Bump some CPAN $VERSIONsSteve Hay2015-01-318-9/+9
| | | | To keep Porting\cmpVERSION.pl --tag v5.18.4 happy.
* Upgrade Win32API-File from version 0.1201 to 0.1202Steve Hay2015-01-291-10/+10
|
* Update HTTP-Tiny to CPAN version 0.054Chris 'BinGOs' Williams2015-01-271-10/+19
| | | | | | | | | | | | | | [DELTA] 0.054 2015-01-27 07:18:19-05:00 America/New_York [ADDED] - Added more fallback paths to find CA files (thanks golang) [DOCUMENTED] - Fixed a typo
* Update Perl-OSType to CPAN version 1.008Chris 'BinGOs' Williams2015-01-271-3/+11
| | | | | | | | | | [DELTA] 1.008 2015-01-26 22:12:22-05:00 America/New_York [ADDED] - Added 'minix' as a Unix-type OS (Chris Williams)
* Merge upstream fix for C++ mode build of Win32API-FileSteve Hay2015-01-272-6/+7
| | | | | This is so we can have C++ mode builds on Windows without having to wait for a new CPAN release of Win32API-File.
* Update Win32 to CPAN version 0.51Chris 'BinGOs' Williams2015-01-262-2/+15
| | | | | | | | | | | | [DELTA] 0.51 [2015-01-26] - Win32-0.50 was released to CPAN from an out-dated Git repo, so didn't actually include the merged pull requests. 0.50 [2015-01-26] - add GetOSName support for Windows 8.1 (thanks to Tony Cook) [PR/6] - Fix build in C++ mode (thanks to Steve Hay and Daniel Dragan) [PR/7]
* Update B-Debug to CPAN version 1.23Chris 'BinGOs' Williams2015-01-261-1/+1
|
* [PATCH] update perlfaq to version 5.021009Karen Etheridge2015-01-2612-44/+53
| | | | | | | | | 5.021009 20152015-01-25 22:36:24Z * many updates to vendor and tool details in perlfaq3 (Michiel Beijen) * distribution version bumped to match the first blead version it will be included in (5.021009) Signed-off-by: Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
* Update CPAN-Meta-Requirements to CPAN version 2.132Chris 'BinGOs' Williams2015-01-243-4/+37
| | | | | | | | | | | [DELTA] 2.132 2015-01-22 17:09:19-05:00 America/New_York [FIXED] - Precision of version requirement "0.00" is preserved when merging requirements.
* Upgrade Encode from version 2.67 to 2.68Steve Hay2015-01-235-21/+31
|
* Update Filter::Util::Call to CPAN version 1.54.Matthew Horsfall2015-01-202-4/+5
|
* Update Pod-Simple to CPAN version 3.29James E Keenan2015-01-1838-171/+377
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [DELTA] 2015-01-13 David E. Wheeler <david@justatheory.org> * Release 3.29 NOTE: This will be the last release of Pod::Simple to support versions of Perl earlier than 5.6. Fixed test failure for unsupported encoding on Perl 5.6. Removed unnecessary dependency on constant. Reported by Petr Pisar (RT #85578). Many documentation and comment typos fixed by David Steinbrunner. Fixed issue when an encoding is declared via an '=encoding' directive *after* Pod::Simple has already detected an encoding. Thanks to Graham Knop for the patch and Patrice Dumas for the tests. Added '>&STDERR' as an output to better emulate Pod::Parser::parse_from_file(). Florent Angly. Tidied the description of the different Pod::Simple interfaces, with greater emphasis on the four different steps to subclassing. Florent Angly. Added the 'top_anchor' attribue to Pod::Simple::HTML, to allow specification of a custom top anchor format. Gabor Szabo. Fixed the text formatter to properly set the Text::Wrap overflow policy. Thanks to Nigel Metheringham for the fix! Fixed mis-matched quotation marks when adding JavaScript elements to the XHTML output. Patch from jonathancast. Fixed issues on EBCDIC. Patch from Karl Williamson (GitHub Pull Request #58). Fixed bug where the value passed to Pod::Simple::XHTML's html_css() method would be output twice. Thanks to Andrew Johnson for the report (RT #99303). Documented the 'recurse' attribute of Pod::Simple::Search. Thanks to Jim Keenan for the report (RT #91886). An error is no longer thrown when '=encoding' directives are found on subsequent lines. Instead, we now log a an error message, "Cannot have multiple =encoding directives" (RT #91757). The HTML and XHTML formatters now do a better job of preserving lines in 'begin html' blocks. Fixes a bug that dates from 2002 (Perl RT#9385, CPAN RT #91851). Collateral damage to 3 tests under ext/Pod-Html/.
* Module::Metadata 1.000026Karen Etheridge2015-01-172-12/+27
|