NAME
Vim::Tag::Null - Empty base package for fake packages to aid tag generation
SYNOPSIS
use base 'Vim::Tag';
my $gen = main->new;
$gen->setup_fake_package('Foo::Bar');
DESCRIPTION
This empty package serves as the base class for fake packages that you don't want to install - maybe they're needed only on another platform, on the production system, need libraries that are impossible or difficult to install etc.
You will probably not need to use this package directly. It is used when calling setup_fake_package()
in Vim::Tag.
BUGS AND LIMITATIONS
No bugs have been reported.
Please report any bugs or feature requests through the web interface at http://rt.cpan.org.
INSTALLATION
See perlmodinstall for information and options on installing Perl modules.
AVAILABILITY
The latest version of this module is available from the Comprehensive Perl Archive Network (CPAN). Visit <http://www.perl.com/CPAN/> to find a CPAN site near you. Or see http://search.cpan.org/dist/Vim-Tag/.
AUTHORS
Marcel Grünauer, <marcel@cpan.org>
COPYRIGHT AND LICENSE
Copyright 2008-2010 by Marcel Grünauer
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.