add Imager::IO docs to the MANIFEST
authorTony Cook <tony@develop=help.com>
Thu, 6 May 2010 14:20:29 +0000 (14:20 +0000)
committerTony Cook <tony@develop=help.com>
Thu, 6 May 2010 14:20:29 +0000 (14:20 +0000)
update MANIFEST.SKIP to skip more stuff we don't ship, or is generated

Changes
MANIFEST
MANIFEST.SKIP

diff --git a/Changes b/Changes
index 065d77fcd1f297eedd58ffc9ea8f20f07040c6a7..f1a65c4162903e66405e018e196d74df92b930dc 100644 (file)
--- a/Changes
+++ b/Changes
@@ -17,6 +17,8 @@ Bug fixes:
  - update the TIFF file format documentation
    https://rt.cpan.org/Ticket/Display.html?id=56510
 
+ - lib/Imager/IO.pod was written almost 4 years ago but never shipped.
+
 Imager 0.73 - 15 Mar 2010
 ===========
 
index 27c788067ecce11ca5b478707085fd107d500123..51fb6c95bb21412ce7808c7e73d6ac82d39116b3 100644 (file)
--- a/MANIFEST
+++ b/MANIFEST
@@ -171,6 +171,7 @@ lib/Imager/Fountain.pm
 lib/Imager/Handy.pod
 lib/Imager/ImageTypes.pod
 lib/Imager/Inline.pod           Using Imager with Inline::C
+lib/Imager/IO.pod              Document Imager::IO objects
 lib/Imager/LargeSamples.pod    Track large sample support
 lib/Imager/Matrix2d.pm
 lib/Imager/Preprocess.pm
index 64b7f0d5dbbe8d105ae279a537705b79cf7a0647..dcdd9f2df905f892d31e24d89352c9ff2b40a47e 100644 (file)
@@ -4,7 +4,7 @@
 
 # editor trash
 ~$
-^\#.*\#$
+(^|/)\#.*\#$
 
 # stuff we don't distribute
 ^TODO$
 ^announce/
 ^bench/
 ^design/
+^fuzz/
 ^fileformatdocs/
 ^extraimages/
 ^fontfiles/.*\.sfd$
+^t/x.*\.t$
+^imcover.perl$
 
 # might distribute one day
 ^tools/imager$
 
+
 # trash left by Inline::C
 ^_Inline/
 
+# distributions built
+^Imager-\d\.\d\d(_\d\d)?\.tar\.gz$
+
 # build trash
 Makefile$
 Makefile\.old
 \bpm_to_blib$
 \.o$
-^testout
+^testout/
+^SGI/testout/
+^SGI/SGI.c
 ^blib/
 ^Flines/Flines\.c$
 ^Imager\.c$
@@ -43,9 +52,10 @@ Makefile\.old
 ^imconfig\.h$
 ^ICO/ICO\.c$
 ^ICO/testout
-^rubthru\.c$
+^(rubthru|paste|render|scale|flip|conv|filters|gaussian|compose)\.c$
 
 # trash from profiling
 \.gcno$
 \.gcda$
 \.gcov$
+\bcover_db\b