X-Git-Url: http://git.imager.perl.org/imager-screenshot.git/blobdiff_plain/07293684c079a48fb08f96d5cac646c6a876011a..687cf5bda05337e95824a02f5c0673169a8d2bb6:/MANIFEST diff --git a/MANIFEST b/MANIFEST index 90c4d10..2206ce7 100644 --- a/MANIFEST +++ b/MANIFEST @@ -1,18 +1,27 @@ Changes History +examples/win32_fw.pl Example - get a window by name on win32 and grab it +imss.h Declarations of the functions the XS gives access to +inc/Devel/CheckLib.pm +Makefile.PL Build script MANIFEST This list of files MANIFEST.SKIP Files not to include in the MANIFEST -Makefile.PL Build script +META.yml Module meta-data (added by MakeMaker) +ppport.h Support older perls +README Screenshot.pm Main perl implementation Screenshot.xs Interface to C code -examples/win32_fw.pl Example - get a window by name on win32 and grab it -imss.h Declarations of the functions the XS gives access to +scdarwin.c Darwin implementation scwin32.c Win32 implementation scx11.c X11 implementation +svwin32.c Win32 translate SV to HWND +svwin32.h Win32 translate SV to HWND (header) +typemap Type conversion t/00load.t Test - can we load the modules t/10win32.t Test - win32 implementation t/20x11.t Test - X11 implementation t/30tkx11.t Test - X11 implementation via Tk t/40tkwin32.t Test - Win32 implementation via Tk +t/50darwin.t Test - Darwin implementation t/90pod.t Test - check POD is valid t/91podcover.t Test - check all functions are covered by POD -META.yml Module meta-data (added by MakeMaker) +t/92manifest.t Test - check we match the MANIFEST