The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
Revision history for Perl extension Win32::MSAgent.

0.05  June 25, 2003
    - Changed the behaviour of TTSModeID so it now only accepts the ID strings such
      like {c5c35d60-da44-11d1-B1F1-0000F803E456} (for Microsoft Sam)
    - Changed the behaviour of LanguageID so it now only accepts Microsoft LanguageID
      strings such like 0x0409 (for US English)
0.04  May 20, 2003
    - Added the Win32::MSAgent::PropertySheet class to be able to show the MSAgent 
      properties and change them.
	- Corrected the systemroot stuff in the demo.pl too 
0.03  September 3, 2002
	- Small modification to Makefile.PL
    - Corrected the testsuite to look for the character files under the systemroot
      even if it isn't c:\windows
0.02  August 30 2002
    - Added a lot but not all POD documentation, fixed a few minor bugs.
    - Makefile.PL now checks for MS OS and the presence of the MS Agent control
      if it fails, we won't create a Makefile. Thanks to Podmaster.
    - The tests now go and look for installed Character files instead of assuming
      that a certain character file is installed. The tests will be run using the
      first Character we find. Thanks to Briac Pilpre.
    - The Agent control is now loaded only once, when you use Win32::MSAgent, and 
      not every time you create an instance of the object. Thanks to Stefano Rodighiero.
    - Added demo.pl for some demonstration of what you can do with this module
0.01  Thu Aug 29 20:08:22 2002
	- original version; created by ExtUtils::ModuleMaker 0.204