
Test::Count::FileMutator::ByFileType::App - a standalone command line application that modifies a file in place based on its type.

# To process C code
$ perl -MTest::Count::FileMutator::ByFileType::App -e 'run()' --ft=c myfile.c
# To process Perl 5 code
$ perl -MTest::Count::Filter::ByFileType::App -e 'run()' myfile.pl

Runs the program.

Shlomi Fish, http://www.shlomifish.org/

Please report any bugs or feature requests to bug-test-count at rt.cpan.org, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Test::Count. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.

You can find documentation for this module with the perldoc command.
perldoc Test::Count
You can also look for information at:

Test::Count, Test::Count::Parser


This module is free software, available under the MIT X11 Licence:
http://www.opensource.org/licenses/mit-license.php
Copyright by Shlomi Fish, 2009.