diff options
author | Chris 'BinGOs' Williams <chris@bingosnet.co.uk> | 2013-11-04 19:58:23 +0000 |
---|---|---|
committer | Chris 'BinGOs' Williams <chris@bingosnet.co.uk> | 2013-11-04 19:58:23 +0000 |
commit | 6e1d3801821a486f3306ed90ff5db38077cc0ef0 (patch) | |
tree | 213444ea50e1b114286502d634ecdfbac88c2ffd /cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_QNX.pm | |
parent | 7d88c327edd82b1ca4f092f56f1a171b72d4bdcc (diff) | |
download | perl-6e1d3801821a486f3306ed90ff5db38077cc0ef0.tar.gz |
Update ExtUtils-MakeMaker to CPAN version 6.82
[DELTA]
6.82 Mon Nov 4 19:20:07 GMT 2013
No changes from 6.81_05
6.81_05 Sat Nov 2 21:29:42 GMT 2013
Misc:
* Special-case the bundling of version, so
that XS versions don't get overwritten
6.81_04 Fri Nov 1 19:54:09 GMT 2013
Doc fixes:
* Update XSPROTOARG docs for changes in xsubpp
6.81_03 Thu Oct 24 20:50:15 BST 2013
Doc Fixes:
* Clarify heir-apparent in FAQ
Misc:
* Changed GNU-Style to Unix-Style
* VMS will now report 'make' style
6.81_02 Thu Oct 17 12:20:59 BST 2013
Misc:
* Updated bundled JSON::PP
6.81_01 Wed Oct 16 08:59:03 BST 2013
Misc:
* Updated bundled Test-Simple
Diffstat (limited to 'cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_QNX.pm')
-rw-r--r-- | cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_QNX.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_QNX.pm b/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_QNX.pm index df5ea1f9a3..8ae14a580c 100644 --- a/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_QNX.pm +++ b/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_QNX.pm @@ -1,7 +1,7 @@ package ExtUtils::MM_QNX; use strict; -our $VERSION = '6.80'; +our $VERSION = '6.82'; require ExtUtils::MM_Unix; our @ISA = qw(ExtUtils::MM_Unix); |