]> git.imager.perl.org - imager-screenshot.git/blobdiff - MANIFEST
add a readme and example for win32, convert files from Win32 to Unix
[imager-screenshot.git] / MANIFEST
index d77f018c828127ee438087075d24309a7f9b0c8a..8639a5d6d8264360c907a14760f5f7062d59701d 100644 (file)
--- a/MANIFEST
+++ b/MANIFEST
@@ -1,15 +1,17 @@
-imss.h\r
-Makefile.PL\r
-MANIFEST                       This list of files\r
-MANIFEST.SKIP\r
-Screenshot.c\r
-Screenshot.pm\r
-Screenshot.xs\r
-scwin32.c\r
-scx11.c\r
-t/00load.t\r
-t/10win32.t\r
-t/20x11.t\r
-t/30tkx11.t\r
-t/40tkwin32.t\r
-t/90pod.t\r
+Changes                                History
+MANIFEST                       This list of files
+MANIFEST.SKIP                  Files not to include in the MANIFEST
+Makefile.PL                    Build script
+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
+scwin32.c                      Win32 implementation
+scx11.c                                X11 implementation
+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/90pod.t                      Test - check POD is valid
+t/91podcover.t                 Test - check all functions are covered by POD