File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 1
1
Revision history for Perl extension OpenGL::Modern.
2
2
3
- 0.02_03 TBD
4
-
3
+ 0.02_03 2017-02-25 15:47:35-05:00
4
+ - final check before 0.03 release
5
+ - use Devel::CheckLib to generate NA on missing libs
6
+ - fix implementation of done_glewInit()
5
7
6
8
0.02_02 2017-02-20 09:20:17-05:00
7
9
- Fix bad code generated for GLEW_* variable accessors
8
10
9
-
10
11
0.02_01 2017-02-19 11:18:52-05:00
11
12
- Implemented accessor routines for GLEW_VERSION_N_M and others
12
13
- fixes for Travis-CI integration
Original file line number Diff line number Diff line change @@ -59,6 +59,7 @@ This module requires these other modules and libraries:
59
59
Capture::Tiny => 0,
60
60
Data::Dumper => 0,
61
61
Devel::CheckOS => 0,
62
+ Devel::CheckLib => 0,
62
63
ExtUtils::Constant => 0,
63
64
ExtUtils::MakeMaker => 6.17,
64
65
ExtUtils::MakeMaker::CPANfile => 0,
You can’t perform that action at this time.
0 commit comments