File: Const.pm

package info (click to toggle)
libopengl-modern-perl 0.0401-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 5,592 kB
  • sloc: perl: 82,853; ansic: 47,600; makefile: 3
file content (17 lines) | stat: -rw-r--r-- 226 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
package OpenGL::Modern::Const;

=head1 NAME

OpenGL::Modern::Const - module encapsulating GL constants

=cut

use strict;
use warnings;

our $VERSION = '0.4001';

require XSLoader;
XSLoader::load( __PACKAGE__, $VERSION );

1;