The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
README for Perl extension String::PerlIdentifier

This document refers to version 0.06 of String::PerlIdentifier.  
This version was released November 14 2016.

To install this module on your system, place the tarball archive file in a 
temporary directory and call the following:

% gunzip String-PerlIdentifier-0.06.tar.gz
% tar xf String-PerlIdentifier-0.06.tar
% cd String-PerlIdentifier-0.06
% perl Makefile.PL
% make
% make test
% make install

If during installation you wish to view more information on test results, 
substitute the following for the sixth line in the sequence of commands
above:

% make test TEST=VERBOSE

If you are installing this module over any earlier version, you may 
substitute the following for the last line in the sequence of commands 
above:

% make install UNINST=1

If you are installing this module on a Win32 system with 'nmake', 
substitute 'nmake' for 'make' in the sequence of commands above.

In sending e-mail to the maintainer, please put "String::PerlIdentifier", 
or "String-PerlIdentifier" or "make_varname" in the subject line.

Author:  James E Keenan
CPAN ID:  JKEENAN
jkeenan@cpan.org

Copyright (c) 2005-2016 James E. Keenan.  All rights reserved.
This program is free software; you can redistribute
it and/or modify it under the same terms as Perl itself.

The full text of the license can be found in the
LICENSE file included with this module.