Skip to content

Commit 2545c8e

Browse files
committed
correct a lie in the POD for Type.pm
1 parent a641fc2 commit 2545c8e

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

Changes

+3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
History of Win32::API perl extension.
22

3+
2013-??-?? Win32::API v0.76_?? bulk88
4+
- Fixed, a lie in the POD for Type.pm, about the Type database
5+
36
2013-07-04 Win32::API v0.76_03 bulk88
47
- Fixed, rebuilt API_test64.dll to fix a problem where Debug CRT was required
58
by manifest but not by import table, this caused API_test64.dll to be

Type.pm

+5-3
Original file line numberDiff line numberDiff line change
@@ -379,10 +379,12 @@ otherwise.
379379
380380
=head2 SUPPORTED TYPES
381381
382-
This module should recognize all the types defined in the
383-
Win32 Platform SDK header files.
382+
This module recognizes many commonly used types defined in the Win32 Platform
383+
SDK header files, but not all. Types less than 13 years old are very unlikely
384+
to be the in built type database.
385+
384386
Please see the source for this module, in the C<__DATA__> section,
385-
for the full list.
387+
for the full list of builtin supported types.
386388
387389
388390
=head2 NOTES ON SELECT TYPES

0 commit comments

Comments
 (0)