The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
package Catmandu::PubMed;

=head1 NAME

Catmandu::PubMed - Catmandu module for working with PubMed data

=head1 VERSION

Version 0.01

=cut

our $VERSION = '0.01';

=head1 MODULES

=over

=item * L<Catmandu::Importer::PubMed>

=back

=head1 AUTHOR

=over

=item * Wouter Willaert, C<< <wouterw@inuits.eu> >>

=back

=head1 LICENSE AND COPYRIGHT

This program is free software; you can redistribute it and/or modify it
under the terms of either: the GNU General Public License as published
by the Free Software Foundation; or the Artistic License.

See http://dev.perl.org/licenses/ for more information.

=cut

1;