File tree Expand file tree Collapse file tree 3 files changed +2
-1
lines changed
lib/OpenGL/Modern/Install Expand file tree Collapse file tree 3 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ lib/OpenGL/Modern/glew-context.c
13
13
lib/OpenGL/Modern/glew.c
14
14
lib/OpenGL/Modern/Helpers.pm
15
15
lib/OpenGL/Modern/ImageHack.pm
16
+ lib/OpenGL/Modern/Install/typemap
16
17
lib/OpenGL/Modern/ppport.h
17
18
lib/OpenGL/Modern/Registry.pm
18
19
Makefile.PL
@@ -25,7 +26,6 @@ t/01_context.t
25
26
t/02_auto_error_check.t
26
27
t/02_glew_version_accessors.t
27
28
t/02_glGetShaderInfoLog.t
28
- typemap
29
29
utils/aliases.txt
30
30
utils/common.pl
31
31
utils/feature-reuse.txt
Original file line number Diff line number Diff line change @@ -43,6 +43,7 @@ WriteMakefile(
43
43
' Capture::Tiny' => 0,
44
44
' Test::More' => ' 0.88' ,
45
45
},
46
+ TYPEMAPS => [qw( lib/OpenGL/Modern/Install/typemap) ],
46
47
META_MERGE => {
47
48
" meta-spec" => { version => 2 },
48
49
dynamic_config => 0,
File renamed without changes.
You can’t perform that action at this time.
0 commit comments