This repository was archived by the owner on Mar 19, 2025. It is now read-only.
File tree 2 files changed +3
-24
lines changed
2 files changed +3
-24
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ require DynaLoader;
11
11
12
12
use Carp;
13
13
14
- $VERSION = ' 0.66_002 ' ;
14
+ $VERSION = ' 0.67 ' ;
15
15
$BUILD_VERSION = $XS_VERSION = $VERSION ;
16
16
$VERSION = eval ($VERSION );
17
17
Original file line number Diff line number Diff line change 1
1
+------------------------------------------------------------------------+
2
- | OpenGL-0.66_002
2
+ | OpenGL-0.67
3
3
+------------------------------------------------------------------------+
4
4
5
5
General Notes:
6
6
7
7
* This is a quick bugfix release to work around a build
8
8
problem for Debian sid on AMD platforms.
9
9
10
- * This is a CPAN developers release for the OpenGL module.
11
-
12
- - It is a snapshot of the current git development tree
13
- and everything may not work correctly or have complete
14
- documentation.
15
-
16
- - These release notes may not be fully complete. Please
17
- see the git log for full details.
18
-
19
- - All tests may not pass, especially ones corresponding
20
- to issues in KNOWN_PROBLEMS.
21
-
22
- - Manual build/install is recommended although the
23
- cpan shell may be used by specifying the distribution
24
- path rather than just the module name, e.g.:
25
-
26
- cpan> get CHM/OpenGL-0.66_002.tar.gz
27
- cpan> make CHM/OpenGL-0.66_002.tar.gz
28
- cpan> test CHM/OpenGL-0.66_002.tar.gz
29
- cpan> look CHM/OpenGL-0.66_002.tar.gz
30
-
31
- Highlights:
10
+ Highlights:
32
11
33
12
* Comment out failing tests in t/10_opengl_array.t. Ideally,
34
13
we could replace this implementation with something using
You can’t perform that action at this time.
0 commit comments