]> git.imager.perl.org - imager.git/commitdiff
extra files from separate PNG
authorTony Cook <tony@develop=help.com>
Mon, 4 Oct 2010 03:38:07 +0000 (03:38 +0000)
committerTony Cook <tony@develop=help.com>
Mon, 4 Oct 2010 03:38:07 +0000 (03:38 +0000)
PNG/Changes [new file with mode: 0644]
PNG/MANIFEST [new file with mode: 0644]
PNG/MANIFEST.SKIP [new file with mode: 0644]

diff --git a/PNG/Changes b/PNG/Changes
new file mode 100644 (file)
index 0000000..9c040c7
--- /dev/null
@@ -0,0 +1,15 @@
+Imager-File-PNG 0.77
+====================
+
+Bug fixes:
+
+ - add inc at the front of @INC so we don't pick up old installed 
+   Devel::CheckLib
+
+Imager-File-PNG 0.76
+====================
+
+Initial release based on Imager 0.77
+
+The idea here is that you can depend on Imager::File::PNG and be sure
+of PNG support.
diff --git a/PNG/MANIFEST b/PNG/MANIFEST
new file mode 100644 (file)
index 0000000..63259bf
--- /dev/null
@@ -0,0 +1,13 @@
+Changes
+impng.c
+impng.h
+inc/Devel/CheckLib.pm
+Makefile.PL
+MANIFEST                       This list of files
+MANIFEST.SKIP
+PNG.pm
+PNG.xs
+t/00load.t
+t/10png.t
+testimg/palette.png
+testimg/palette_out.png
diff --git a/PNG/MANIFEST.SKIP b/PNG/MANIFEST.SKIP
new file mode 100644 (file)
index 0000000..fafea54
--- /dev/null
@@ -0,0 +1,19 @@
+# build products
+\.o$
+\.bs$
+^PNG\.c$
+^blib/
+^pm_to_blib$
+^Makefile$
+^MANIFEST\.bak$
+
+# test products
+^testout
+
+# system
+^\.svn/
+/\.svn/
+
+# editor
+^#
+~$