in reply to Re^2: Testing Edges
in thread Testing Edges

You need to
use Params::Validate qw(:types);
to get the constants used for type checking (the SCALAR in your example).

Params::Validate docs

- Espen