package Ogre::GpuProgram; use strict; use warnings; use Ogre::Resource; our @ISA = qw(Ogre::Resource); 1; __END__