Metrics-CodeCounter version 0.0.1

This is the first version of Metrix-CodeCounter, an extensible source
lines of code counter.  It uses an XML configuration file that
keeps track of standards, rules, complex rules, and file extnetions.
It is capable of handling multiline comments, and other complex
rules that a language may have.

Next releases will have increased features, such as an easy to use
interface for build scripts and baseline source comparisons to measure
added, deleted, and reused LOC.

This namespaces will host other SE tools.

INSTALLATION

To install this module, run the following commands:

    perl Makefile.PL
    make
    make test
    make install


Alternatively, to install with Module::Build, you can use the following commands:

    perl Build.PL
    ./Build
    ./Build test
    ./Build install



DEPENDENCIES

None.


COPYRIGHT AND LICENCE

Copyright (C) 2005, John Fraser

This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself.
