| RDF-Server documentation | view source | Contained in the RDF-Server distribution. |
RDF::Server::Types - Moose types used by the RDF::Server framework
use RDF::Server::Types qw( Mutable );
if( is_Mutable( $handler ) ) { ... }
This module bundles together useful types.
James Smith, <jsmith@cpan.org>
Copyright (c) 2008 Texas A&M University.
This library is free software. You can redistribute it and/or modify it under the same terms as Perl itself.
| RDF-Server documentation | view source | Contained in the RDF-Server distribution. |