NAME
Pistachio::Keywords::Perl5 - provides is_keyword()
VERSION
version 0.02
SYNOPSIS
is_keyword
'package'
;
# 1
is_keyword
'foobar'
;
# 0
AUTHOR
Joel Dalley <joeldalley@gmail.com>
COPYRIGHT AND LICENSE
This software is copyright (c) 2013 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.