perl/modules/W3C/LinkChecker MANIFEST,1.10,1.11 Makefile.PL,1.18,1.19

Update of /sources/public/perl/modules/W3C/LinkChecker
In directory hutz:/tmp/cvs-serv10646

Modified Files:
	MANIFEST Makefile.PL 
Log Message:
Include/reorganize required images.

Index: Makefile.PL
===================================================================
RCS file: /sources/public/perl/modules/W3C/LinkChecker/Makefile.PL,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -d -r1.18 -r1.19
--- Makefile.PL	5 Feb 2009 21:31:34 -0000	1.18
+++ Makefile.PL	10 Feb 2009 18:47:39 -0000	1.19
@@ -32,11 +32,11 @@
 
 sub MY::postamble {
   return <<'MAKE_FRAG';
-ChangeLog: bin/checklink bin/checklink.pod docs/checklink.html docs/linkchecker.css docs/valid-xhtml10.png README t/00compile.t
+ChangeLog: bin/checklink bin/checklink.pod docs/checklink.html docs/linkchecker.css README t/00compile.t
 	cvs2cl --FSF --utc --prune \
 	  --ignore ChangeLog --ignore cvsignore --ignore SIGNATURE \
 	  --ignore Makefile.PL --ignore META.yml --ignore MANIFEST \
-	  --ignore NEWS
+	  --ignore NEWS --ignore tests
 
 lib/W3C/LinkChecker.pm: Makefile.PL bin/checklink
 	$(MKPATH) lib/W3C

Index: MANIFEST
===================================================================
RCS file: /sources/public/perl/modules/W3C/LinkChecker/MANIFEST,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- MANIFEST	5 Feb 2009 21:31:34 -0000	1.10
+++ MANIFEST	10 Feb 2009 18:47:39 -0000	1.11
@@ -11,6 +11,18 @@
 etc/checklink.conf      Optional configuration file
 docs/checklink.html     Additional documentation
 docs/linkchecker.css    Cascading style sheet for the documentation
-docs/valid-xhtml10.png
+images/double.png
+images/grad.png
+images/head-bl.png
+images/head-br.png
+images/round-br.png
+images/round-tr.png
+images/textbg.png
+images/w3c.png
+images/info_icons/README
+images/info_icons/error.png
+images/info_icons/info.png
+images/info_icons/warning.png
+images/valid_icons/valid-xhtml10-blue.png
 lib/W3C/LinkChecker.pm  Dummy *.pm for CPAN indexing purposes
 t/00compile.t

Received on Tuesday, 10 February 2009 18:47:54 UTC