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

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

or
  perl BUILD.PL
  perl Build
  perl Build test
  perl Build install

DEPENDENCIES

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

Core module Test::More is used in the tests.

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

Optional module Term::ANIColor is used by CP_reporter.pl

COPYRIGHT AND LICENCE

Copyright (C) 2014 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.