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