in reply to Dynamic exports with Exporter::Easy

Their names are known at compile time, so I could certainly hard-code them in, but I'm a fan of DRY and would rather just specify them once.

yes such repetition feels annoying but DRY is about authority not keyboard clicks

package Foo is the authority however you code it

  • Comment on Re: Dynamic exports with Exporter::Easy