
Path::Resolver::Role::Converter - something that converts from one type to another

version 3.100452

This method must return the type of input that's expected.
This method must return the type of input that's promised to be returned.
This method performs the actual converstion.
It's passed an object of input_type and returns an object of output_type.

Classes implementing the Converter role must provide three methods:

Ricardo Signes <rjbs@cpan.org>

This software is copyright (c) 2011 by Ricardo Signes.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.