-
-
20 Nov 2008 07:56:19 UTC
- Distribution: Data-Microformat
- Module version: 0.04
- Source (raw)
- Browse (raw)
- Changes
- How to Contribute
- Issues (1)
- Testers (192 / 501 / 0)
- Kwalitee
Bus factor: 0- 79.30% Coverage
- License: perl_5
- Activity
24 month- Tools
- Download (22.25KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
and 1 contributors-
Brendan O'Connor
- Dependencies
- DateTime::Format::W3CDTF
- HTML::Entities
- HTML::Stream
- HTML::TreeBuilder
- and possibly others
- Reverse dependencies
- CPAN Testers List
- Dependency graph
NAME
Data::Microformat::hCard::name - A module to parse and create names within hCards
VERSION
This documentation refers to Data::Microformat::hCard::name version 0.03.
DESCRIPTION
This module exists to assist the Data::Microformat::hCard module with handling names in hCards.
SUBROUTINES/METHODS
class_name
The hCard class name for a name; to wit, "n."
singular_fields
This is a method to list all the fields on a name that can hold exactly one value.
They are as follows:
given_name
The given, or "first," name.
additional_name
The additional, or "middle," name.
family_name
The family, or "last," name.
honorific_prefix
Any honorific prefix, such as "Dr."
honorific_suffix
Any honorific suffix, such as "Ph.D."
plural_fields
This is a method to list all the fields on a name that can hold multiple values.
There are none for a name.
BUGS
Please report any bugs or feature requests to
bug-data-microformat at rt.cpan.org
, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Data-Microformat. I will be notified,and then you'll automatically be notified of progress on your bug as I make changes.AUTHOR
Brendan O'Connor,
<perl at ussjoin.com>
COPYRIGHT
Copyright 2008, Six Apart Ltd. All rights reserved.
LICENSE
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
This program is distributed in the hope that it will be useful, but without any warranty; without even the implied warranty of merchantability or fitness for a particular purpose.
Module Install Instructions
To install Data::Microformat, copy and paste the appropriate command in to your terminal.
cpanm Data::Microformat
perl -MCPAN -e shell install Data::Microformat
For more information on module installation, please visit the detailed CPAN module installation guide.