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

NAME

Perl::Meta - Extract metadata from perl/pod text.

VERSION

Version 0.04

SYNOPSIS

    use Perl::Meta;

    my $pv = Perl::Meta::extract_perl_version(' use 5.10.1;');
    ...

SUBROUTINES/METHODS

extract_license

Returns license code for META.yml/json from perl/pod text by matching several patterns.

extract_perl_version

Returns perl version required in perl text.

extract_bugtracker

Searches for bug tracker pod links in text. rt.cpan.org, github.com, code.google.com are supported.

AUTHOR

Alexandr Ciornii, <alexchorny at gmail.com>

BUGS

Please report any bugs or feature requests to bug-perl-meta at rt.cpan.org, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Perl-Meta. 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 Perl::Meta

You can also look for information at:

ACKNOWLEDGEMENTS

LICENSE AND COPYRIGHT

Copyright 2010 - 2021 Alexandr Ciornii. Copyright 2002 - 2011 Brian Ingerson, Audrey Tang and Adam Kennedy.

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.