summaryrefslogtreecommitdiff
path: root/cpan/Win32/Win32.pm
diff options
context:
space:
mode:
authorJan Dubois <jand@activestate.com>2011-01-06 16:07:40 -0800
committerJan Dubois <jand@activestate.com>2011-01-06 16:08:16 -0800
commitad927ab045c6e80e8fa93fe96c869e231194ecf7 (patch)
tree4fdab760ae8e794e7a6ba05c4e4d2aacd721bd59 /cpan/Win32/Win32.pm
parentf53cfc927e2160a1907d28f583f3a82d0296b8b9 (diff)
downloadperl-ad927ab045c6e80e8fa93fe96c869e231194ecf7.tar.gz
Update to Win32-0.42 from CPAN
Diffstat (limited to 'cpan/Win32/Win32.pm')
-rw-r--r--cpan/Win32/Win32.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpan/Win32/Win32.pm b/cpan/Win32/Win32.pm
index d2eb1ad895..792ed7f161 100644
--- a/cpan/Win32/Win32.pm
+++ b/cpan/Win32/Win32.pm
@@ -8,7 +8,7 @@ package Win32;
require DynaLoader;
@ISA = qw|Exporter DynaLoader|;
- $VERSION = '0.41';
+ $VERSION = '0.42';
$XS_VERSION = $VERSION;
$VERSION = eval $VERSION;
@@ -475,7 +475,7 @@ sub _GetOSName {
}
elsif ($productinfo == PRODUCT_BUSINESS) {
# "Windows 7 Business" had a name change to "Windows 7 Professional"
- $desc .= $minor == 0 ? " Business" : "Professional";
+ $desc .= $minor == 0 ? " Business" : " Professional";
}
elsif ($productinfo == PRODUCT_STARTER) {
$desc .= " Starter";