App-SimpleScan
view release on metacpan or search on metacpan
lib/App/SimpleScan/Substitution.pm view on Meta::CPAN
=item C<< Argument to new is not a hash ref >>
The new() argument must be a hash ref, if any argument is supplied at all.
This is most commonly caused by supplying 'dictionary => /%some hash' and
forgetting to put curly braces around it.
=item C<< dictionary must be a hash reference >>
You passed in a value for dictionary that wasn't a hash reference. Did you
forget to say \%hash?
=item C<< find_vars_callback must be a code reference >>
You passed in a value for find_vars_callback that wasn't a code reference.
Did you try to just use a regex without sub{} around it?
=back
=head1 CONFIGURATION AND ENVIRONMENT
( run in 1.920 second using v1.01-cache-2.11-cpan-d7a12ab2c7f )