On Feb 5, 2007, at 5:07 PM, Paul LeoNerd Evans wrote:

 our %keys = (
    name => { type => "$", regex => qr{^\w+$} },
    path => { type => "$", regex => qr{^[^ ]+$} },
    mappings => {
      type => '%$', key_regex => ....
    },
 );

That part looks an awful lot like Params::Validate. Which is pretty flexible.

 -Ken


Reply via email to