summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Bump to RC4v5.22.3-RC4Steve Hay2016-10-122-1/+2
|
* 5.22.3-RC4 and 5.24.1-RC4 todaySteve Hay2016-10-121-0/+2
| | | | (cherry picked from commit 4d5205e5a6aa4045d90384106fea5395b1b8e70f)
* Finalize perldeltaSteve Hay2016-10-121-7/+7
|
* Module-CoreList update from Porting\corelist.plSteve Hay2016-10-121-2/+2
|
* Regen customized.dat for base.pm changes againSteve Hay2016-10-121-1/+1
|
* revert base.pm incdot test change and fix properlyAristotle Pagaltzis2016-10-122-2/+3
| | | | (cherry picked from commit 72be9a047675de9450eb7a492c222490c1aef5e7)
* Regen customized.dat for base.pm changesSteve Hay2016-10-121-1/+1
|
* Bump Module-CoreList $VERSION a bitSteve Hay2016-10-125-8/+8
|
* Update MANIFEST for previous commitSteve Hay2016-10-121-0/+3
|
* try to minimise fallout of base @INC fiddlingAristotle Pagaltzis2016-10-125-4/+53
| | | | (cherry picked from commit 6749a6283459e02074ca1e4c961f390ba5fe0083)
* Update Module::CoreList for 5.25.5Stevan Little2016-10-041-1/+79
| | | | (cherry picked from commit 7852d856ec5cd5467301a50edd43da5340bfe0a2)
* Prepare Module-CoreList for v5.25.5Chris 'BinGOs' Williams2016-10-043-0/+30
| | | | (manually cherry picked from commit 9b3afcbd71aaead174e1f1343e1a49940de9599e)
* update epigraphs.podStevan Little2016-10-041-0/+13
| | | | (cherry picked from commit bd1448f78f8c2acb4ce335cd4d626a4b879a3c73)
* add new release to perlhistStevan Little2016-10-041-0/+1
| | | | (cherry picked from commit b912808c57c4dd8f57efd441416886c2674ab4cd)
* Bump Module-CoreList $VERSION a bitSteve Hay2016-08-235-8/+8
|
* Update Module::CoreListChris 'BinGOs' Williams2016-08-231-0/+244
| | | | (manually cherry picked from commit 45f300ac90ace78b5a75d9687d910ee67427eb81)
* Update release date in Module::CoreListChris 'BinGOs' Williams2016-08-231-1/+1
| | | | (cherry picked from commit 3f85950fa0ced78e292f8a1481b894035e23b60b)
* Prepare Module-CoreList for 5.25.4Steve Hay2016-08-233-0/+30
| | | | (manually cherry picked from commit dec2b171031d1c5f383f3b8571146901b3fae21c)
* Update epigraphs for v5.25.4Chris 'BinGOs' Williams2016-08-221-0/+31
| | | | (cherry picked from commit e93570ad3149ce820ad5c54924b7059ce1aef8d5)
* Update perlhistChris 'BinGOs' Williams2016-08-221-0/+1
| | | | (cherry picked from commit b73b57c35742ecac4ef0159538c054fa96ba6772)
* Add epigraphs for 5.22.3-RC3 and 5.24.1-RC3Steve Hay2016-08-121-0/+32
| | | | (cherry picked from commit 80a17ed4419aec102f46b22ce5ba9e9e074deffc)
* Disarm patchlevel.h and regen META.jsonSteve Hay2016-08-122-2/+1
|
* Bump to RC3v5.22.3-RC3Steve Hay2016-08-112-1/+2
|
* 5.22.3-RC3 and 5.24.1-RC3 todaySteve Hay2016-08-111-0/+2
| | | | (cherry picked from commit fd33b5d6d4aa2db94b2ae3f5276ba28f77400937)
* Finalize perldeltaSteve Hay2016-08-111-5/+5
|
* perldelta - Update modulesSteve Hay2016-08-111-1/+5
|
* Update Module-CoreList for 5.22.3-RC3Steve Hay2016-08-114-7/+8
|
* Update customized.dat entry for base.pmSteve Hay2016-08-101-1/+1
| | | | | (This was missed when cherry-picking base.pm changes from blead since it's currently not listed in blead's customized.dat!)
* Add Chris Travers to AUTHORSFather Chrysostomos2016-08-101-0/+1
| | | | (cherry picked from commit 5e196316f76f6f3ce68647b65f6a2609b286674b)
* [perl #128769] Improve base.pm @INC . messageFather Chrysostomos2016-08-102-3/+8
| | | | | | | The new version is based on one written by Chris Travers, polished up a bit by yours truly. (cherry picked from commit 458470f62360040dcd4b5a55c8ba07503e1af5fc)
* [perl #128769] base.pm: Localize @INC unconditionallyFather Chrysostomos2016-08-101-3/+3
| | | | | | | | | As Zefram pointed out in <https://rt.perl.org/Ticket/Display.html?id=128769#txn-1414015>, having inconsistent behaviour is going to cause more problems than solves. (cherry picked from commit 362f3f748cb84934a072fadbfb8b51090e2f9afe)
* MANIFEST typoFather Chrysostomos2016-08-101-1/+1
| | | | | | Sorry for the smoke. (cherry picked from commit ec7784b4e79ac75599f2c7705b9389e05d47d1d1)
* [perl #128769] Improve base.pm @INC '.' handlingFather Chrysostomos2016-08-103-3/+31
| | | | | | | | | | | | | - Localise @INC only if necessary. - Don't mention '.' in the @INC list in the error message, since it was not in the @INC that was searched (this is accomplished by local- ising @INC in the same scope as the error). - If a file exists that would have been loaded had '.' not been ignored, mention it and suggest 'use lib'. - Use the same number of closing as opening parentheses in the error message. (cherry picked from commit bca552795994a553e07b38a6f82a233533919926)
* patch Parse::CPAN::Meta to ignore PERL_YAML_BACKEND, PERL_JSON_BACKEND when ↵Karen Etheridge2016-08-014-13/+19
| | | | PERL_CORE=1
* print the pop @INC to OUT instead of STDOUTJarkko Hietaniemi2016-07-291-1/+1
| | | | (cherry picked from commit 2c25177bbcb0217f887201e4237280b5033145b6)
* Add epigraphs for 5.22.3-RC2 and 5.24.1-RC2Steve Hay2016-07-251-0/+40
| | | | (cherry picked from commit 9648eab63b366c001d38f6de565f005cf6cea10a)
* Disarm patchlevel.h and regen META.jsonSteve Hay2016-07-252-2/+1
|
* Bump to RC2v5.22.3-RC2Steve Hay2016-07-252-1/+2
|
* 5.22.3-RC2 and 5.24.1-RC2 todaySteve Hay2016-07-251-0/+2
| | | | (cherry picked from commit 00804485030b1ffb4625e716a31c73532f41f32e)
* Finalize perldeltaSteve Hay2016-07-251-4/+4
|
* perldelta - List updated modules in 5.22.3-RC2Steve Hay2016-07-251-0/+104
|
* Update Module::CoreList data for 5.22.3-RC2Steve Hay2016-07-251-0/+153
|
* (perl #127834) perldelta for . in @INC changesTony Cook2016-07-252-5/+78
| | | | | (Manually copied from maint-5.24. Also includes subsequent copy-editing by the Steve Hay.)
* (perl #127834) update CUSTOMIZED entriesTony Cook2016-07-242-29/+308
|
* cpan/: bump $VERSION as neededTony Cook2016-07-2427-27/+27
|
* cpan/: remove . from @INC when loading optional modulesTony Cook2016-07-2417-10/+79
| | | | | This was originally against maint-5.24 where bignum is in cpan/, but in maint-5.22 it was in dist/
* dist/: bump $VERSION as neededTony Cook2016-07-2417-17/+17
| | | | | This was originally patched in 5.24 where Test was in dist, hence the update to cpan/Test/
* dist/: remove . from @INC when loading optional modulesTony Cook2016-07-2411-8/+47
|
* perl5db.pl: bump perldb $VERSIONTony Cook2016-07-241-1/+1
| | | | | Used _001 instead of _01 since 5.24 has 1.49_04 so presumably _01 through _03 has been used.
* perl5db.pl: ensure PadWalker is loaded from standard pathsTony Cook2016-07-241-2/+8
|