summaryrefslogtreecommitdiff
path: root/lib/Module/Build
Commit message (Collapse)AuthorAgeFilesLines
* Update generated Module::Build::ConfigDataDavid Golden2009-11-201-201/+0
|
* Move Moudle::Build from lib to ext.Nicholas Clark2009-09-1365-21358/+0
|
* Update Module::Build to 0.35David Golden2009-08-2741-198/+578
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 0.35 - Thu Aug 27 09:12:02 EDT 2009 Bug fixes: - Fix t/destinations.t segfault on 5.6.2 0.34_06 - Sat Aug 22 21:58:26 EDT 2009 Bug fixes: - Multiple test fixes for OS2 [Ilya Zakharevich] - Generated.ppd files use :utf8 if possible (RT#48827) [Olivier Mengue] - Fixed preservation of custom install_paths on resume (RT#41166) [David Golden] - Warn instead of crashing when Pod::Man tries to create files with colons on vfat partitions on unix (RT#45544) [David Golden] 0.34_05 - Sun Aug 9 22:31:37 EDT 2009 Bug fixes: - When auto_configure_requires is true (the default), Module::Build will only add last 'major' version of Module:Build (e.g. 0.XX) to configure_requires to avoid specifying a minor development release not available on CPAN [David Golden] 0.34_04 - Sat Aug 8 11:02:24 EDT 2009 Other: - Added documentation warning that 'get_options' should be capitalized to avoid conflicting with future Module::Build options and changed the examples accordingly. 0.34_03 - Sat Aug 8 07:39:16 EDT 2009 Bug fixes: - Fixed failing xs.t if /tmp is mounted noexec (RT#47331) [David Golden] - Fixed failing debug.t on VMS (RT#48362) [Craig Berry] - Prevent par.t from dying on error in .zip extraction [David Golden] - Fixed potential runthrough.t failure on 5.6.2 [David Golden] Other: - Archive::Tar changed from 'requires' to 'recommends' so non-authors without IO::Zlib can still use Module::Build to install modules [reported by Matt Trout, fix by David Golden]
* Bump Module::Build version to 0.340201David Golden2009-08-0924-23/+28
| | | | | | | | | Module::Build automatically sets configure_requires to its current $VERSION, which causes problems if $VERSION is a dev release not on CPAN. To stabilize 5.10.1, this patch bumps Module::Build 0.34_02 (currently in 5.10.1-RC1) to 0.340201. No other code changes are included. A matching version will be released to CPAN.
* Update Module::Build to 0.34_02David Golden2009-07-2627-29/+92
| | | | | | | | | | | | | | | | | | 0.34_02 - Sun Jul 26 22:50:40 EDT 2009 Bug-fixes: - Bundled Module::Build::Version updated to bring into sync with CPAN version.pm 0.77 0.34_01 - Sat Jul 18 16:32:09 EDT 2009 Enhancements: - Added --debug flag to trace Build action execution (RT#47933) [David Golden] Bug-fixes: - Bundled Module::Build::Version version code updated to fix unsafe use of $@ (RT#47980) [John Peacock]
* Updating Module::Build to 0.34David Golden2009-07-0824-23/+27
| | | | | | | | 0.34 - Tue Jul 7 16:56:47 EDT 2009 No changes from 0.33_06 Signed-off-by: H.Merijn Brand <h.m.brand@xs4all.nl>
* sync Module::Build with CPANDavid Mitchell2009-07-061-0/+10
|
* Update Module::Build to 0.33_06David Golden2009-07-0625-68/+43
| | | | | | | | | | | | | | 0.33_06 - Sun Jul 5 10:11:40 EDT 2009 Bug-fixes: - Bundled version code will use pure Perl on 5.10.0 to work around a corner case involving eval and locale [John Peacock] - Reversed VMS patch from 0.33_03 [Craig Berry] - PL_files in Build.PL that are in the bin/scripts directory should not be installed as if they are scripts (fixed for case-tolerant systems). [David Golden, reported by Craig Berry] Signed-off-by: H.Merijn Brand <h.m.brand@xs4all.nl>
* sync Module::Build with CPANDavid Mitchell2009-07-031-1/+66
|
* Update Module::Build to 0.33_05David Golden2009-06-2936-285/+718
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 0.33_05 - Sun Jun 28 22:06:49 EDT 2009 Enhancements: - New 'auto_configure_requires' parameter (default 1) controls whether Module::Build should add itself to configure_requires in META.yml if not specified in Build.PL [David Golden] Bug-fixes: - The default MANIFEST.SKIP created by the "manifest" action was out of date. It will now use the installed MANIFEST.SKIP and add some Module::Build and distribution specific items to it. [Michael Schwern] Other: - configure_requires do not necessarily need to be in requires or build_requires; warning to that effect has been removed [David Golden] 0.33_04 - Fri Jun 26 07:09:06 EDT 2009 Bug-fixes: - Don't try utf8 YAML I/O on Perl 5.6 [David Golden] Other: - configure_requires added to prereq report (RT#47254) [Curtis Jewell] - updated Module::Build::Version to match forthcoming version.pm 0.77 (RT#47256) [John Peacock] - skips xs.t and ppm.t when perl was not compiled with dynamic loading since Module::Buld does not support static linking (RT#46178) [David Golden] - skip failing test in par.t if Archive::Zip is broken [David Golden] - Added YAML utf8 patch in 0.33_03 changes list - Added attribution for patches in 0.33_03 changes list 0.33_03 - Mon Jun 22 17:22:56 EDT 2009 Bug-fixes: - Removes Module::Build from its own configure/build_requires [David Golden] - ConfigData->feature() confirms that modules actually load successfully, not just that they are present. (RT#43557) [David Golden] - Module::Build::Compat handling of INSTALL*LIB (RT#43827) [Tony Payne, David Golden] - Module::Build::Compat and recursive test files (RT#39171) [Dave Rolsky] - Fixed bug linking non-standard XS names on Windows (RT#38065) ["snaury"] - Run PL files that don't generate any file (RT#39365) [Matisse Enzer, David Golden] - HTML generation failure no longer fatal (RT#36660) [David Golden] - realclean might not delete Build.bat on Windows (RT#43863) [Roy Ivy, David Golden] - include_dirs parameter now works correctly when given a single string argument (RT#40177) [David Wheeler] - Lots of spelling fixes in the POD (RT#45528r) [Lars Dieckow] - On Unix-like systems, tilde expansion is more liberal in username characters accepted (RT#33492) [Jon Jensen] Other - On MSWin32, bumped File::Spec prereq to 3.30 for a variety of fixes - Add support for VMS in Unix compatibility mode (RT#42157) [John E. Malmberg - Added a can_action($name) method (RT#45172) [brian d foy] - Documented that subclass methods should not permanently change current directory (RT#46919) [David Wheeler] - META.yml encoded in UTF-8 (RT#43765) [Olivier Mengue] Signed-off-by: H.Merijn Brand <h.m.brand@xs4all.nl>
* sync lib/Module/Build/Changes with CPAN equivalentDavid Mitchell2009-06-231-1/+50
|
* [PATCH] Updating Module::Build to 0.33_02David Golden2009-06-1633-196/+321
|
* Mark all .t and .pm files as non executableRafael Garcia-Suarez2009-06-061-0/+0
|
* Upgrade to Module-Build-0.32Steve Hay2009-03-0624-23/+27
| | | | | But keep cd5cc49dbc0e5ee748252c2da8b435855908e6d2 (Module::Build on VMS, #42724) and the MBTest.pm tweak from 66e531b6b23122113bed8498baac1ef25a958d57.
* Re-apply cd5cc49dbc0e5ee748252c2da8b435855908e6d2 (Module::Build on VMS, #42724)Nicholas Clark2009-02-234-4/+34
|
* Update to Module::Build 0.31_04 (with a tweak to MBTest.pm)Nicholas Clark2009-02-2333-80/+214
|
* Temporarily reverse out change cd5cc49dbc0e5ee748252c2da8b435855908e6d2.Nicholas Clark2009-02-234-34/+4
|
* Module::Build Changes from 0.31012, which hadn't been updated.Nicholas Clark2009-02-231-0/+64
|
* Clear Module::Build smoke on VMS while waiting for upstream.Craig A. Berry2009-02-144-4/+34
| | | | | | Except for the version bump, this is the same as: https://rt.cpan.org/Public/Bug/Display.html?id=42724
* Upgrade to Module-Build-0.31012Steve Hay2009-01-1432-174/+714
| | | | | | We're now in sync with CPAN--no local changes remain in blead. TODO: Various extra core changes are now required to handle the new bundle.pl script as per the existing config_data script.
* 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
* 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-3054-448/+1657
| | | | | | | 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 Module-Build test that has been failing on Win32Steve Hay2008-02-211-1/+2
| | | | | 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
* 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-2551-565/+1766
| | | p4raw-id: //depot/perl@32192
* 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
* [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
* 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
* Inching towards Module::Build-ability on VMS.Craig A. Berry2007-07-175-9/+55
| | | p4raw-id: //depot/perl@31619
* 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
* Upgrade to Module-Build-0.2808Steve Peters2007-05-089-24/+472
| | | 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
* Upgrade to version-0.7203.Rafael Garcia-Suarez2007-04-213-602/+6
| | | | | Plus a change in Module::Build::Version, specific to bleadperl. p4raw-id: //depot/perl@31005
* Add $VERSION to Module::Build::VersionJerry D. Hedden2007-04-121-0/+4
| | | | | | From: "Jerry D. Hedden" <jdhedden@cpan.org> Message-ID: <1ff86f510704110945q173f2ac8p399171428fd182cd@mail.gmail.com> p4raw-id: //depot/perl@30925
* Upgrade to Module-Build-0.2807Steve Peters2007-04-1015-137/+593
| | | p4raw-id: //depot/perl@30893
* Upgrade to Module::Build 0.2806Rafael Garcia-Suarez2006-12-2329-190/+513
| | | p4raw-id: //depot/perl@29615
* Upgrade to Module-Build-0.2805Steve Peters2006-08-078-16/+597
| | | p4raw-id: //depot/perl@28673
* Upgrade to Module-Build-0.2803Steve Peters2006-07-162-1/+13
| | | p4raw-id: //depot/perl@28587