>>I changed it to bugpm.pm (and changed the package name) and it worked fine.
> 
> 
> Actually, changing it to bug_tm.pm works. I had forgotten to change the
> package name when I retested :(. So hyphens in response tests are a bad
> thing?

the limitation here is that perl package namespaces cannot contain hyphens,
which is not specifically mentioned but can be inferred from perlvar.pod,
"Technical Note on the Syntax of Variable Names".

--Geoff

Reply via email to