summaryrefslogtreecommitdiff
path: root/dist/ExtUtils-CBuilder/lib/ExtUtils/CBuilder/Base.pm
diff options
context:
space:
mode:
authorAlberto Simões <ambs@cpan.org>2014-09-27 17:36:25 -0400
committerJames E Keenan <jkeenan@cpan.org>2014-09-28 07:10:33 -0400
commit80b93e4782743bc28e58fce0763e61451830a1a7 (patch)
treeb85cf55979d1504c42ca48ed0bdffd1562957d2e /dist/ExtUtils-CBuilder/lib/ExtUtils/CBuilder/Base.pm
parentd9a72fccda5cacaccd2671769c010f3cda59ef8a (diff)
downloadperl-80b93e4782743bc28e58fce0763e61451830a1a7.tar.gz
Adds a missing 'use Config' on android.pm file.
Update $VERSION in each platform-specific module. For: RT #122860
Diffstat (limited to 'dist/ExtUtils-CBuilder/lib/ExtUtils/CBuilder/Base.pm')
-rw-r--r--dist/ExtUtils-CBuilder/lib/ExtUtils/CBuilder/Base.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/dist/ExtUtils-CBuilder/lib/ExtUtils/CBuilder/Base.pm b/dist/ExtUtils-CBuilder/lib/ExtUtils/CBuilder/Base.pm
index d52b70591d..86ee8860a7 100644
--- a/dist/ExtUtils-CBuilder/lib/ExtUtils/CBuilder/Base.pm
+++ b/dist/ExtUtils-CBuilder/lib/ExtUtils/CBuilder/Base.pm
@@ -1,5 +1,5 @@
package ExtUtils::CBuilder::Base;
-$ExtUtils::CBuilder::Base::VERSION = '0.280219';
+$ExtUtils::CBuilder::Base::VERSION = '0.280220';
use strict;
use File::Spec;
use File::Basename;