summaryrefslogtreecommitdiff
path: root/dist
Commit message (Collapse)AuthorAgeFilesLines
* [perl #74798] test Data::Dumper with all latin1 charactersSlaven Rezic2010-09-271-2/+29
|
* [perl #78088] [PATCH] Upgrade to threads 1.81Jerry D. Hedden2010-09-284-12/+93
| | | | | | | [DELTA] The attached patch makes the CPAN distribution of 'threads' compatible with with v5.13.2 and later.
* Revert "From: Todd Rinaldo <toddr@cpanel.net>"Father Chrysostomos2010-09-264-205/+11
| | | | This reverts commit 213a5d2cb3aa3b5c246b024e7e9c9903eba9decf.
* From: Todd Rinaldo <toddr@cpanel.net>Father Chrysostomos2010-09-264-11/+205
| | | | | | | | | | | | | Locale::Maketext - Import dev changes from CPAN This patch imports the changes which are on CPAN but not already pulled into blead for Locale::Maketext. 1. New test file t/70_fail_auto.t - Test for CPAN RT #25877 2. Convert t/30_local.t to Test::More (the other files were already done in blead. This one was missed. 3. Add a cookbook pod file. 4. Changelog entries which were on CPAN but not in blead.
* Data::Dumper version bump and perldeltaFather Chrysostomos2010-09-262-2/+7
|
* $ perl5.6.2 -MData::Dumper -le' Data::Dumper->Dumpxs([*{*STDERR{IO}}])'Father Chrysostomos2010-09-262-2/+7
| | | | | | | Bus error Same in 5.11.4. This is related to bug 71254. It turns out that globs *can* stringify emptily (see bug 65582). This patch makes DD more resilient.
* Update if to CPAN version 0.06Chris 'BinGOs' Williams2010-09-251-2/+2
| | | | | | [DELTA] Change to the documented email address
* Locale::Maketext version bump; MANIFEST, ChangeLog, perldelta updatesFather Chrysostomos2010-09-252-1/+21
|
* This patch with tests resolves CPAN RT #40727. The issue is an infi-Todd Rinaldo2010-09-252-7/+29
| | | | | | | | | nite loop during _compile when working with tainted values. The issue was triggered by perlbugs 60378,27344. Both have been resolved but they are still broken in perl 5.12.x and earlier. The patch simply assigns $_[1] to a variable and uses that from then on.
* Fis various Math::BigInt spelling mistakesgregor herrmann2010-09-244-7/+7
|
* [perl #78000] [PATCH] Upgrade to threads 1.79Jerry D. Hedden2010-09-245-11/+119
| | | | | | Attached is a revised patch to upgrade to v1.79. I needed to fix the tests in the newly added t/kill2.t file. The blead version will be 1.79_01.
* Let B::Deparse know about the [perl #20444] fix.Father Chrysostomos2010-09-202-2/+19
| | | | | | | | | | | | | | | With the previous commit: $ ./perl -Ilib -MO=Deparse -e'"foo" =~ (1?/foo/:/bar/)' 'foo' =~ /foo/; -e syntax OK So the Deparse output no longer matches what perl does. With this commit: $ ./perl -Ilib -MO=Deparse -e'"foo" =~ (1?/foo/:/bar/)' 'foo' =~ ($_ =~ /foo/); -e syntax OK
* Upgrade PathTools to 3.33Steffen Mueller2010-09-2010-10/+10
| | | | | This is just a version bump to make the versions in blead and CPAN match.
* Add (?^...) regex constructKarl Williamson2010-09-201-1/+1
| | | | | | | | | | | | | | | | | | This adds (?^...) to signify to use the default regex modifiers for the cluster or embedded pattern-match modifier change. The major purpose of this is to simplify regex stringification, so that "^" is output in place of "-xism". As a result, the stringification will not change in the future when new regex modifiers are added, so tests, etc. that rely on a particular stringification will have to change now, but never again. Code that needs to work properly with both old- and new-style regexes can use something like the following: # Accept both old and new-style stringification my $modifiers = (qr/foobar/ =~ /\Q(?^/) ? '^' : '-xism'; This construct is Ben Morrow's idea.
* Upgrade PathTools from version 3.31_02 to 3.32Florian Ragwitz2010-09-2010-11/+12
|
* Removed the superfluous META.yml from Module-CoreListChris 'BinGOs' Williams2010-09-191-21/+0
|
* Update Module::CoreList for Perl 5.13.5Steve Hay2010-09-193-20/+663
|
* Bump VERSION in threads-sharedSteve Hay2010-09-191-1/+1
| | | | The XS file has been changed since 5.13.4
* if.pm is upstream bleadFlorian Ragwitz2010-09-162-0/+93
|
* Synchronize Module-CoreList's META.ymlFlorian Ragwitz2010-09-151-10/+18
| | | | I wish it would just be deleted. Apparently no one ever uses the one in blead.
* Upgrade bignum from version 0.24 to 0.25Florian Ragwitz2010-09-153-3/+3
|
* Upgrade Math::BigInt::FastCalc from 0.21 to 0.22Florian Ragwitz2010-09-141-1/+1
|
* Upgrade Math::BigInt from version 1.93 to 1.95Florian Ragwitz2010-09-141-2/+2
|
* Upgrade Math::BigInt from version 1.92 to 1.93Florian Ragwitz2010-09-134-4/+4
|
* Make Math-BigInt require perl 5.6.2Florian Ragwitz2010-09-133-3/+3
| | | | | It has been broken on 5.6.1 and earlier for quite some time now, and it isn't clear why. If anyone wants 5.6.2 support back, patches are welcome.
* Bump Safe's VERSION to 2.28Rafael Garcia-Suarez2010-09-133-3/+7
|
* Avoid infinite loop in _find_code_refs.Rafael Garcia-Suarez2010-09-132-2/+17
| | | | Patch by Yasushi Nakajima (rt.cpan.org #61262)
* Remove obsolete test boilerplate from Math::BigInt::FastCalc.Nicholas Clark2010-09-112-22/+6
|
* Convert Math::BigInt::FastCalc tests from Test to Test::More.Nicholas Clark2010-09-112-203/+187
|
* Convert Math::BigInt tests from Test to Test::More.Nicholas Clark2010-09-1035-1155/+945
|
* Remove obsolete core test directory boilerplate from Math::BigInt.Nicholas Clark2010-09-1046-776/+56
| | | | | | | This was only needed for testing in the core, when the core's tests all ran the top level t/ directory. Without this getting in the way, we don't need t/TEST and t/harness to run the tests with absolute paths in @INC. Testing in the CPAN distribution is unaffected.
* Convert bignum tests from Test to Test::More.Nicholas Clark2010-09-109-223/+146
|
* Remove redundant lexicals from 3 bignum tests that require t/infnan.inc.Nicholas Clark2010-09-103-6/+0
|
* Remove obsolete core test directory boilerplate from bignum.Nicholas Clark2010-09-1020-148/+15
| | | | | | | This was only needed for testing in the core, when the core's tests all ran in the top level t/ directory. Without this getting in the way, we don't need t/TEST and t/harness to run the tests with absolute paths in @INC. Testing in the CPAN distribution is unaffected.
* Upgrade Data::Dumper to 2.128Steffen Mueller2010-09-102-2/+16
|
* Math-BigInt 1.92Florian Ragwitz2010-09-101-1/+1
| | | | The 1.91 upload to CPAN was broken, so we have to bump $VERSION again.
* Math-BigInt 1.91Florian Ragwitz2010-09-102-2/+2
|
* Fix copy/paste documentation errorFlorian Ragwitz2010-09-101-1/+1
|
* bacmp() ignores its argument's signFlorian Ragwitz2010-09-101-1/+1
|
* Lowest common multiple, not multiplicatorFlorian Ragwitz2010-09-101-9/+9
|
* Fix a couple of Math-BigInt POD nitsFlorian Ragwitz2010-09-102-7/+7
| | | | Closes CPANRT#51824.
* is_pos means > 0, not >= 0Florian Ragwitz2010-09-101-5/+5
| | | | Closes CPANRT#61204.
* Move test for #76540 to op/gv.tFlorian Ragwitz2010-09-081-14/+1
| | | | | | | | | Commit e5c69c9b added the test to dist/constant/t/constant.t, probably because the bug was initially reported in combination with constant.pm. However, it was a core bug in gv_init and can be reproduced easily without constant.pm. With this change dist/constant can be safely synced back to CPAN without having to SKIP or TODO this particular test.
* Update Module::CoreList Changes and entry in Maintainers.pl for the CPAN releaseChris 'BinGOs' Williams2010-09-071-0/+3
|
* rt74170: test case that triggered the problemFather Chrysostomos2010-09-062-1/+153
|
* rt74170: handle the stack changing in the custom sort functionsTony Cook2010-09-061-0/+2
| | | | | Based on work by Father Chrysostomos <sprout@cpan.org>, but all my fault.
* Upgrade Filter::Simple to 0.85Steffen Mueller2010-09-051-1/+1
| | | | Purely maintenance. No functional changes.
* Filter::Simple Changelog needn't be part of the coreSteffen Mueller2010-09-051-120/+0
|
* Do not ship the PathTools ChangesSteffen Mueller2010-09-051-823/+0
| | | | | There is no reason (I can think of) to track and ship the PathTools CPAN change log in core perl.
* Update base.pm's META.ymlFlorian Ragwitz2010-09-051-11/+19
| | | | | It's there for Rafael's convenience when doing CPAN releases, as there's no separate base repository.