]> git.imager.perl.org - imager-screenshot.git/commitdiff
add missing test scrips, remove generated file
authorTony Cook <tony@develop-help.com>
Mon, 1 Jan 2007 05:17:43 +0000 (05:17 +0000)
committerTony Cook <tony@develop-help.com>
Mon, 1 Jan 2007 05:17:43 +0000 (05:17 +0000)
MANIFEST
MANIFEST.SKIP

index d77f018c828127ee438087075d24309a7f9b0c8a..f1e0d0b55ccc67b290a88ac90550a5776a861553 100644 (file)
--- a/MANIFEST
+++ b/MANIFEST
@@ -1,15 +1,16 @@
-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
+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
+Screenshot.pm                  Main perl implementation
+Screenshot.xs                  Interface to C code
+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
index d680162668d4cc9cec9745e57712bbec67c4281c..e29b7f370cd6ad86c3dce3e478ced2f868e28a8a 100644 (file)
@@ -1,12 +1,13 @@
-\.svn\r
-vc60\.pdb\r
-^blib\r
-\.def$\r
-\.old$\r
-^Makefile$\r
-\.bs$\r
-^pm_to_blib$\r
-~$\r
-\.obj$\r
-\.o$\r
-\.bak$\r
+\.svn
+vc60\.pdb
+^blib
+\.def$
+\.old$
+^Makefile$
+\.bs$
+^pm_to_blib$
+~$
+\.obj$
+\.o$
+\.bak$
+^Screenshot.c$