We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 806ca6c commit 83b7005Copy full SHA for 83b7005
MANIFEST
@@ -75,6 +75,7 @@ lib/OpenGL/GLUT.pm
75
lib/OpenGL/GLUT.xs
76
lib/OpenGL/GLX.pm
77
lib/OpenGL/GLX.xs
78
+lib/OpenGL/Install/typemap
79
lib/OpenGL/Matrix.pm
80
lib/OpenGL/Matrix.xs
81
lib/OpenGL/Shader.pm
@@ -114,7 +115,6 @@ test.jpg
114
115
test.pl
116
test.tga
117
TODO
-typemap
118
utils/const.pl
119
utils/exports.pl
120
utils/exports.txt
Makefile.PL
@@ -159,6 +159,7 @@ WriteMakefile(
159
},
160
161
XSPROTOARG => '-noprototypes',
162
+ TYPEMAPS => [qw(lib/OpenGL/Install/typemap)],
163
META_MERGE => {
164
"meta-spec" => { version => 2 },
165
dynamic_config => 0,
typemap renamed to lib/OpenGL/Install/typemap
0 commit comments