This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
fix ExtUtils-CBuilder tests for Perl 5.6
[perl5.git] / dist / ExtUtils-CBuilder / lib / ExtUtils / CBuilder / Platform / Windows / MSVC.pm
index 0577ad4..fc4cab1 100644 (file)
@@ -1,7 +1,7 @@
 package ExtUtils::CBuilder::Platform::Windows::MSVC;
-
-use vars qw($VERSION);
-$VERSION = '0.280208';
+$ExtUtils::CBuilder::Platform::Windows::MSVC::VERSION = '0.280227';
+use warnings;
+use strict;
 
 sub arg_exec_file {
   my ($self, $file) = @_;