Skip to content
This repository was archived by the owner on Mar 19, 2025. It is now read-only.

Commit 3be2f8f

Browse files
committed
Update Changes and README for release
1 parent 40fcd61 commit 3be2f8f

File tree

2 files changed

+14
-5
lines changed

2 files changed

+14
-5
lines changed

Changes

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
Revision 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

69
0.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+
1822
0.02 2017-02-13 10:26:37-05:00
1923
- Change minimum perl version to 5.8
2024

README

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,20 @@ DEPENDENCIES
1919

2020
This 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

2426
COPYRIGHT 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

2934
This 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

0 commit comments

Comments
 (0)