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

NAME

MyCPAN::Indexer::Interface::ANSIText - Present the run info as colored text

SYNOPSIS

Use this in backpan_indexer.pl by specifying it as the interface class:

        # in backpan_indexer.config
        interface_class  MyCPAN::Indexer::Interface::ANSIText

DESCRIPTION

This class presents the information as the indexer runs, using plain text. Successful reports are green and failed reports are red.

SEE ALSO

MyCPAN::Indexer::Interface::Text

SOURCE AVAILABILITY

This code is in Github:

        git://github.com/briandfoy/mycpan-indexer.git

AUTHOR

brian d foy, <bdfoy@cpan.org>

COPYRIGHT AND LICENSE

Copyright (c) 2008-2009, brian d foy, All Rights Reserved.

You may redistribute this under the same terms as Perl itself.