-
-
26 Nov 2007 17:12:32 UTC
- Distribution: URI-crid
- Module version: 0.01
- Source (raw)
- Browse (raw)
- Changes
- How to Contribute
- Issues (0)
- Testers (483 / 56 / 0)
- Kwalitee
Bus factor: 0- 89.09% Coverage
- License: unknown
- Activity
24 month- Tools
- Download (3.11KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
- Dependencies
- Test::More
- and possibly others
- Reverse dependencies
- CPAN Testers List
- Dependency graph
NAME
URI::crid - URI scheme as defined in RFC 4078
VERSION
Version 0.01
SYNOPSIS
Allows you to break down and/or build up URIs of the scheme CRID (as used by the TV-Anytime standard to uniquely identify television and radio programmes.
use URI; my $doctor_who = URI->new("crid://bbc.co.uk/b0074fly"); print "authority: " . $doctor_who->authority . $/; print "data: " . $doctor_who->data . $/; ...
METHODS
authority [AUTHORITY]
Returns (or sets) the organisation which owns this crid. This usually corresponds to the organisation's domain name.
data [DATA]
Returns (or sets) the unique identifier that this crid applies to. The author of a crid may decide for themselves what form this data takes, to best suit the application.
AUTHOR
Ali Craigmile,
<ali at hodgers.com>
BUGS
Please report any bugs or feature requests to
bug-uri-crid at rt.cpan.org
, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=URI-crid. 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 URI::crid
You can also look for information at:
RT: CPAN's request tracker
AnnoCPAN: Annotated CPAN documentation
CPAN Ratings
Search CPAN
ACKNOWLEDGEMENTS
Gisle Aas
gaas@cpan.org
for writing the base class URI.COPYRIGHT & LICENSE
Copyright 2007 Ali Craigmile, all rights reserved.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
Module Install Instructions
To install URI::crid, copy and paste the appropriate command in to your terminal.
cpanm URI::crid
perl -MCPAN -e shell install URI::crid
For more information on module installation, please visit the detailed CPAN module installation guide.