Win32::GUI::Scintilla version 1.5
=================================

Win32::GUI::Scintilla - Add Scintilla edit control to Win32::GUI

INSTALLATION

To install this module type the following:

  perl Makefile.PL
  make
  make install

Makefile.pl notes:
 - Scintilla.pm is create by /include/autogen.pl by Makefile.PL.
   it use Scintilla.iface, Scintilla.pm.begin and Scintilla.pm.end.
 - Makefile.pl copy ./include/SciLexer.dll to .\blib\arch\auto\Win32\GUI\Scintilla\SciLexer.dll

DEPENDENCIES

This module requires these other modules and libraries:

  Win32::GUI
  Scintilla (http:/www.scintilla.org/)

WEB PAGE AND PPM REPOSITORY

See: http://perso.club-internet.fr/rocherl/Win32GUI.html

COPYRIGHT AND LICENCE

Copyright 2003 by Laurent Rocher ([email protected]).

This program is free software; you can redistribute it and/or modify it
under the same terms as Perl itself.

See <http://www.perl.com/perl/misc/Artistic.html>.