This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
CBuilder, link: On Android, always return absolute paths to libraries
[perl5.git] / dist / ExtUtils-CBuilder / lib / ExtUtils / CBuilder / Platform / Windows.pm
index 6b12f55..aea09ba 100644 (file)
@@ -10,7 +10,7 @@ use ExtUtils::CBuilder::Base;
 use IO::File;
 
 use vars qw($VERSION @ISA);
-$VERSION = '0.280214';
+$VERSION = '0.280215';
 @ISA = qw(ExtUtils::CBuilder::Base);
 
 =begin comment