- From: Ville Skytta via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 08 Mar 2010 19:36:10 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/validator/misc/bundle
In directory hutz:/tmp/cvs-serv28514
Modified Files:
Makefile.PL
Log Message:
Clean perltidy backups.
Index: Makefile.PL
===================================================================
RCS file: /sources/public/validator/misc/bundle/Makefile.PL,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -d -r1.33 -r1.34
--- Makefile.PL 3 Mar 2010 19:40:59 -0000 1.33
+++ Makefile.PL 8 Mar 2010 19:36:08 -0000 1.34
@@ -45,7 +45,10 @@
},
depend => {distdir => 'ChangeLog'},
dist => {TARFLAGS => '--owner=0 --group=0 -cvf'},
- clean => {FILES => 'ChangeLog.bak'},
+ clean => {
+ FILES =>
+ 'ChangeLog.bak Makefile.PL.bak lib/Bundle/W3C/Validator.pm.bak'
+ },
);
sub MY::postamble
Received on Monday, 8 March 2010 19:36:12 UTC