summaryrefslogtreecommitdiff
path: root/MANIFEST
Commit message (Collapse)AuthorAgeFilesLines
* Update DB_File to CPAN version 1.843Chris 'BinGOs' Williams2018-12-231-0/+4
| | | | | | | | | | | | | | | [DELTA] 1.843 2 November 2018 * hints file (sourced from http://cvsweb.netbsd.org/bsdweb.cgi/pkgsrc/lang/perl5/files/) Highlighed by Sevan Janiyan <venture37@geeklan.co.uk> hints/bitrig.pl hints/netbsd.pl hints/minix.pl hints/openbsd.pl
* Thoroughly test paragraph modeJames E Keenan2018-12-191-0/+1
| | | | For: RT # 133722
* New perldelta for 5.29.7Abigail2018-12-181-0/+1
|
* (perl #133706) remove exploit code from StorableTony Cook2018-12-051-1/+0
| | | | | | | | Storable packaged the metasploit framework code for CVE-2015-1592, which triggered virus scanners. To prevent that remove the packaged exploit code and test for the underlying structure we trigger the warning on.
* Import perl5263delta.pod and perl5281delta.podSteve Hay2018-11-291-0/+2
|
* new perldelta for 5.29.6Karen Etheridge2018-11-201-0/+1
|
* (perl #132147) add tests for corrupt files from ticketsTony Cook2018-11-191-0/+1
|
* Enable LGTM.com integrationDominic Hargreaves2018-11-141-0/+1
| | | | | Committer: Update MANIFEST. Provide additional email address for contributor.
* Add minix hints to MANIFESTH.Merijn Brand2018-10-301-0/+1
|
* Create new perldelta for 5.29.5-to-beAaron Crane2018-10-201-0/+1
|
* Fatalize use of $* and $#James E Keenan2018-10-171-0/+1
| | | | | | | | Adapt tests in various files to removal of these variables. Add t/lib/croak/gv to test fatalizations of $# and $* -- tests therein adapted from tests formerly in t/lib/warnings/gv. Per: RT # 133583
* Remove support for setting $[ to a non-zero valueDagfinn Ilmari Mannsåker2018-09-261-17/+1
| | | | This removes arybase and all its surrounding machinery.
* Remove B::Debug from core distribution.James E Keenan2018-09-251-2/+0
| | | | | | | | | | It continues to exist as a CPAN distribution. Increment $B::Terse::VERSION and $B::Concise::VERSION due to changes in POD. Remove internal links to B::Debug within two .pod files. For: RT #130410
* new perldelta for 5.29.4John SJ Anderson2018-09-201-0/+1
|
* Remove Locale-Codes from Perl 5 core distribution.Sullivan Beck2018-08-221-71/+0
| | | | For: RT 133458
* new perldelta for 5.29.3Chris 'BinGOs' Williams2018-08-201-0/+1
|
* Synch with CPAN Test-Simple 1.302140.Chad Granum2018-08-171-0/+1
| | | | Addressing RT 133382.
* Add dist/Devel-PPPort/MANIFEST.SKIP to MANIFESTSteve Hay2018-07-251-0/+1
|
* Use Unicode 11.0Unicode Consortium2018-07-201-0/+2
| | | | This completes the process of upgrading to Unicode 11.0.
* Create new perldelta for 5.29.2Steve Hay2018-07-201-0/+1
|
* Adding MANIFEST for StorableSawyer X2018-07-191-0/+1
|
* Update MANIFEST for Devel::PPPortSawyer X2018-07-191-0/+1
|
* Merge branch 'devel-ppport-reorder' into bleadSawyer X2018-07-191-0/+1
|\
| * Add documentation to Devel::PPPort (and fix MANIFEST)H.Merijn Brand2018-04-191-0/+1
| | | | | | | | And increase the version
* | Upgrade Test::Simple from version 1.302136 to 1.302138Steve Hay2018-07-161-0/+1
| |
* | Upgrade DB_File from version 1.841 to 1.842Steve Hay2018-07-161-0/+1
| |
* | Update Config::Perl::V to 0.30H.Merijn Brand2018-07-041-0/+1
| |
* | Upgrade Math::BigRat from version 0.2613 to 0.2614Steve Hay2018-07-041-2/+0
| |
* | Upgrade podlators from version 4.10 to 4.11Steve Hay2018-07-031-0/+12
| | | | | | | | (This includes the former blead customization.)
* | new perldelta for 5.29.1Sawyer X2018-06-271-0/+1
| |
* | Add per5280delta.pod to MANIFESTSawyer X2018-06-221-0/+1
| |
* | update with perl527*delta removalDavid Mitchell2018-05-211-12/+0
| | | | | | | | | | Update a few build files so that they know that the perl527*delta.pod files no longer exist.
* | Remove symlink and MANIFEST entrySawyer X2018-05-201-1/+0
| |
* | Fixes for 5.28.0Sawyer X2018-05-201-0/+1
| |
* | new perldelta for 5.27.12 or 5.28.0Sawyer X2018-04-201-0/+1
| |
* | Use a perfect hash for Unicode property lookupsKarl Williamson2018-04-201-1/+1
| | | | | | | | | | | | The previous commits in this series have been preparing to allow the Devel::Tokenizer::C code to be swapped out for the much smaller perfect hash code.
* | Add regen/mph.pl for generating a perfect hashYves Orton2018-04-201-0/+1
| | | | | | | | | | | | | | | | | | This is copied unchanged from github, https://github.com/demerphq/uni_prop_parser.git where it is more of a stand-alone program. Later commits will customize it for perl use.
* | Bring all Unicode property definitions into coreKarl Williamson2018-04-201-0/+1
|/ | | | | | | | | | | This commit causes the looking up of \p{} Unicode properties to be done without having to use the swash mechanism.s, with certain exceptions. This will all be explained in the merge commit. This commit uses Devel::Tokenizer::C to generate the code that turns the property string as keywords into numbers that can be understood by the computer. This mechanism generates relatively large code. The next commits will replace this with a smaller mechanism.
* Import perl5244delta.pod and perl5262delta.podSteve Hay2018-04-141-0/+2
|
* Update Config::Perl::V with test on 5.27.11 (rsync version)H.Merijn Brand2018-04-121-1/+2
|
* delete unreliable test of Carp crash avoidanceZefram2018-03-301-1/+0
| | | | | | | | | | | | | rt52610_crash.t was introduced by commit 4764858cb80e76fdba33cc1b3be8fcdef26df754, and is predicated on the mythical effectiveness of that commit's code change in avoiding stack-not-refcounted crashes, an effectiveness also expressed in that commit's very inaccurate commit message. In fact the code change will avoid *some* crashes, but cannot guarantee to avoid crashing in any particular situation of the kind that it targets. It is therefore not possible to have a test for it avoiding a stack-not-refcounted crash, with any expectation that the test would reliably pass or even reliably avoid crashing. rt52610_crash.t must therefore be deleted.
* New Perldelta for 5.27.11Todd Rinaldo2018-03-201-0/+1
|
* Upgrade Test-Harness from version 3.39 to 3.41Todd Rinaldo2018-03-191-0/+1
| | | | | | | [DELTA] 3.42 19-03-2018 - Enable rulesfile.t to run in core
* Upgrade Test-Harness from version 3.39 to 3.41Todd Rinaldo2018-03-181-0/+3
| | | | | | | | | | | | | | | | | | [DELTA] 3.41 27-02-2018 - Released 3.40_01 without code modifications 3.40_01 23-07-2017 - Return handle for pipes and sockets #58 (Erik Huelsmann) - TAP v13 plan allows trailing whitespace (Steffen Schwigon) - prove: add a --statefile=<path> option to customize the .prove file (Ævar Arnfjörð Bjarmason) - Avoid non-deterministic source handling, make a SourceHandler tie an error. (Michael Schwern, Leon Timmermans) - Fix and simplify MSWin32 colorization (Roy Ivy III) - Fix file source handler to accept single extensions option (Tomoki Aonuma) - Spelling fixes (Brian Wightman)
* Upgrade Scalar::Util from version 1.49 to 1.50Todd Rinaldo2018-03-181-0/+2
| | | | | | | | | | | | | | | | | | [DELTA] 1.50 -- 2018-02-20 19:13:27 [CHANGES] * Added head() and tail() functions (thanks preaction) * Support binary and Unicode in symbol names for set_subname() [BUGFIXES] * Fix building with C++ and C89 compilers * Fix uniq() test for old Test::More * Fix example get_code_info for unnamed subs (RT#116962) * Fixes for symbol names containing ' characters * Don't leak SVs from sum0/product1 when called with zero args (RT#124017) * Use sv_rvunweaken() in Scalar::Util::unweaken() (thanks ilmari) * Misc. fixes for perl 5.6
* Upgrade Test-Simple from version 1.302122 to 1.302133Todd Rinaldo2018-03-181-0/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [DELTA] 1.302133 2018-03-11 12:48:37-07:00 America/Los_Angeles - No changes since last trial 1.302132 2018-03-09 15:43:51-08:00 America/Los_Angeles (TRIAL RELEASE) - Add method to validate facet data - Add Test2::Event::V2 event class, and context helpers - Improve how events handle facets - Break out meta_facet_data - Document and fix Facets2Legacy - Fix nested and in_subtest to look at hub facets - Fix event->related and trace with uuid 1.302131 2018-03-07 09:36:16-08:00 America/Los_Angeles (TRIAL RELEASE) - Make sure event puts the uuid into the about facet 1.302130 2018-03-07 08:07:54-08:00 America/Los_Angeles - No changes since last trial 1.302129 2018-03-06 13:43:22-08:00 America/Los_Angeles (TRIAL RELEASE) - Make hubs tag events with a new facet 1.302128 2018-03-05 09:26:53-08:00 America/Los_Angeles - No changes since the trial 1.302127 2018-03-02 12:43:56-08:00 America/Los_Angeles (TRIAL RELEASE) - Fix missing UUID in Test::Builder subtests 1.302126 2018-03-01 23:15:52-08:00 America/Los_Angeles (TRIAL RELEASE) - Add optional UUID tagging 1.302125 2018-02-21 23:10:39-08:00 America/Los_Angeles - No changes since trial 1.302124 2018-02-13 22:02:48-08:00 America/Los_Angeles (TRIAL RELEASE) - Fix a test to skip without threads 1.302123 2018-02-13 21:39:31-08:00 America/Los_Angeles (TRIAL RELEASE) - Make it possible to disable IPC
* PATCH: [perl #132163] regex assertion failureKarl Williamson2018-03-061-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | The original test case in this ticket has already been fixed; but modifying it slightly showed some other issues that are now fixed by this commit. The deepest problem is that this code in some paths creates a string to parse instead of the original pattern. And in some cases, it's not even the original pattern, but something that had already been created to parse instead of the pattern. Any messages that are raised should be output in terms of the original. regcomp.c already has the infrastructure to handle the case where a message is raised during parsing of a constructed string, but it can't handle a 2nd level constructed string. That was what led to the segfault in the original ticket. Unrelated fixes caused the original ticket to no longer be applicable, and so this fix adds tests for things still would cause a problem. The method chosen here is to just make sure that the string constructed here to parse is error free, so no messages will be raised. Instead it does the error checking as it constructs the string, so if what is being parsed to construct a new string is an already constructed one, the existing infrastructure handles outputting the message relative to the original pattern. Since what is being parsed is a series of hex numbers, it's easy to find out what their values are: just accumulate a total, shifting 4 bits each time through the loop. A side benefit is that this fixes some unreported bugs dealing with an input code point that overflows. Prior to this patch, it would error ungracefully.
* New Perldeltareneeb2018-03-021-0/+1
|
* Carp: Avoid run-time mods; StrVal workaroundsFather Chrysostomos2018-02-271-0/+1
| | | | | | | | | | | | | | | | | | | | | | | Carp needs to avoid loading modules while reporting errors, because it may be invoked via $SIG{__DIE__} after a syntax error, when BEGIN blocks are forbidden. Before this commit (as of v5.27.8-360-gc99363a) it was doing just that for reference arguments within stack traces. That means we either need to load overload.pm at start-up so that overload::StrVal is already available, or avoid overload::StrVal altogether. It turns out that various versions of overload::StrVal have their own problems that prevent Carp from using them (out- lined in the comments added to Carp.pm and also described at <https://rt.perl.org/Ticket/Display.html?id=132902#txn-1535564>). So we now follow two approaches: If overloading.pm is available, use that; otherwise, use a hideous workaround inspired by ancient imple- entations of overload::StrVal and Scalar::Util::blessed, while avoid- ing the bugs in those old versions.
* [perl #132910] Carp: Avoid ->canFather Chrysostomos2018-02-251-0/+2
| | | | | | | | If a module has its own ‘can’ (or even UNIVERSAL::can) implementation, it may impede Carp’s use of ->can to detect overloading. Instead, use UNIVERSAL::can directly, or, in the presence of an override, use overload::mycan. Don’t use overload::Overloaded, since old versions of overload call ->can.