Text::Editor::Vip - Perl Editor


Text-Editor-Vip documentation Contained in the Text-Editor-Vip distribution.

Index


Code Index:

NAME

Top

Text::Editor::Vip - Perl Editor

DESCRIPTION

Top

See the README file.

AUTHOR

Top

  Nadim iibn Hamouda El Khemir
  <nadim@khemir.net>

COPYRIGHT

Top

SEE ALSO

Top

perl(1).


Text-Editor-Vip documentation Contained in the Text-Editor-Vip distribution.

package Text::Editor::Vip;
use strict;
use warnings ;

BEGIN 
{
use Exporter ();
use vars qw ($VERSION @ISA @EXPORT @EXPORT_OK %EXPORT_TAGS);
$VERSION     = '0.04';
@ISA         = qw (Exporter);
@EXPORT      = qw ();
@EXPORT_OK   = qw ();
%EXPORT_TAGS = ();
}


1 ;