in reply to Re: Creating a module with DFA::Simple
in thread Creating a module with DFA::Simple

The error is definitely related to "use DFA::Simple", if I use other module: PDL, PDL::Complex, Tk, POSIX, Getopt::Long, etc, etc.... I don't get that message.

Obviously, if I don't use DFA::Simple, I don't get the error either.

Another info, if I use DFA::Simple not in another package, i.e. in main, it works... but I'm trying to create a module.

Thanks!
Adrianus

  • Comment on Re^2: Creating a module with DFA::Simple