Perl-PrereqScanner-Scanner-SyntaxFeatures
文件大小: unknow
源码售价: 5 个金币 积分规则     积分充值
资源说明:Scan perl source for syntax extension requirements
=pod

=encoding utf-8

=head1 NAME

Perl::PrereqScanner::Scanner::SyntaxFeatures

=head1 VERSION

version 0.001000

=head1 SYNOPSIS

    my $scanner = Perl::PrereqScanner->new(
        extra_scanners => [qw( SyntaxFeatures )],
    );

=head1 DESCRIPTION

This is a scanner plugin for L. It will try to detect
required L extensions from their usage in Perl code.

=head1 IMPLEMENTS

=over

=item * L

=back

=head1 METHODS

=head2 scan_for_prereqs

    $scanner->scan_for_prereqs($ppi_document, $requirements);

Required by L. Scans the passed L
document and adds the detected extensions to the L
object passed as second argument.

=head1 SEE ALSO

=over

=item * L

=item * L

=back

=head1 BUGS

Please report any bugs or feature requests to bug-perl-prereqscanner-scanner-syntaxfeatures@rt.cpan.org or through the web interface at:
 http://rt.cpan.org/Public/Dist/Display.html?Name=Perl-PrereqScanner-Scanner-SyntaxFeatures

=head1 AUTHOR

Robert 'phaylon' Sedlacek 

=head1 COPYRIGHT AND LICENSE

This software is copyright (c) 2011 by Robert 'phaylon' Sedlacek.

This is free software; you can redistribute it and/or modify it under
the same terms as the Perl 5 programming language system itself.


本源码包内暂不包含可直接显示的源代码文件,请下载源码包。