There is an ongoing outage on the primary CPAN mirror. It is possible to work around the issue by using MetaCPAN as a mirror.

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.