This is a binary distribution version 0.01 of OpenGL module
version 0.4 for os2 and Perl version 5.00553.

It is installable on machines which have the same version of Perl and
a binary compatible configurations to the machine this was created on.

To test and install this extension use

  perl -MCPAN -e "test 'OpenGL::bin_os2' "
  perl -MCPAN -e "install 'OpenGL::bin_os2' "

or

  perl -MCPAN -e shell
  CPAN> test OpenGL::bin_os2
  CPAN> install OpenGL::bin_os2

or, if you download the archive yourself, extract it, and cd to the
distribution directory,

  perl Makefile.PL
  make
  make test
  make install

No additional software but a complete correctly installed Perl (binary)
distribution is required.

