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