in reply to Re: Module::Metadata
in thread Module::Metadata
$safe->permit_only(qw(:base_core :base_mem)); $safe->deny(qw(repeat range));
The actual code is a bit more complicated than this, because it handles nesting and (basic) quoting correctly in case a future metadata field accepts a coderef or something, but that's the gist of it. It also responds to use Module::Metadata 1.0 (version numbering) correctly by calling Module::Metadata->VERSION.
By the way, thanks for mentioning interoperability. I should add in a field for operating systems.
=cut
--Brent Dax
There is no sig.
|
|---|