diff options
author | Chris 'BinGOs' Williams <chris@bingosnet.co.uk> | 2014-01-31 21:44:56 +0000 |
---|---|---|
committer | Chris 'BinGOs' Williams <chris@bingosnet.co.uk> | 2014-01-31 21:47:04 +0000 |
commit | b33b7abd0ef74e9aff9fd7775585be1d2e690942 (patch) | |
tree | 4fc3e39ee7f47dca0d9d5db83fd7581068c34728 /cpan/ExtUtils-MakeMaker/lib/ExtUtils/testlib.pm | |
parent | ca58718049a9a6463035a33b82623775df808cf2 (diff) | |
download | perl-b33b7abd0ef74e9aff9fd7775585be1d2e690942.tar.gz |
Update ExtUtils-MakeMaker to CPAN version 6.88
[DELTA]
6.88 Fri Jan 31 20:49:13 GMT 2014
No changes from 6.87_05
6.87_05 Tue Jan 28 13:54:21 GMT 2014
Bug fixes:
* Synchronisation with blead to remove old cross-compilation model
6.87_04 Sun Jan 26 19:29:05 GMT 2014
Bug fixes:
* On Android, pass PERL_LIB through rel2abs().
6.87_03 Sun Jan 19 17:49:43 GMT 2014
Bug fixes:
* Get rid of unused printf arguments in dynamic_bs
6.87_02 Sat Jan 18 13:00:36 GMT 2014
Doc fixes:
* Update documentation for LICENSE attribute.
Bug fixes:
* Get rid of unused printf arguments in dir_target
6.87_01 Sun Jan 12 10:31:41 GMT 2014
Doc fixes:
* mention that TEST_REQUIRES is in v6.64 and above
Diffstat (limited to 'cpan/ExtUtils-MakeMaker/lib/ExtUtils/testlib.pm')
-rw-r--r-- | cpan/ExtUtils-MakeMaker/lib/ExtUtils/testlib.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpan/ExtUtils-MakeMaker/lib/ExtUtils/testlib.pm b/cpan/ExtUtils-MakeMaker/lib/ExtUtils/testlib.pm index 3d0e15d338..8cdd18100e 100644 --- a/cpan/ExtUtils-MakeMaker/lib/ExtUtils/testlib.pm +++ b/cpan/ExtUtils-MakeMaker/lib/ExtUtils/testlib.pm @@ -3,7 +3,7 @@ package ExtUtils::testlib; use strict; use warnings; -our $VERSION = '6.86'; +our $VERSION = '6.88'; use Cwd; use File::Spec; |