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

NAME

Pistachio::Keywords::Perl5 - provides is_keyword()

VERSION

version 0.10

SYNOPSIS

 use Pistachio::Keywords::Perl5 'is_keyword';
 print is_keyword 'package'; # 1
 print is_keyword 'foobar';  # 0

AUTHOR

Joel Dalley <joeldalley@gmail.com>

COPYRIGHT AND LICENSE

This software is copyright (c) 2014 by Joel Dalley.

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