summaryrefslogtreecommitdiff
path: root/Porting
Commit message (Collapse)AuthorAgeFilesLines
* Remove x2pLeon Timmermans2014-05-291-1/+0
| | | | | This removes find2perl, s2p and a2p from core. They have all been released to CPAN as separate distributions.
* Revert "Upgrade Digest::SHA from version 5.88 to 5.91"Karl Williamson2014-05-281-1/+1
| | | | | | This reverts commit d3013bbfc3b14e06bdc794c44d15e95024343369, because it is breaking blead compiles of C++ because it is using 'class' as a formal parameter, and that is a reserved word in C++
* Revert "Upgrade Term::Cap from version 1.15 to 1.16"Karl Williamson2014-05-281-1/+1
| | | | | | | | | | | | | | | This reverts commit 60d2b2aebfceab38ad669bac181bb68e42c05cb2. because we are getting test failures in blead: ../cpan/podlators/t/basic.t (Wstat: 256 Tests: 15 Failed: 1) Failed test: 15 Non-zero exit status: 1 ../cpan/podlators/t/termcap.t (Wstat: 512 Tests: 4 Failed: 2) Failed tests: 3-4 Non-zero exit status: 2 I only bisected the first test to this commit, but it seems likely that the second test is from it too. We'll know soon enough
* Grammatical correction.James E Keenan2014-05-291-1/+1
|
* Update Term-ANSIColor to CPAN version 4.03Chris 'BinGOs' Williams2014-05-281-10/+4
| | | | | | | | | | | | | | | | | | | | [DELTA] Term::ANSIColor 4.03 (2014-03-23) Switch the module build system to Module::Build, but still generate a Makefile.PL file for backward compatibility and for the use of Perl core. Fix typo in SYNOPSIS (colorstrip example) and duplicated word. Thanks, Olivier Mengué and David Steinbrunner. (#85480, #94006) Skip POD and some other style tests unless doing automated or release testing. Skip POD spelling, coverage, and Perl::Critic tests unless doing author testing. Use the Lancaster Consensus environment variables instead of RRA_MAINTAINER_TESTS. (#93474) Add SEE ALSO reference to Win32::Console::ANSI. (#87295)
* Update CPAN-Meta to CPAN version 2.141170Chris 'BinGOs' Williams2014-05-281-1/+1
| | | | | | | | | | | | | | | | | | | | | | | [DELTA] 2.141170 2014-04-27 13:03:37-04:00 America/New_York [ADDED] - Added ability for CPAN::Meta::Converter to convert metadata fragments (incomplete portions of a metadata structure) [CHANGED] - Optimized internal use of JSON for datastructure cloning [FIXED] - Removed dependency on List::Util 1.33 [DOCUMENTED] - Clarified language around 'dynamic_config' in the Spec
* Upgrade Unicode::Normalize from version 1.17 to 1.18Steve Hay2014-05-281-8/+1
|
* Upgrade Unicode::Collate from version 1.04 to 1.07Steve Hay2014-05-281-1/+1
|
* Upgrade Term::Cap from version 1.15 to 1.16Steve Hay2014-05-281-1/+1
|
* Upgrade Digest::SHA from version 5.88 to 5.91Steve Hay2014-05-281-1/+1
|
* Update Test-Simple to CPAN version 1.001003Chris 'BinGOs' Williams2014-05-281-1/+1
| | | | | | | [DELTA] 1.001003 Fri Mar 21 21:12:32 PST 2014 * Doc updates for maintainer change
* Update autodie to CPAN version 2.25Chris 'BinGOs' Williams2014-05-281-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [DELTA] 2.25 2014-04-03 09:43:15EST+1100 Australia/Melbourne * DOCS: Spelling fixes in autodie::ScopeUtil (Courtesy Salvatore Bonaccorso) 2.24 2014-03-30 19:30:10EST+1100 Australia/Melbourne * FEATURE: Provide a stack backtrace when `Carp::Always` is enabled. Note that sometimes this is not as pretty as it could be, patches welcome. (Thanks to Niels Thykier, GH #35) * BUGFIX: Fix situations where `no autodie` doesn't respect lexical scope. (Thanks to Niels Thykier, GH #41, RT #72053, RT #86396) * INTERNAL: Remove now unused variables in code (Niels Thykier). * DOCS: Make it extra-clear autodie doesn't check `print`. (Dave Rolsky, GH #39) * TEST: Removed obsolete boilerplate.t * TEST / INTERNAL: Enabled travis-ci for Perl 5.8 * TEST: Stopped some Pod::Coverage tests failing under Perl 5.8 * BUILD: Better support for building in a read-only directory (courtesy Andrew Fresh, GH #46)
* Update Module-Metadata to CPAN version 1.000022Chris 'BinGOs' Williams2014-05-281-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | [DELTA] 1.000022 - 2014-04-29 - work around change in comparison behaviour in Test::More 0.95_01 by being more explicit with our tests - now explicitly checking the string form of the extracted version, rather than the entire version object - ensure the extracted version is returned as a version object in all cases (RT#87782, Randy Stauner) 1.000021 - 2014-04-29 - fix use of newer interface from File::Path, to avoid another prereq on older perls (Graham Knop, PR#7) - fixed all out of date prereq declarations 1.000020 - 2014-04-27 - new is_indexable() object method (ether, RT#84357) - eliminated dependency on IO::File (and by virtue, XS) - thanks, leont! - removed cruft in test infrastructure left behind from separation from Module::Build (ether) - repository moved to https://github.com/Perl-Toolchain-Gang/Module-Metadata - .pm file is now wholly ascii, for nicer fatpacking (RT#95086) - some code micro-optimizations (Olivier Mengué, PR#4)
* Harmonise dist/ versions for CPAN releasesChris 'BinGOs' Williams2014-05-271-7/+7
|
* Add epigraph for Perl 5.21.0.James E Keenan2014-05-271-0/+13
|
* Harmonise Module-CoreList version for CPAN releaseChris 'BinGOs' Williams2014-05-271-1/+1
|
* bump version to 5.21.1Ricardo Signes2014-05-274-33/+33
|
* remove Package-Constants from core perl distributionRicardo Signes2014-05-271-6/+0
|
* remove Module-Build from core perl distributionRicardo Signes2014-05-271-20/+0
|
* remove CGI.pm from core perl distributionRicardo Signes2014-05-271-13/+0
|
* add the 5.20.0 release epigraphRicardo Signes2014-05-271-0/+13
|
* bump version to 5.21.0Ricardo Signes2014-05-264-32/+32
|
* skip RC tags when checking versions diffsv5.20.0Graham Knop2014-05-261-2/+8
|
* Update PathTools version in PortingSteffen Mueller2014-05-231-1/+1
|
* bump version to 5.20.0, install 5.20 perldeltaRicardo Signes2014-05-125-3048/+36
|
* perldelta: mention the possible doom of EBCDICRicardo Signes2014-05-121-0/+5
|
* perldelta: standardize on Americanized spellingsRicardo Signes2014-05-121-1/+1
| | | | one document, one standard
* perldelta: crosslink to 5.18.0 delta for padrangeRicardo Signes2014-05-121-2/+3
|
* perldelta: nitpicksSHIRAKATA Kentaro2014-05-121-8/+8
|
* List::Gather now has a patch upstreamTony Cook2014-05-121-0/+4
|
* perl5200delta: Correct which gcc versions we add -fwrapv forDagfinn Ilmari Mannsåker2014-05-121-6/+6
|
* perldelta: Data::Clone 0.004 works correctly on bleadTom Hukins2014-05-121-5/+0
|
* [perl #121771] this new diagnostic was removed in 2e6f7c2a54Tony Cook2014-05-121-8/+0
|
* perldelta for 9625867354Tony Cook2014-05-121-0/+7
|
* remove a duplicate paragraphSHIRAKATA Kentaro2014-05-121-5/+0
|
* merge paragraphs about Intel C++ CompilerSHIRAKATA Kentaro2014-05-121-6/+3
|
* nitpicksSHIRAKATA Kentaro2014-05-121-9/+9
|
* perldelta: correct Configure args for COWRicardo Signes2014-05-121-2/+2
|
* perldelta: remove text duplicated mere lines aboveArthur Axel 'fREW' Schmidt2014-05-121-6/+0
|
* perldelta: it will be perl520.dll, not perl519.dllArthur Axel 'fREW' Schmidt2014-05-121-1/+1
|
* perldelta: better tense for mentioning an old versionArthur Axel 'fREW' Schmidt2014-05-121-1/+1
|
* perldelta: mark subroutine signatures as experimentalArthur Axel 'fREW' Schmidt2014-05-121-1/+1
|
* khw perl52000 changesKarl Williamson2014-05-121-15/+29
|
* perldelta: remove some XXX todo textRicardo Signes2014-05-121-11/+0
|
* perldelta: group regexp fixesRicardo Signes2014-05-121-199/+205
|
* perldelta: group lexical subroutine fixesRicardo Signes2014-05-121-38/+46
|
* perldelta: group debugger fixesRicardo Signes2014-05-121-60/+53
|
* remove notice of changes entirely internal to 5.19.xRicardo Signes2014-05-121-71/+6
|
* incorporate perl51911delta into perl5200deltaRicardo Signes2014-05-121-3/+85
|
* perldelta: edit up through but not including Selected Bug FixesRicardo Signes2014-05-121-168/+94
|