The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Revision history for Perl extension OpenGL::Modern.

0.01_06  2017-02-05 11:22:40-05:00
        - Remove MYMETA.* from MANIFEST to clean up distribution files
        - fix t/02_glGetShaderInfoLog.t to handle ptrsize=4
	- split lists of constants, function names, exports to separate files
	  (thanks Mithaldu!)

0.01_05  2017-01-31 12:08:46-05:00
        - Add missing dependencies to Makefile.PL
        - Remove OpenGL as a dependency (we should be standalone)

0.01_04  2017-01-29 18:22:01-05:00
        - implement glShaderSource_p and use it in
          t/02_glGetShaderInfoLog.t
        - this appears to work on Strawberry Perl

0.01_03  2017-01-28 18:29:02-05:00
        - fix breakage in linux/freebsd link line
        - more release cleanup
        - have test fails on Strawberry perl

0.01_02  2017-01-27 10:35:02-05:00
        - make glShaderSource bindings use auto-xs.inc versions
        - use T_PTR for typemaps for all pointers except char or strings
        - preparation for native perl argument handling


0.01_01  2016-12-18 16:17:31-05:00
        - CPAN alpha release
        - Cleaned up files to remove unnecessary ones

0.00_01  2016-11-26 14:13:41-05:00
        - original version; created from app-shadertoy sources
          extracting OpenGL::Glew as OpenGL::Modern