File tree Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Expand file tree Collapse file tree 3 files changed +9
-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.03 2017-02-25 17:08:07-05:00
4
+ - Use Devel::CheckLib to generate NA for missing libraries
5
+ - Fix automatic calls for glewInit() and done_glewInit()
6
+ - Implement accessor function for GLEW_* state variables
7
+ - Now builds on Mac OS X
8
+
3
9
0.02_03 2017-02-25 15:47:35-05:00
4
10
- final check before 0.03 release
5
11
- use Devel::CheckLib to generate NA on missing libs
@@ -11,7 +17,7 @@ Revision history for Perl extension OpenGL::Modern.
11
17
0.02_01 2017-02-19 11:18:52-05:00
12
18
- Implemented accessor routines for GLEW_VERSION_N_M and others
13
19
- fixes for Travis-CI integration
14
- - more conditions for tests to skipj
20
+ - more conditions for tests to skip
15
21
- MacOSX fixes for build
16
22
17
23
0.02 2017-02-12 09:10:44-05:00
Original file line number Diff line number Diff line change 1
- # OpenGL-Modern 0.02_03
1
+ # OpenGL-Modern 0.03
2
2
3
3
4
4
## STATUS
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ use Exporter 'import';
9
9
use OpenGL::Modern::NameLists::Modern;
10
10
use OpenGL::Modern::NameLists::MakefileAll;
11
11
12
- our $VERSION = ' 0.02_03 ' ;
12
+ our $VERSION = ' 0.03 ' ;
13
13
our $XS_VERSION = $VERSION ;
14
14
$VERSION = eval $VERSION ; # see L<perlmodstyle>
15
15
You can’t perform that action at this time.
0 commit comments