File tree 3 files changed +35
-4
lines changed
3 files changed +35
-4
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.65 ' ;
14
+ $VERSION = ' 0.65_001 ' ;
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
2
=head1 NAME
3
3
4
- OpenGL - v0.65
4
+ OpenGL - v0.65_001
5
5
6
6
=head1 SYNOPSIS
7
7
Original file line number Diff line number Diff line change
1
+ +------------------------------------------------------------------------+
2
+ | OpenGL-0.65_001
3
+ +------------------------------------------------------------------------+
4
+
5
+ General Notes:
6
+
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.
12
+
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:
29
+
30
+ * TBD
31
+
32
+
33
+
1
34
+------------------------------------------------------------------------+
2
35
| OpenGL-0.65
3
36
+------------------------------------------------------------------------+
@@ -31,8 +64,6 @@ Highlights:
31
64
toolkit in addition to bug fixes and code cleanup.
32
65
Thanks, Dmitry! See http://search.cpan.org/~karasik/Prima-1.30/
33
66
for details.
34
-
35
-
36
67
37
68
38
69
You can’t perform that action at this time.
0 commit comments