—=pod
=for comment
DO NOT EDIT. This Pod was generated by Swim.
=encoding utf8
=head1 NAME
Pegex::vCard - Pegex Parser for vCard
=for html
<a href="https://travis-ci.org/ingydotnet/pegex-vcard-pm"><img src="https://travis-ci.org/ingydotnet/pegex-vcard-pm.png" alt="pegex-vcard-pm"></a>
<a href="https://coveralls.io/r/ingydotnet/pegex-vcard-pm?branch=master"><img src="https://coveralls.io/repos/ingydotnet/pegex-vcard-pm/badge.png" alt="pegex-vcard-pm"></a>
=head1 SYNOPSIS
use Pegex::vCard;
my $vcard = Pegex::vCard->parse($vcard);
=head1 DESCRIPTION
This module provides a Pegex grammar driven parser for the vCard format. It
returns a hash containing all the data.
=head1 SEE ALSO
=over
=item * L<http://en.wikipedia.org/wiki/VCard>
=back
=head1 AUTHOR
Ingy döt Net <ingy@cpan.org>
=head1 COPYRIGHT AND LICENSE
Copyright 2014. Ingy döt Net.
This program is free software; you can redistribute it and/or modify it under
the same terms as Perl itself.
=cut