This repository was archived by the owner on Mar 19, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +14
-5
lines changed
Expand file tree Collapse file tree 2 files changed +14
-5
lines changed Original file line number Diff line number Diff line change 11Revision history for Perl extension OpenGL::GLU.
22
3- 0.03 TBD
3+ 0.03 2017-03-04 07:43:24-05:00
4+ - New official release of OpenGL::GLU
5+ - Now works windows, unix, macosx
6+ - Some missing constants for windows (TODO)
47
58
690.02_02 2017-03-03 10:43:41-05:00
@@ -15,6 +18,7 @@ Revision history for Perl extension OpenGL::GLU.
1518 The Apple convention is <OpenGL/gl.h> and <OpenGL/glu.h>
1619 where OpenGL is the name of the framework.
1720
21+
18220.02 2017-02-13 10:26:37-05:00
1923 - Change minimum perl version to 5.8
2024
Original file line number Diff line number Diff line change @@ -19,15 +19,20 @@ DEPENDENCIES
1919
2020This module requires these other modules and libraries:
2121
22- TBD
22+ Do not install with OpenGL! This is a stand-alone
23+ module for use with OpenGL::Modern.
24+
2325
2426COPYRIGHT AND LICENCE
2527
28+ Copyright (c) 1998,1999 Kenneth Albanowski. All rights reserved.
29+ Copyright (c) 2007 Bob Free. All rights reserved.
30+ Copyright (c) 2009-2013 Chris Marshall.
31+ Copyright (C) 2017 by Chris Marshall. All rights reserved.
2632
27- Copyright (C) 2017 by Chris Marshall.
2833
2934This library is free software; you can redistribute it and/or modify
30- it under the same terms as Perl itself, either Perl version 5.14 or,
31- at your option, any later version of Perl 5 you may have available.
35+ it under the same terms as Perl itself.
3236
37+ This library is based on the code from the Perl OpenGL module.
3338
You can’t perform that action at this time.
0 commit comments