NAME
MyCPAN::Indexer::Interface::Null - Don't show anything
SYNOPSIS
Use this in backpan_indexer.pl by specifying it as the interface class:
# in backpan_indexer.config
interface_class MyCPAN::Indexer::Interface::Null
DESCRIPTION
This class doesn't show anything. It's a null interface.
Methods
- component_type
-
This is an interface type.
- do_interface( $Notes )
-
Run the interface_callback until the
Finished
note is true. Don't do anything else.
SEE ALSO
MyCPAN::Indexer
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 © 2008-2018, brian d foy <bdfoy@cpan.org>. All rights reserved.
You may redistribute this under the terms of the Artistic License 2.0.