summaryrefslogtreecommitdiff
path: root/cpan/ExtUtils-MakeMaker/t/00compile.t
Commit message (Collapse)AuthorAgeFilesLines
* Update ExtUtils-MakeMaker to CPAN version 6.70Chris 'BinGOs' Williams2013-07-241-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [DELTA] 6.70 Tue Jul 23 21:55:23 BST 2013 No changes from 6.69_09 6.69_09 Sun Jul 21 09:22:40 BST 2013 Bug Fixes: * RT#86976 Fix version parsing bug introduced in 6.69_05 Part Deux :) 6.69_08 Wed Jul 17 00:36:28 BST 2013 Bug Fixes: * RT#86976 Fix version parsing bug introduced in 6.69_05 6.69_07 Tue Jul 16 15:32:25 BST 2013 New features: * RT#4550 report the file created after make dist Bug Fixes: * RT#66113 strip control characters from ABSTRACT * RT#20662 Don't check for config.h if it doesn't exist 6.69_06 Fri Jul 12 14:49:32 BST 2013 Bug Fixes: * RT#64163 clean_subdirs infinite loop if subdir already gone * RT#79348 doesn't support miniperl in installation paths Doc Fixes: * Fix META_MERGE example * RT#31053 Mention configure_requires in PREREQ_FATAL documentation * RT#14680 Document TEST_FILES usage with 'make test' * RT#21285 Document 'make veryclean' 6.69_05 Thu Jul 11 22:10:10 BST 2013 Bug Fixes: * Resolve RT#9452 regression with parse_version() (Victor Efimov) * RT#28632 use LD and OPTIMIZE in recursive Makefile.PL invocations (Niko Tyni) 6.69_04 Wed Jul 10 11:48:22 BST 2013 Cygwin Fixes: * Revert RT#54703 and apply patch from RT#69401 to resolve /cygdrive issues (Reini Urban) 6.69_03 Tue Jul 9 22:39:54 BST 2013 Bug Fixes: * RT#61419 Avoid invisible interactive question when rebuilding Makefile (Slaven Rezic) * VERSION also now really handles v-strings correctly. Cygwin Fixes: * RT#54703 - Don't hardcode /cygdrive (Jerry Hedden) Misc: * Install into site when 5.12 or above 6.69_02 Tue Jul 2 13:12:51 BST 2013 Bug Fixes: * [RT#86609] VERSION_FROM now handles v-strings correctly. * VERSION also now handles v-strings correctly. Misc: * Updated bundled CPAN::Meta and removed Version::Requirements 6.69_01 Thu Jun 20 12:49:45 BST 2013 Win32 Fixes: * resolve regression on Win32 introduced in 6.67_01 (bingos)
* Update ExtUtils-MakeMaker to CPAN version 6.58Chris 'BinGOs' Williams2011-07-071-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [DELTA] 6.58 Wed Jul 6 14:17:06 PDT 2011 No changes since 6.57_11 6.57_11 Thu May 19 17:26:31 PDT 2011 Bug Fixes * Changed CPAN::Meta to accept version objects. [github #16] * Massage bad versions and warn the user about them. [github #15] * Protect against CPAN::Meta dying during metafile validation and generation. VMS * Fix prereq.t to work around "local %ENV = %ENV" bug Win32 * Liblist::Kid can now recognize long compiler paths (Christian Walde) [github #11] 6.57_10 Sun, 03 Apr 2011 19:36:38 +1000 Bug Fixes * Relaxed strictures on prerequisite versions. Invalid versions now issue a warning and are set to 0 rather than dying. [github #7] * Upgraded CPAN::Meta to 2.110930 which fixes a glitch in writing MYMETA.yml if your module's version number was 1.4. [github #9] * Convert LICENSE entries which are unknown to CPAN::Meta to "unknown" rather than dying. [github #10] 6.57_09 Mon, 28 Mar 2011 11:13:39 +1100 Misc * Make CPAN ignore bundled modules * Accidentally rolled Version::Requirements into the version bundle * Deleted now unused ExtUtils::MakeMaker::YAML 6.57_08 Sun, 27 Mar 2011 21:52:47 +1100 VMS * Removed dependency on cc_runtime.h for VMS as well. Misc * Changed how modules are bundled to avoid replacing XS version of Scalar::Util with a pure Perl version [github #4] 6.57_07 Fri, 25 Mar 2011 14:31:31 +1100 Enhancements * Generates META.json and MYMETA.json in addition to META.yml and MYMETA.yml (David Golden) * MYMETA has the runtime requirements made priority over META_* keys to allow generation of a correct META.* into the dist while still generating an accurate MYMETA.* locally (Matt S Trout) * Distributions should not depend on cc_runtime.h from core as it is only needed for B::CC * Now uses CPAN::Meta to generate META files. Bug Fixes * MYMETA.yml generation from META.yml actually works (Matt S Trout) * All required META fields are generated, even if they must be filled with "unknown" in place of real data (David Golden) Test Fixes * miniperl.t is no longer run outside of the perl core. Its only relevant to bleadperl and requires no backwards compatibility [rt.cpan.org 61868] Cygwin * Rebase behaviour was improved (Reini Urban) * Build man pages (Reini Urban) Win32 * Spot valid lib files on Win32 when .a and .lib are mixed. (Christian Walde) [github #3] * Extensive testing of ExtUtils::Liblist::Kid for Win32 (Christian Walde) * Implemented proper emulation of DOS escaping rules in ExtUtils::MM_Win32 (Christian Walde) 6.57_06 Wed Oct 06 13:49:00 EEST 2010 Win32 * Work around dmake's limitations on how long a "line" can be. [rt.cpan.org 61286] * ActivePerl 1007 can now see gcc. [rt.cpan.org 55752] (Christian Walde) Bug Fixes * Fix for AUTHOR and undocumented usage of MM->new() (Alexandr Ciornii)
* Bring up ExtUtils::MakeMaker to 6.56 - no functional changes from 6.55_03Jesse Vincent2009-12-181-1/+1
|
* Import ExtUtils::MakeMaker 6.55_03 from CPANJesse Vincent2009-12-061-1/+2
|
* Move ExtUtils::MakeMaker from ext/ to cpan/Nicholas Clark2009-10-011-0/+37