File tree Expand file tree Collapse file tree 6 files changed +11
-6
lines changed Expand file tree Collapse file tree 6 files changed +11
-6
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ use File::Basename ();
37
37
# ######################################################################
38
38
# STATIC OBJECT PROPERTIES
39
39
#
40
- $VERSION = ' 0.61 ' ;
40
+ $VERSION = ' 0.62 ' ;
41
41
42
42
# ### some package-global hash to
43
43
# ### keep track of the imported
Original file line number Diff line number Diff line change 14
14
15
15
package Win32::API::Callback ;
16
16
17
- $VERSION = ' 0.61 ' ;
17
+ $VERSION = ' 0.62 ' ;
18
18
19
19
require Exporter; # to export the constants to the main:: space
20
20
require DynaLoader; # to dynuhlode the module.
Original file line number Diff line number Diff line change 1
1
History of Win32::API perl extension.
2
2
3
+ 2011-03-26 Win32::API v0.62 Cosimo
4
+
5
+ - Skip Callback/t/03_Jim_Shaw.t test as it's reported failing
6
+ on both 32-bit and 64-bit architectures.
7
+
3
8
2011-03-22 Win32::API v0.61 Cosimo
4
9
5
10
- Fixed build process that was failing due to missing *.h
Original file line number Diff line number Diff line change 1
1
--- # YAML:1.0
2
2
name : Win32-API
3
- version : 0.55
3
+ version : 0.62
4
4
abstract : Perl Win32 API Import Facility
5
5
license : perl
6
6
author :
7
- - Aldo Calpini <dada@perl.it>
8
7
- Cosimo Streppone <cosimo@cpan.org>
8
+ - Aldo Calpini <dada@perl.it>
9
9
generated_by : ExtUtils::MakeMaker version 6.42
10
10
distribution_type : module
11
11
keywords :
Original file line number Diff line number Diff line change 7
7
8
8
package Win32::API::Struct ;
9
9
10
- $VERSION = ' 0.61 ' ;
10
+ $VERSION = ' 0.62 ' ;
11
11
12
12
use Carp;
13
13
use Win32::API::Type;
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ package Win32::API::Type;
12
12
#
13
13
# ######################################################################
14
14
15
- $VERSION = ' 0.61 ' ;
15
+ $VERSION = ' 0.62 ' ;
16
16
17
17
use Carp;
18
18
use Config;
You can’t perform that action at this time.
0 commit comments