X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=configpm;h=b8fea156740a1f1c7f8cc1a47e09821ba73120a5;hb=6f7a7d3eeb6b7da414c3496d3eb5a7c4f5127201;hp=9fb30eeaeb4385c8216d342dd9dcb9255649076c;hpb=4a5df3864868b2e99a39b861035a682e1ea6cb93;p=p5sagit%2Fp5-mst-13.2.git diff --git a/configpm b/configpm index 9fb30ee..b8fea15 100755 --- a/configpm +++ b/configpm @@ -124,7 +124,7 @@ use strict; # use vars pulls in Carp sub _V { - my ($bincompat, $non_bincompat, $date, $osname, @patches) = Internals::V(); + my ($bincompat, $non_bincompat, $date, @patches) = Internals::V(); my $opts = join ' ', sort split ' ', "$bincompat $non_bincompat"; @@ -146,7 +146,7 @@ sub _V { print "\t$_\n" foreach @patches; } - print " Built under $osname\n"; + print " Built under $^O\n"; print " $date\n" if defined $date;