Requiring roles
[email protected] (Elliot Shank)
| Newsgroups | perl.moose |
|---|---|
| Message-ID | <[email protected]> |
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?