The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

__END__

NAME

    tagger - Test script with embedded test suite

SYNOPSIS

        # Normal operation
    $ tagger filename ...

        # Run regression test suite
    $ tagger --test

DESCRIPTION

tagger is a test script and has no real purpose but demonstrating how to embed a regression test suite into a standalone script using Test::Standalone.

tagger will write the line "tagger was here!\n" into every file specified on the command line. To run the regression test suite instead, call tagger --test.

LEGALESE

Copyright 2005 by Mike Schilli, all rights reserved. This program is free software, you can redistribute it and/or modify it under the same terms as Perl itself.

AUTHOR

2005, Mike Schilli <cpan@perlmeister.com>