![]() |
File Search | Catalog | Content Search |
Homepage: | - |
Package version: | - |
Architecture: | - |
Distribution: | Perl-CPAN |
Filename: | Win32-CtrlGUI-0.31.tar.gz |
NAME Win32::CtrlGUI - a Module for controlling Win32 GUIs based on Win32::Setupsup SYNOPSIS use Win32::CtrlGUI my $window = Win32::CtrlGUI::wait_for_window(qr/Notepad/); $window->send_keys("!fx"); DESCRIPTION "Win32::CtrlGUI" makes it much easier to use "Win32::Setupsup" to control Win32 GUIs. It relies completely on "Win32::Setupsup" for its underlying int more»
#!perl BEGIN { unless ($ENV{RELEASE_TESTING}) { require Test::More; Test::More::plan(skip_all => 'these tests are for release candidate testing'); } } use Test::More; eval "use Test::Pod::Coverage 1.08"; plan skip_all => "Test::Pod::Coverage 1.08 required for testing POD coverage" if $@; eval "use Pod::Coverage::TrustPod"; plan skip_all => "Pod::Coverage::TrustPod required for t more»
#!perl BEGIN { unless ($ENV{RELEASE_TESTING}) { require Test::More; Test::More::plan(skip_all => 'these tests are for release candidate testing'); } } use Test::More; eval "use Test::Pod 1.41"; plan skip_all => "Test::Pod 1.41 required for testing POD" if $@; all_pod_files_ok();
Revision history for Perl extension Win32::CtrlGUI. 0.31 October 20, 2012 - Reduced number of fi more»
This software is copyright (c) 2012 by Toby Ovod-Everett. This is free software; you can redistribu more»
[DIR] | Win32-CtrlGUI-0.31/ (10) |