File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 11Revision history for the Perl extension Win32.
22
3+ 0.46 [2013-02-19]
4+ - add Win2012/Win8 detection (thanks to Michiel Beijen) [rt#82572]
5+ [perl#116352]
6+
370.45 [2012-08-07]
48 - add Win32::GetACP(), Win32::GetConsoleCP(),
59 Win32::GetConsoleOutputCP(), Win32::GetOEMCP(), Win32::SetConsoleCP()
Original file line number Diff line number Diff line change 11--- # YAML:1.0
22name : Win32
33abstract : Interfaces to some Win32 API Functions
4- version : 0.45
4+ version : 0.46
55author :
66 - Jan Dubois <jand@activestate.com>
77license : perl
88requires :
99 perl : 5.6
1010resources :
1111 license : http://dev.perl.org/licenses/
12- homepage : http ://code.google. com/p/libwin32/
12+ repository : https ://github. com/jandubois/win32
1313meta-spec :
1414 version : 1.3
1515 url : http://module-build.sourceforge.net/META-spec-v1.3.html
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ package Win32;
88 require DynaLoader;
99
1010 @ISA = qw| Exporter DynaLoader| ;
11- $VERSION = ' 0.45 ' ;
11+ $VERSION = ' 0.46 ' ;
1212 $XS_VERSION = $VERSION ;
1313 $VERSION = eval $VERSION ;
1414
You can’t perform that action at this time.
0 commit comments