Text-Similarity

 view release on metacpan or  search on metacpan

doc/INSTALL.pod  view on Meta::CPAN

=head1 NAME

INSTALL - Installation instructions for Text::Similarity

=head1 SYNOPSIS

    perl Makefile.PL
    make
    make test
    make install

=head1 DESCRIPTION

=head2 Dependencies

None

=head2 Detailed Installation Instructions

If you have superuser (root) access, you should be able to install
Text::Similarity by following these simple steps:

    perl Makefile.PL
    make
    make test  # optional, but recommended
    su         # or sudo, as the case may be
    make install

If you need to install this distribution in your local user account
because you lack superuser privileges, then the recommended method
on Unix-like systems (Linux, Solaris, Cygwin) is as follows:

    perl Makefile.PL PREFIX=~/Text-Similarity LIB=~/MyPerlLib
    make
    make test
    make install

This will install the executable scripts into ~/Text-Similarity/bin, 
the man pages in ~/Text-Similarity/man, and the libraries into 
~/MyPerlLib.  

You will need to set your PERL5LIB variable to point to the LIB directory.

In bash:

    export PERL5LIB=~/MyPerlLib

In csh or tcsh:

    setenv PERL5LIB ~/MyPerlLib

Add these lines to your .bashrc, .bash_profile, or .cshrc files as the
case may be.

=head1 AUTHOR

 Ted Pedersen, University of Minnesota, Duluth
 tpederse at d.umn.edu

This document last modified by :
$Id: INSTALL.pod,v 1.2 2015/10/08 12:50:10 tpederse Exp $

=head1 SEE ALSO

L<http://text-similarity.sourceforge.net> 

=head1 COPYRIGHT AND LICENSE

Copyright (c) 2004-2008, Ted Pedersen

Permission is granted to copy, distribute and/or modify this document
under the terms of the GNU Free Documentation License, Version 1.2
or any later version published by the Free Software Foundation;
with no Invariant Sections, no Front-Cover Texts, and no Back-Cover
Texts.

Note: a copy of the GNU Free Documentation License is available on
the web at L<http://www.gnu.org/copyleft/fdl.html> and is included in
this distribution as FDL.txt.

=cut



( run in 1.904 second using v1.01-cache-2.11-cpan-39bf76dae61 )