summaryrefslogtreecommitdiff
path: root/Porting
Commit message (Collapse)AuthorAgeFilesLines
* Added my choice of epigraph for 5.35.2Neil Bowers2021-08-191-0/+6
|
* Check off 5.35.2 in release scheduleJames E Keenan2021-08-131-1/+1
|
* Regen Configure and Glossary after backport of xlocale.h additionH.Merijn Brand2021-08-111-2/+30
|
* only #include <xlocale.h> when it is actually neededTony Cook2021-08-111-0/+1
| | | | | | | | | | | This header was originally only needed for builds on darwin and FreeBSD, but was being included whenever it was detected. This has caused problems when what was an internal header was removed (from glibc) and in general wasn't needed anyway. On FreeBSD only localeconv_l() requires xlocale.h, so we test specifically for that.
* Add MAIN_MODULE to Porting/Maintainers.plAristotle Pagaltzis2021-08-062-8/+12
|
* Porting/sync-with-cpan: remove redundant variableAristotle Pagaltzis2021-08-061-2/+1
|
* Text-Tabs+Wrap: Sync with CPAN version 2021.0804Aristotle Pagaltzis2021-08-051-1/+1
| | | | | | | | | | | | | | | | | | | | 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+Wrap: Prepare to synch with CPANJames E Keenan2021-08-051-3/+3
| | | | | | Because (i) the CPAN contributor who is releasing this distribution upstream and (ii) the EXCLUDED condition has changed, we need to manually edit this file before running Porting/sync-with-cpan.
* Porting/sync-with-cpan: handle weird tarball basedir namesAristotle Pagaltzis2021-08-051-1/+1
| | | | | | This was failing to map new Text::Tabs releases properly because its distname is Text-Tabs+Wrap and interpolating it into a pattern without quoting causes the `+` to be misinterpreted as a quantifier.
* perlgov-team-update: cope with non-ASCII contentRicardo Signes2021-08-021-2/+8
|
* Porting/README.pod: add the new Porting filesRicardo Signes2021-08-021-0/+10
|
* perlgov-team-update: to generate new perlgov member listingRicardo Signes2021-08-021-0/+26
| | | | | I hate this program. I had a hard time clearing my mind to write it, so it is bad, but it works.
* core-team: canonical machine-readable listRicardo Signes2021-08-021-0/+35
| | | | for use in generating perlgov, sending ballots, and so on
* Add perlgov vote administrator guide to PortingDavid Golden2021-08-012-0/+195
| | | | | This commit adds a guide to perlgov vote administrators for how to run Perl Steering Council elections.
* Update Archive-Tar to CPAN version 2.40Chris 'BinGOs' Williams2021-07-271-1/+1
| | | | | | | | [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-251-0/+1
|
* Bump the perl version in various places ready for 5.35.3Neil Bowers2021-07-244-33/+33
|
* Upgraded Encode from 3.08 to 3.10Neil Bowers2021-07-221-1/+1
|
* version of Devel::PPPort wasn't bumped when mergingNeil Bowers2021-07-221-1/+1
| | | | | | | When ATOOMIC merged his CPAN release of ATOOMIC/Devel-PPPort-3.63.tar.gz into blead, he didn't bump the version number in Porting/Maintainers.pl So Porting/core-cpan-diff reported it as needing an upgrade. That's how it seemed to me, anyway!
* Upgraded Math::BigRat, Math::BigInt::FastCalc, Math::BigInt, & bignumNeil Bowers2021-07-221-4/+9
| | | | | They have interdependencies that require at least these versions, so needed to be added together.
* CPAN and Core match at Data-Dumper-2.183Chris 'BinGOs' Williams2021-07-171-1/+1
|
* Sync DB_File with CPAN version 1.856Paul Marquess2021-07-171-1/+1
| | | | | | | | | | From Changes: 1.856 22 June 2021 * Ensure that all *.bak files are cleaned up https://github.com/pmqs/DB_File/pull/9 96bcf494625897ab4fcda322481dd6f730bdb668
* Reformatted Data-Dumper Changes as per CPAN::Changes::SpecNeil Bowers2021-06-301-1/+2
| | | | | | | | | | | | | This means that tools can parse this, and in particular MetaCPAN will list the changes when you look at the dist/release page for Data-Dumper. dist/Data-Dumpers/Changes used to be in pod, with a known pod issue, so that's now dropped. Updated AUTHORS and checkAUTHORS, as my github account has an email address not currently known, but it's my prime email address for Perl stuff.
* Pod::Simple: synch with CPAN version 3.43Karl Williamson2021-06-291-1/+1
|
* Update Module::CoreList for 5.35.2Max Maischein2021-06-201-1/+1
|
* Bump the perl version in various places for 5.35.2Max Maischein2021-06-204-33/+33
|
* Tick the entry for 5.35.1 in release_schedule.podMax Maischein2021-06-201-1/+1
|
* Update epigraphs.podMax Maischein2021-06-201-0/+23
|
* use www.cpan.org, not ftp.funet.fi, to check the CPANRicardo Signes2021-06-132-5/+5
|
* CPAN mirror list: stop building oneRicardo Signes2021-06-132-94/+0
|
* Update Socket from CPAN to 2.032Max Maischein2021-06-131-1/+1
|
* Configure: apply recent metaconfig changesKarl Williamson2021-06-121-0/+4
| | | | Several new probes have been added.
* Configure changes for HAS_NON_INT_BITFIELDSKarl Williamson2021-06-121-0/+1
| | | | | | | | | | | This probe has been available without my realizing it had been merged. Some compilers, chiefly IBM, use only integer-size bitfields, warning when presented with other-sized ones. Allowing other-sized fields is an extension to the C standard. These warnings don't affect the correctness of the code generated, but very many are generated per run, potentially overwhelming the reader into not noticing warnings that are important.
* Synch with CPAN version 1.30Tomoyuki Sadahiro2021-06-061-1/+1
| | | | Per https://rt.cpan.org/Ticket/Display.html?id=133952
* Porting/docs-team-charter.pod: the docs team charterRicardo Signes2021-05-312-0/+125
|
* Happy World Digestive Health DayChris 'BinGOs' Williams2021-05-291-1/+1
|
* Data::Dumper 2.180 was released on 2021-05-26.Nicholas Clark2021-05-261-1/+1
|
* Update version from CPAN to 0.9929Todd Rinaldo2021-05-241-6/+2
| | | | | | | | [DELTA] 0.9929 * Upgrade to ppport 3.62 * Import fix for core build warning
* Update Maintainers.PL with experimental version info from 0.022 to 0.24Max Maischein2021-05-241-1/+1
| | | | | | This has no actual changes, since the changes were imported with acd998d76362b480eb8e517c712de155d2659d03 , but didn't update Maintainers.PL
* mark test modules (found in ext/*/t/) as no_indexTony Cook2021-05-241-1/+5
| | | | fixes #18632
* Update Test::Simple from 1.302183 to 1.302185Max Maischein2021-05-231-1/+1
|
* Add dry-run option "-n" to Porting/makemeta, documentationMax Maischein2021-05-231-4/+36
|
* Bump the perl version in various places for 5.35.1Max Maischein2021-05-234-33/+33
| | | | | Ideally, this would've been done earlier in the process of developing 5.35, but here we are
* Update entry for dist/Data-DumperJames E Keenan2021-05-221-1/+1
| | | | | | Corion reported discrepancy in output of 'Porting/core-cpan-diff -x -a'. We have most recent version (2.180) both in dist/ and out on CPAN, but apparently the entry in Maintainers.pl didn't get updated.
* Update Scalar-List-Utils to 1.56Max Maischein2021-05-221-1/+1
|
* release schedule: schedule a few months outRicardo Signes2021-05-211-14/+12
|
* All gravyChris 'BinGOs' Williams2021-05-211-1/+1
|
* Update perlfaq to CPAN version 5.20210520Karen Etheridge2021-05-201-1/+1
| | | | | | | [DELTA] 5.20210520 2021-05-20 04:16:03Z * faq5: remove suggestion to use read() for slurping (PR#96, Dan Book)
* release schedule: out with v5.33, in with v5.35Ricardo Signes2021-05-201-13/+14
| | | | This file will need further updating.
* update the epigraphs file with v5.35.0 epigraphRicardo Signes2021-05-201-0/+7
|