Win32/Wallpaper version 0.01
============================

The Win32::Wallpaper module allows you to modify the wallpaper, or background image, on your Win32 desktop. BitMaPs (BMPs) are the only images supported. You can set three wallpaper styles: center, stretch, and tile.  

This module will eventually be obsolete and no longer supported, with the release of my Win32::Desktop module, which will support the ActiveDesktop interface.        

INSTALLATION

To install this module type the following:

   perl Makefile.PL
   nmake
   nmake test
   nmake install

DEPENDENCIES

This module requires these other modules and libraries:

 Win32::API, Win32::TieRegistry, Win32::AbsPath, Image::Size

COPYRIGHT AND LICENCE

Copyright (C) 2003 Mike Accardo

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