Description: Drop need for OpenGL::Modern as build dep
Author: Ed J <etj@cpan.org>
Forwarded: not-needed

--- a/test.pl
+++ b/test.pl
@@ -3,6 +3,8 @@
 # after the test suite so you see something if the build worked.
 #========================================================================
 
+BEGIN { exit }
+
 # skip test under under headless CI
 exit if exists $ENV{CI} and $^O eq 'darwin' or $^O eq 'MSWin32';
 
