Win32::Setupsup version 1.11, released October 24, 2012
This module helps you to control other Windows programs. It's
especially useful for programs that don't provide their own scripting
language or OLE Automation support.
The Win32::CtrlGUI module provides a more user-friendly wrapper around
Win32::Setupsup. You should probably use it instead of trying to use
Win32::Setupsup directly.
INSTALLATION
The C++ part of Win32::Setupsup uses Microsoft's Structured Exception Handling,
which is not supported by MinGW's gcc. Therefore, it does not work with
Strawberry Perl. You need to compile Perl (and Win32::Setupsup) with
Microsoft's Visual C++. Porting help is welcome.
To install this module type the following:
perl Makefile.PL
make
make test
make install
DEPENDENCIES
Requires Windows NT 4, Windows 2000, or Windows XP
CHANGES
Here's what's new in version 1.11 of Win32::Setupsup:
(See the file "Changes" for the full revision history.)
- document that Exporter version 5.57 or later is required
(it has been since Win32::Setupsup 1.03, but wasn't documented)
COPYRIGHT AND LICENCE
Copyright 1999 by Jens Helberg
Copyright 2012 by Christopher J. Madsen
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.