FreeBSD Manual Pages
MooseX::Types::URI(3) User Contributed Perl DocumentationMooseX::Types::URI(3) NAME MooseX::Types::URI - URI related types and coercions for Moose VERSION version 0.08 SYNOPSIS use MooseX::Types::URI qw(Uri FileUri DataUri); DESCRIPTION This package provides Moose types for fun with URIs. TYPES The types are with "ucfirst" naming convention so that they don't mask the URI class. "Uri" Either URI or URI::WithBase Coerces from "Str" via "new" in URI. Coerces from Path::Class::File and Path::Class::Dir via "new" in URI::file. Coerces from "ScalarRef" via "new" in URI::data. Coerces from "HashRef" using URI::FromHash. "DataUri" A URI whose scheme is "data". Coerces from "Str" and "ScalarRef" via "new" in URI::data. "FileUri" A URI::file class type. Has coercions from "Str", Path::Class::File and Path::Class::Dir via "new" in URI::file It has slightly DWIMier types than the URI classes have due to implementation details, so the types should be more forgiving when ducktyping will work anyway (e.g. URI::WithBase does not inherit URI). TODO Think about Path::Resource integration of some sort AUTHOR XXXX XXX'XX (Yuval Kogman) <nothingmuch@woobling.org> CONTRIBUTORS o Karen Etheridge <ether@cpan.org> o Florian Ragwitz <rafl@debian.org> o Olivier Mengue <dolmen@cpan.org> o Daniel Pittman <daniel@rimspace.net> o MORIYA Masaki (gardejo) <moriya@ermitejo.com> o Shawn M Moore <sartak@gmail.com> COPYRIGHT AND LICENSE This software is copyright (c) 2008 by XXXX XXX'XX (Yuval Kogman). This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself. perl v5.32.0 2015-08-16 MooseX::Types::URI(3)
NAME | VERSION | SYNOPSIS | DESCRIPTION | TYPES | TODO | AUTHOR | CONTRIBUTORS | COPYRIGHT AND LICENSE
Want to link to this manual page? Use this URL:
<https://www.freebsd.org/cgi/man.cgi?query=MooseX::Types::URI&sektion=3&manpath=FreeBSD+12.2-RELEASE+and+Ports>