The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Win32::Mock - Mock Win32 modules

VERSION

Version 0.05

SYNOPSIS

    use Win32::Mock;
    use Win32;      # this now always works, using the mocked module

DESCRIPTION

Win32::Mock provides mocked version of Win32 modules and functions so programs and modules with Win32 specific code can be tested on any operating system.

AUTHOR

Sébastien Aperghis-Tramoni, <sebastien at aperghis.net>

BUGS

Please report any bugs or feature requests to bug-win32-mock at rt.cpan.org, or through the web interface at http://rt.cpan.org/Public/Dist/Display.html?Name=Win32-Mock. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.

SUPPORT

You can find documentation for this module with the perldoc command.

    perldoc Win32::Mock

You can also look for information at:

COPYRIGHT & LICENSE

Copyright 2007, 2008 Sébastien Aperghis-Tramoni, all rights reserved.

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