# This is a temporary throwaway class. # The real one will use the metamodel. package PIL::Run::Type::Object; sub new { my($class,$s)=@_; bless {}, $class; } 1; __END__