summaryrefslogtreecommitdiff
path: root/lib/Module
Commit message (Collapse)AuthorAgeFilesLines
* Integrate:Nicholas Clark2008-12-141-1/+403
| | | | | | | | | | | | | | | | | | | [ 35085] Mostly update Module::CoreList to 2.17, teaching it about 5.8.9. It can't "know" the Perforce revision of the release until it's close enough to guess. [ 35092] Hopefully today. [ 35093] Best estimiate patch number for 5.8.9 release. p4raw-link: @35093 on //depot/maint-5.8/perl: ad35fe93b63785a1916b39863d33eef04eee941b p4raw-link: @35092 on //depot/maint-5.8/perl: 4ff3fe7f1e4f605bec2b89920f2d8dfe789255b5 p4raw-link: @35085 on //depot/maint-5.8/perl: 951e5eb7a3e0c2d177c8864d5b44ead4eff50dd0 p4raw-id: //depot/perl@35096 p4raw-integrated: from //depot/maint-5.8/perl@35088 'copy in' pod/perlhist.pod (@35047..) lib/Module/CoreList.pm (@35085..)
* Apply revision 11894 from the Module::Build SVN repo (to replaceSteve Hay2008-12-121-1/+1
| | | | | local change 34447, which did the same thing) p4raw-id: //depot/perl@35078
* Haiku PortIngo Weinhold2008-10-291-0/+1
| | | | | Message-Id: <20081029022544.413.1@knochen-vm.localdomain> p4raw-id: //depot/perl@34630
* As well as @INC, also convert $^X to an absolute path in MBTest.Nicholas Clark2008-10-201-1/+2
| | | p4raw-id: //depot/perl@34526
* Add the two new test files that I missed in 34446Steve Hay2008-09-302-0/+106
| | | | | (Thanks to Rafael for the spot) p4raw-id: //depot/perl@34448
* Fix Module-Build's compat.t when HARNESS_TIMER is set to 1Steve Hay2008-09-301-0/+1
| | | | | | This is hopefully a better way of fixing the failure originally addressed by 33340 (which was not assimilated into 0.30) p4raw-id: //depot/perl@34447
* Upgrade to Module-Build-0.30Steve Hay2008-09-3055-455/+1675
| | | | | | | Local changes 32357 in ppm.t and 32351 in test_type.t and xs.t remain, but not the tilde.t part of 32351, which looks like it might be superseded by changes in 0.30 p4raw-id: //depot/perl@34446
* Fix release date for 5.002Rafael Garcia-Suarez2008-06-181-2/+2
| | | | | (noticed by Grant McLean) p4raw-id: //depot/perl@34072
* Module::CoreList wasn't listing Config.pm everywhere.Rafael Garcia-Suarez2008-04-011-2/+15
| | | p4raw-id: //depot/perl@33624
* Move Module::Pluggable into ext/ as the next version has actions in itsNicholas Clark2008-03-122-667/+0
| | | | | Makefile.PL that we will need to run as part of a core build. p4raw-id: //depot/perl@33499
* Update to Module-Load-Conditional-0.26Steve Peters2008-03-022-3/+7
| | | p4raw-id: //depot/perl@33405
* Fix Module-Build test that has been failing on Win32Steve Hay2008-02-212-2/+3
| | | | | since the upgrade of Test-Harness at #32659 p4raw-id: //depot/perl@33340
* consting for .c files in testsRobin Barker2008-02-181-2/+2
| | | | | | From: "Robin Barker" <Robin.Barker@npl.co.uk> Message-ID: <46A0F33545E63740BC7563DE59CA9C6D093A3F@exchsvr2.npl.ad.local> p4raw-id: //depot/perl@33332
* corelist changes:Rafael Garcia-Suarez2008-02-072-16/+31
| | | | | | | | - Add a new -d option to find first perl version by date and not by version number - Better handling of perl versions that end with a 0 - use version.pm only for version numbers that have multiple dots p4raw-id: //depot/perl@33244
* Upgrade to Module-Load-Conditional-0.24Steve Peters2008-01-091-6/+18
| | | p4raw-id: //depot/perl@32907
* Notice of git tag retraction; also, [PATCH] correct Module::CoreListSam Vilain2008-01-041-1/+1
| | | | | Message-ID: <47737E14.9040908@vilain.net> p4raw-id: //depot/perl@32832
* Add 5.10.0 data to Module::CoreListRafael Garcia-Suarez2007-12-181-3/+544
| | | p4raw-id: //depot/perl@32641
* Fix VERSION in lib/Module/Build/YAML.pm (resubmitted)Jerry D. Hedden2007-11-201-3/+0
| | | | | | From: "Jerry D. Hedden" <jdhedden@cpan.org> Message-ID: <1ff86f510711080635h26362cefn3ab6c528610a9871@mail.gmail.com> p4raw-id: //depot/perl@32414
* Skip Module::Build ppm test -- not ready for prime time on VMS.Craig A. Berry2007-11-171-0/+2
| | | p4raw-id: //depot/perl@32357
* Silence ill-behaved or failing Module::Build tests on VMS.Craig A. Berry2007-11-163-0/+11
| | | p4raw-id: //depot/perl@32351
* Revert #32197, should not be needed anymore since the upgradeRafael Garcia-Suarez2007-10-311-1/+1
| | | | | of ExtUtils::CBuilder p4raw-id: //depot/perl@32207
* Band-aid to get xs.t working. Need to check that make distclean stillRafael Garcia-Suarez2007-10-271-1/+1
| | | | | works with that. p4raw-id: //depot/perl@32197
* In the revised Module::Build, don't create temp directoriesCraig A. Berry2007-10-265-8/+10
| | | | | | with dots in the names. Also, restore some VMS fixes that regressed in the last integration. p4raw-id: //depot/perl@32195
* Upgrade to Module::Build 0.2808_01Rafael Garcia-Suarez2007-10-2552-570/+1769
| | | p4raw-id: //depot/perl@32192
* Update Module::Load::Conditional to 0.22Rafael Garcia-Suarez2007-10-172-2/+2
| | | p4raw-id: //depot/perl@32118
* VMS override for Module::Build::Base::find_perl_interpreter,Craig A. Berry2007-10-041-0/+10
| | | | | allowing tests to pass from t/TEST as well as harness. p4raw-id: //depot/perl@32028
* Update Module::Load::Conditional to 0.20Rafael Garcia-Suarez2007-10-043-5/+5
| | | p4raw-id: //depot/perl@32022
* [patch@31998] Fix M:B: tilde.t tests on VMSJohn E. Malmberg2007-09-302-3/+75
| | | | | | From: "John E. Malmberg" <wb8tyw@qsl.net> Message-id: <46FFAEF5.1060702@qsl.net> p4raw-id: //depot/perl@31999
* Re: [patch@31988] Revised Module::Build fixes for VMS. John E. Malmberg2007-09-301-1/+1
| | | | | | | | From: "John E. Malmberg" <wb8tyw@qsl.net> Message-id: <46FEAC8D.1080506@qsl.net> Missed one case in #31995. p4raw-id: //depot/perl@31998
* [patch@31988] Revised Module::Build fixes for VMS.John E. Malmberg2007-09-296-54/+126
| | | | | | From: "John E. Malmberg" <wb8tyw@qsl.net> Message-id: <46FD07CF.5040504@qsl.net> p4raw-id: //depot/perl@31995
* Module::Load::Conditional 0.18 (was Re: Module::Load::Conditional 0.18 wannabe)Jos I. Boumans2007-09-173-48/+95
| | | | | | From: "Jos I. Boumans" <kane@cpan.org> Message-Id: <B7B53F13-0EF3-4B05-984C-E481D14964F0@cpan.org> p4raw-id: //depot/perl@31883
* Update Module::Load to 0.12 (Was Re: Module::Load 0.12 wanna beJos I. Boumans2007-09-142-12/+18
| | | | | | | | (was Re: [patch@31735] Module-load/require fixes for VMS)) From: "Jos I. Boumans" <kane@cpan.org> Message-id: <594A1762-D3E1-47AD-BBED-121E315D89BF@cpan.org> p4raw-link: @31735 on //depot/perl: 646c27d472ef3530ad06b94bc11148eca940fc51 p4raw-id: //depot/perl@31869
* Two Module::Build::Platform::VMS tweaks:Craig A. Berry2007-09-071-9/+16
| | | | | | -- Override expand_test_dir to relativize paths. -- Eliminate eliminate_macros; M::B doesn't need it. p4raw-id: //depot/perl@31815
* [patch@31780] fixes for cpanplus on VMSJohn E. Malmberg2007-09-071-1/+1
| | | | | | | | | From: "John E. Malmberg" <wb8tyw@qsl.net> Message-id: <46DB37C8.3060100@qsl.net> Only the hunk containing the replacement of catdir with catfile in Module::Build::Base::install_map. p4raw-id: //depot/perl@31814
* Bump version of Module::Build after change #31619Rafael Garcia-Suarez2007-09-071-1/+1
| | | | | p4raw-link: @31619 on //depot/perl: f82d2ab4f80792a36288c2270b44dbb7387cc379 p4raw-id: //depot/perl@31813
* [patch@31735] Module-load/require fixes for VMSJohn E. Malmberg2007-08-222-2/+5
| | | | | | | | From: "John E. Malmberg" <wb8tyw@qsl.net> Message-id: <46CA540B.4070001@qsl.net> Avoid double module loads by populating %INC keys in unix format. p4raw-id: //depot/perl@31746
* Fix 01_Module_Load_Conditional.t on Win32 (broken by #31726)Steve Hay2007-08-171-0/+1
| | | p4raw-id: //depot/perl@31727
* [patch@31706]01_module_load_conditional.t fix for VMSJohn E. Malmberg2007-08-161-2/+18
| | | | | | | From: "John E. Malmberg" <wb8tyw@qsl.net> Message-id: <46C3E047.4010001@qsl.net> p4raw-link: @31706 on //depot/perl: a1ccf0c4149bb99ed14901ae02b811f242bba527 p4raw-id: //depot/perl@31726
* Inching towards Module::Build-ability on VMS.Craig A. Berry2007-07-175-9/+55
| | | p4raw-id: //depot/perl@31619
* Fix corelist.pl after the reorganisation of theRafael Garcia-Suarez2007-07-071-24/+2
| | | | | Compress modules in ext/. Re-update Module::CoreList. p4raw-id: //depot/perl@31562
* Update Module::CoreList, regenerate META.yml,Rafael Garcia-Suarez2007-07-071-1/+559
| | | | | | mention Log::Message::* in perldelta and update perlhist with 5.9.5 p4raw-id: //depot/perl@31561
* Remove unused Module::Build testsJerry D. Hedden2007-06-212-175/+0
| | | | | | From: "Jerry D. Hedden" <jdhedden@cpan.org> Message-ID: <1ff86f510706210724v5ccd24d0md024fd5a941ee769@mail.gmail.com> p4raw-id: //depot/perl@31441
* It suddendly annoyed me that corelist returned sometimes twoRafael Garcia-Suarez2007-05-241-8/+7
| | | | | spaces in a row. p4raw-id: //depot/perl@31265
* Add MidnightBSD to the list of Unix-like OSesRafael Garcia-Suarez2007-05-221-0/+1
| | | p4raw-id: //depot/perl@31257
* New data for Unicode on older versions, thanks to NicholasRafael Garcia-Suarez2007-05-101-6/+18
| | | | | and Dave Rolsky p4raw-id: //depot/perl@31193
* first_release() now returns the first release in the order ofRafael Garcia-Suarez2007-05-102-8/+27
| | | | | | perl version numbers. Add a new method first_release_by_date() to keep the old behaviour available. Suggested by Michael G Schwern. p4raw-id: //depot/perl@31192
* Bump the version of Module::CoreList and add docsRafael Garcia-Suarez2007-05-092-7/+13
| | | | | for the Unicode module name, that Merijn just added p4raw-id: //depot/perl@31178
* Added all traceable Unicode versionsH.Merijn Brand2007-05-091-3/+16
| | | p4raw-id: //depot/perl@31177
* Upgrade to Module-Build-0.2808Steve Peters2007-05-0810-25/+477
| | | p4raw-id: //depot/perl@31171
* Some filename dot and extension help for Module::Build on VMS.Craig A. Berry2007-05-052-5/+20
| | | p4raw-id: //depot/perl@31156