in reply to Re: Re: Module compile problem
in thread Module compile problem

I see - opnames.h was introduced in 5.6.something. I suppose this just means that your module should have a "require 5.6.0" statement so its clear that you can't use it with your version of perl.

I downloaded the module source and noticed that opnames.c is not referenced there. I tend to agree wit h the other poster who pegged the problem on ExtUtils::MakeMaker.