-
Notifications
You must be signed in to change notification settings - Fork 2
/
Changes
77 lines (40 loc) · 1.51 KB
/
Changes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
Revision history for Perl extension Win32::Console
0.10 2013-11-28
- Fix required perl version 5.6 -> 5.006.
- Add Github repo link to META.yml
- Typo fixes by David Steinbrunner.
0.09 2008-06-13
- Move sample.pl to eg/sample.pl so that it doesn't get installed.
- Use T_BOOL instead of T_IV for BOOL typemap entry so that
the code doesn't warn on undef.
0.08 2008-04-17
- version 0.08 for separate upload to CPAN
- updated email addresses
- simplified Makefile.PL
- added META.yml
- renamed test.pl to sample.pl because it doesn't generate TAP output
- casts to suppress compiler warnings under Win64
0.07 2004-08-05
- Rename GRAY to LIGHTGRAY and add definitions for the "real" GRAY
colors (James K. Lowden).
0.06 2003-07-09
- Add get_Win32_IPC_HANDLE() method so that Win32::IPC can wait
on a console handle (Christopher J. Madsen)
0.05 2003-06-25
- Add SetIcon() method to change the icon of the window
(Christopher J. Madsen)
0.04 2003-06-06
- Don't export the scalar variables to %main:: but into the
callers namespace (Christopher J. Madsen)
0.031 1999-09-24
- Fixed typo in GenerateCtrlEvent().
- Converted and added pod documentation (Jan Dubois).
0.03 1997-04-07
- Added "GenerateCtrlEvent" method.
- The PLL file now comes in 2 versions, one for Perl version 5.001
(build 110) and one for Perl version 5.003 (build 300 and higher,
EXCEPT 304).
- added an installation program that will automatically copy the
right version in the right place.
0.01 1997-02-09
- First public release