Skip to content

Commit 578abaa

Browse files
committed
Update readme-type files for OpenGL-0.66 release
1 parent 7185e7c commit 578abaa

File tree

4 files changed

+25
-31
lines changed

4 files changed

+25
-31
lines changed

OpenGL.pm

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ require DynaLoader;
1111

1212
use Carp;
1313

14-
$VERSION = '0.65_001';
14+
$VERSION = '0.66';
1515
$BUILD_VERSION = $XS_VERSION = $VERSION;
1616
$VERSION = eval($VERSION);
1717

OpenGL.pod

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
=head1 NAME
33

4-
OpenGL - v0.65_001
4+
OpenGL - v0.66
55

66
=head1 SYNOPSIS
77

@@ -27,11 +27,6 @@ OpenGL - v0.65_001
2727

2828

2929

30-
=head1 DOCUMENTATION
31-
32-
Documentation, tips, sample source, benchmarks and binary distributions available
33-
at http://graphcomp.com/opengl
34-
3530
=head1 PREREQUISITES
3631

3732
This module assumes that you have OpenGL, GLU, and some flavor of GLUT
@@ -1912,7 +1907,12 @@ under the same terms as Perl itself.
19121907

19131908
=head1 DISTRIBUTIONS
19141909

1915-
POGL Project site: http://sourceforge.net/projects/pogl/
1910+
POGL Project site: L<http://sourceforge.net/projects/pogl/>
1911+
1912+
=head1 OTHER DOCUMENTATION
1913+
1914+
Documentation, tips, sample source, benchmarks and available at
1915+
L<http://graphcomp.com/opengl>.
19161916

19171917
=head2 SOURCE
19181918

Release_Notes

+6-23
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,16 @@
11
+------------------------------------------------------------------------+
2-
| OpenGL-0.65_001
2+
| OpenGL-0.66
33
+------------------------------------------------------------------------+
44

55
General Notes:
66

7-
* This is a CPAN developers release for the OpenGL module.
8-
9-
- It is a snapshot of the current git development tree
10-
and everything may not work correctly or have complete
11-
documentation.
7+
* This test adds skips for some tests from OpenGL::RPN
8+
under current development avoiding FAILs in automated
9+
builds due to known problems.
1210

13-
- These release notes may not be fully complete. Please
14-
see the git log for full details.
15-
16-
- All tests may not pass, especially ones corresponding
17-
to issues in KNOWN_PROBLEMS.
18-
19-
- Manual build/install is recommended although the
20-
cpan shell may be used by specifying the distribution
21-
path rather than just the module name, e.g.:
22-
23-
cpan> get CHM/OpenGL-0.65_001.tar.gz
24-
cpan> make CHM/OpenGL-0.65_001.tar.gz
25-
cpan> test CHM/OpenGL-0.65_001.tar.gz
26-
cpan> look CHM/OpenGL-0.65_001.tar.gz
27-
28-
Highlights:
11+
* It is compatible with the Prima GUI toolkit and the
12+
Prima::OpenGL module.
2913

30-
* TBD
3114

3215

3316

SUPPORTS

+11
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
0.66 This file is still not up to date with the current code.
2+
3+
POGL builds "out of the box" on more system types
4+
than ever, including: Linux, MSWin32, and Mac OS X.
5+
6+
Used by PDL-2.4.9 to implement 3D graphics and plots.
7+
8+
TBD: generate a more complete/specific list
9+
10+
----------------------------------------------------------
11+
112
0.65 This file is still not up to date with the current code.
213

314
POGL builds "out of the box" on more system types

0 commit comments

Comments
 (0)