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