summaryrefslogtreecommitdiff
path: root/META.json
Commit message (Collapse)AuthorAgeFilesLines
* Bump version for 5.37.12Steve Hay2023-04-201-1/+1
|
* Bump version to 5.37.11, update Module-CoreListYves Orton2023-03-211-1/+1
| | | | | | | | | | Module-CoreList was synced with CPAN and had its version in Porting/Maintainers.pl updated. Module-CoreList was also updated by running: ./perl -Ilib Porting/corelist.pl cpan With some manual fixups afterwards to make it pass test.
* Bump the perl version in various places for 5.37.10Karen Etheridge2023-02-201-1/+1
|
* bump version for 5.37.9reneeb2023-01-211-1/+1
|
* update JSON::PP to 4.16reneeb2023-01-191-1/+1
|
* cpan/JSON-PP - Update to version 4.13, more features faster parallel testsYves Orton2022-12-261-1/+1
|
* Bump the perl version in various places for 5.37.8Richard Leach2022-12-201-1/+1
|
* Bump the perl version in various places for 5.37.6Max Maischein2022-11-201-1/+1
|
* Bump the perl version in various places for 5.37.6Todd Rinaldo2022-10-241-1/+1
|
* JSON::PP: Synch with CPAN version 4.12Kenichi Ishigaki2022-10-101-1/+1
| | | | | | | | | From Changes: Call unimport overload first to silence warnings. (https://github.com/makamaka/JSON-PP/issues/76, haarg++) Committer: To keep 'make test_porting' happy, run: cd t; ./perl porting/regen.t; cd - ./perl -Ilib Porting/makemeta -j
* Move Math-Complex from cpan/ to dist/Karl Williamson2022-10-011-0/+1
| | | | This module is now being maintained by p5p now.
* Bump the perl version in various places for 5.37.5Karen Etheridge2022-09-201-1/+1
|
* Bumping perl version in various places for 5.37.4Neil Bowers2022-08-201-1/+1
|
* Sync JSON::PP with CPAN 4.11Graham Knop2022-08-081-1/+1
| | | | | | | | | | | From Changes: - restored core boolean support This changes how boolean values are serialized to use true or false for values that perl thinks are booleans. This is likely to have some impact on code that is expecting a specific encoding of structures including these values.
* Bump version to 5.37.3Nicolas R2022-07-211-1/+1
|
* JSON-PP: Sync with CPAN version 4.10Kenichi Ishigaki2022-06-271-1/+1
| | | | | | | | | | | | | | | | | | | From Changes: 4.10 2022-06-24 - fix a regression of decode_error introduced at 4.08 (GH#75, reported by andk++) - convert all tests to use Test::More (GH#70, haarg++) 4.09 2022-05-22 - reverted core boolean support for now (GH#72) - incr_parse() Hangs on Certain Inputs (GH#67, DabeDotCom++) - silence warnings about non-characters on older perls (GH#68, haarg++) 4.08 2022-04-10 - remove unneeded utf8::upgrade and downgrade (GH#59, FGasper++) - core boolean support (GH#62, 63, haarg++) - EBCDIC support (GH#64, khwilliamson++) - shorten a test name (GH#65, khwilliamson)
* Dump perl version everywhere to 5.37.2Matthew Horsfall2022-06-201-1/+1
| | | | | This attempted to change sv_inline.h, but those were clearly wrong!
* bump version to v5.37.1: now open for businessRicardo Signes2022-05-271-1/+1
|
* regen for version bumpRicardo Signes2022-05-271-1/+1
|
* bump version to v5.37.0Ricardo Signes2022-05-271-1/+1
|
* META.json: regen for 5.36.0v5.36.0Ricardo Signes2022-05-261-1/+1
|
* release prep for v5.36.0: regenerate filesRicardo Signes2022-05-201-1/+1
|
* bump version to v5.36.0 (RC0)Ricardo Signes2022-05-201-1/+1
|
* Bump version for 5.35.12Steve Hay2022-04-201-1/+1
|
* Bump version for 5.35.11Sawyer X2022-03-201-1/+1
|
* bump version for 5.35.10reneeb2022-02-201-1/+1
|
* Bump the perl version in various places for 5.35.9Nicolas R2022-01-201-1/+1
|
* Make spelling of values for 'FILES' consistentJames E Keenan2022-01-101-49/+2
| | | | | | | | | | | While developing a program which require-s Porting/Maintainers.pl for the data in %Modules, I noticed that the entries for two modules' 'FILES' key-value pairs were spelled with a trailing slash. All other 'FILES' KVPs omitted the trailing slash. For consistency, let's omit the trailing slash. Once that's done, two invocations of "./perl -Ilib Porting/makemeta -y" were needed to make 'make test_porting' happy.
* Bump the perl version in various places for 5.35.8Neil Bowers2021-12-211-1/+1
|
* Updated dual-life modules for 5.35.7Neil Bowers2021-12-201-1/+1
|
* Bump the perl version in various places for 5.35.7Richard Leach2021-11-211-1/+1
|
* Bump version to 5.35.6Leon Timmermans2021-10-211-1/+1
|
* Bump versions from v5.35.4 to v5.35.5Matthew Horsfall2021-09-201-1/+1
|
* Bump the perl version in various places for 5.35.4Karen Etheridge2021-08-221-1/+1
|
* Bump the perl version in various places ready for 5.35.3Neil Bowers2021-07-241-1/+1
|
* Bump the perl version in various places for 5.35.2Max Maischein2021-06-201-1/+1
|
* mark test modules (found in ext/*/t/) as no_indexTony Cook2021-05-241-0/+34
| | | | fixes #18632
* Bump the perl version in various places for 5.35.1Max Maischein2021-05-231-1/+1
| | | | | Ideally, this would've been done earlier in the process of developing 5.35, but here we are
* Bump to 5.35.0:Sawyer X2021-05-211-2/+2
| | | | | | * Apparently, first you bump, then you update perldelta. * 5.35.0 *might* be released tomorrow (likely) but not certainly. * I've set it to tomorrow so Module::CoreList won't be upset.
* update metaSawyer X2021-05-151-1/+1
|
* Bump version to RC2v5.34.0-RC2Sawyer X2021-05-151-1/+1
|
* Update METASawyer X2021-05-051-1/+1
|
* Update META filesv5.34.0-RC1Sawyer X2021-05-041-1/+1
|
* make regen_metaSawyer X2021-05-041-1/+1
|
* Bump perl version in various places for 5.34.0Sawyer X2021-05-041-1/+1
|
* Bump the Perl version to 5.33.9Nicolas R2021-03-201-1/+1
|
* bump version to 5.33.8reneeb2021-02-201-1/+1
|
* Update JSON-PP to CPAN version 4.06Chris 'BinGOs' Williams2021-02-191-1/+1
| | | | | | | | [DELTA] 4.06 2021-01-24 - fix return values of boolean_values for compatibility (yahermann++)
* Bump version to 5.33.7Richard Leach2021-01-211-1/+1
|
* regen META.jsonPaul "LeoNerd" Evans2021-01-041-0/+1
|