Is there a way to avoid the duplication here:

   use Foo ();
   with 'Foo';

Is there a way to get "with" (or something similar) to do a require?

Reply via email to