=pod
=for comment
DO NOT EDIT. This Pod was generated by Swim.
=encoding utf8
=head1 NAME
Pegex::vCard - Pegex Parser for vCard
=for html
=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
=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