I created with the tool "h2xs" a template for a perl package called
"perlmsgque"
in this package I want to add a "MqS" and a "MqSException" class.
both class's should use an individual "*.xs" file called MqS.xs
and MqSException.xs.
I'm not able to get anything useful working with the current perl
documentation.
it seems that multiple packages into a single module is not
covered
one package per module is possible but multiple ....
error message I get: Base class package "MqS" is empty
even if MqS is filled ..
mfg
Andreas Otto