]> git.imager.perl.org - imager-screenshot.git/blobdiff - MANIFEST
include NA in the die output as suggested by
[imager-screenshot.git] / MANIFEST
index 90c4d101667b34afda2034c99de15d1bdfab7193..6c3d00ab65b0e06065344c61ae4e424d9c67c7fa 100644 (file)
--- a/MANIFEST
+++ b/MANIFEST
@@ -1,11 +1,14 @@
 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
+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
 scwin32.c                      Win32 implementation
 scx11.c                                X11 implementation
 t/00load.t                     Test - can we load the modules
@@ -15,4 +18,4 @@ 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
-META.yml                                 Module meta-data (added by MakeMaker)
+t/92manifest.t                 Test - check we match the MANIFEST