package Ogre::ManualObject::ManualObjectSection; use strict; use warnings; use Ogre::Renderable; our @ISA = qw(Ogre::Renderable); 1; __END__