=head1 NAME PLIB::PUI - Picoscopic User Interface for OpenGL =head1 SYNOPSIS use PLIB::PUI; =head1 DESCRIPTION =over 4 =cut package PUI; BEGIN { $VERSION = '0.1'; @ISA = qw(Exporter); require XSLoader; XSLoader::load "PLIB::PUI", $VERSION; } 1; =back =head1 AUTHOR Marc Lehmann http://home.schmorp.de/ =cut