- From: Ville Skytta via cvs-syncmail <cvsmail@w3.org>
- Date: Sun, 28 Feb 2010 19:13:54 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/perl/modules/W3C/LinkChecker In directory hutz:/tmp/cvs-serv12565 Modified Files: MANIFEST Makefile.PL Log Message: Add perltidy settings and Makefile target. Index: Makefile.PL =================================================================== RCS file: /sources/public/perl/modules/W3C/LinkChecker/Makefile.PL,v retrieving revision 1.29 retrieving revision 1.30 diff -u -d -r1.29 -r1.30 --- Makefile.PL 21 Feb 2010 16:57:43 -0000 1.29 +++ Makefile.PL 28 Feb 2010 19:13:52 -0000 1.30 @@ -80,5 +80,13 @@ $(ECHO) "use vars qw(\$$VERSION);" >> $@ $(ECHO) "\$$VERSION = \"$(VERSION)\";" >> $@ $(ECHO) "1;" >> $@ + +PERLTIDY = perltidy --profile=etc/perltidyrc --backup-and-modify-in-place + +perltidy: + @for file in Makefile.PL bin/checklink ; do \ + echo "$(PERLTIDY) $$file" ; \ + $(PERLTIDY) $$file ; \ + done MAKE_FRAG } Index: MANIFEST =================================================================== RCS file: /sources/public/perl/modules/W3C/LinkChecker/MANIFEST,v retrieving revision 1.13 retrieving revision 1.14 diff -u -d -r1.13 -r1.14 --- MANIFEST 23 Mar 2009 21:37:27 -0000 1.13 +++ MANIFEST 28 Feb 2010 19:13:52 -0000 1.14 @@ -9,6 +9,7 @@ bin/checklink The link checker bin/checklink.pod Manual page for the link checker etc/checklink.conf Optional configuration file +etc/perltidyrc perltidy(1) profile docs/checklink.html Additional documentation docs/linkchecker.css Cascading style sheet for the documentation images/double.png
Received on Sunday, 28 February 2010 19:13:55 UTC