NAME
Net::PMP::CollectionDoc::Link - link from a Net::PMP::CollectionDoc::Links object
SYNOPSIS
package My::Class;
use Moose;
use Net::PMP::Profile::TypeConstraints;
# provide validation checking
has 'uri' => (isa => 'Net::PMP::Type::Href');
1;
DESCRIPTION
Net::PMP::Profile::TypeConstraints defines validation constraints for Net::PMP classes. This is a utility class defining types with Moose::Util::TypeConstraints in the Net::PMP::Type
namespace.
AUTHOR
Peter Karman, <karman at cpan.org>
BUGS
Please report any bugs or feature requests to bug-net-pmp at rt.cpan.org
, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Net-PMP-Profile. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.
SUPPORT
You can find documentation for this module with the perldoc command.
perldoc Net::PMP::CollectionDoc::Link
You can also look for information at:
RT: CPAN's request tracker (report bugs here)
AnnoCPAN: Annotated CPAN documentation
CPAN Ratings
Search CPAN
ACKNOWLEDGEMENTS
American Public Media and the Public Media Platform sponsored the development of this module.
LICENSE AND COPYRIGHT
Copyright 2013 American Public Media Group
See the LICENSE file that accompanies this module.