The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Version 0.041 - 2019-01-09
  - New API functions: next_frame, current_context, log_gl_errors
  - New Import Syntax: -V1 loads ::V1 module, ":V1:all" is no longer allowed
  - Support for OpenGL::GLFW contexts
  - Clean up GL contexts before global destruction

Version 0.03 - 2018-07-09
  - Removed accidental dependency on X11::GLX
  - Added more options to make_context
  - Documented existing options to make_context
  - Export local gl* methods if available
    (useful for monkey-patch debugging)
  - Use Inline::Module, to avoid depending on Inline at runtime

Version 0.02 - 2018-06-18
  - Initial public release