]>
Commit | Line | Data |
---|---|---|
4a35f49b | 1 | Changes History |
1210b68e TC |
2 | examples/win32_fw.pl Example - get a window by name on win32 and grab it |
3 | imss.h Declarations of the functions the XS gives access to | |
4 | Makefile.PL Build script | |
4a35f49b TC |
5 | MANIFEST This list of files |
6 | MANIFEST.SKIP Files not to include in the MANIFEST | |
1210b68e TC |
7 | META.yml Module meta-data (added by MakeMaker) |
8 | README | |
4a35f49b TC |
9 | Screenshot.pm Main perl implementation |
10 | Screenshot.xs Interface to C code | |
11 | scwin32.c Win32 implementation | |
12 | scx11.c X11 implementation | |
13 | t/00load.t Test - can we load the modules | |
14 | t/10win32.t Test - win32 implementation | |
15 | t/20x11.t Test - X11 implementation | |
16 | t/30tkx11.t Test - X11 implementation via Tk | |
17 | t/40tkwin32.t Test - Win32 implementation via Tk | |
18 | t/90pod.t Test - check POD is valid | |
19 | t/91podcover.t Test - check all functions are covered by POD | |
1210b68e | 20 | t/92manifest.t Test - check we match the MANIFEST |