in reply to Re^3: Choosing namespace/name for (my first) CPAN module which is a sub-class of a well-known distribution
in thread Choosing namespace/name for (my first) CPAN module which is a sub-class of a well-known distribution

It's worth specifying all dependencies. Some systems ship with a bastardised 'perl', excluding things from the core.

  • Comment on Re^4: Choosing namespace/name for (my first) CPAN module which is a sub-class of a well-known distribution

Replies are listed 'Best First'.
Re^5: Choosing namespace/name for (my first) CPAN module which is a sub-class of a well-known distribution
by stevieb (Canon) on Nov 05, 2024 at 07:59 UTC

    Agreed. I should have mentioned that. Even though something is in core, it should always be listed in the Makefile.PL (or whatever file your build system uses) as a requirement or dependency.