Code::DRY version
=================

Code::DRY (short for Don't Repeat Yourself) is a Perl distribution
used to detect repeated code fragments in Perl source code.

It uses C code, so a C compiler is necessary.

INSTALLATION

To install this module type the following:

   perl Makefile.PL
   make
   make test
   make install


DEPENDENCIES

Core module File::Find will be used for scanning directories.

Core module Test::More and optionally non core module Test::Output is used in the tests.

Core module Getopt::Long is used in the application CP_reporter

Optional module Term::ANSIColor is used by CP_reporter

COPYRIGHT AND LICENCE

Copyright (C) 2014-2015,2019 by hexcoder

This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself, either Perl version 5.8.8 or,
at your option, any later version of Perl 5 you may have available.