Update of /cvsroot/po4a/po4a
In directory haydn:/tmp/cvs-serv15042
Modified Files:
Makefile.PL
Log Message:
Ask this stupid perl to cleanup the temp dir when pretending cleaning
Index: Makefile.PL
===================================================================
RCS file: /cvsroot/po4a/po4a/Makefile.PL,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- Makefile.PL 7 Nov 2003 10:35:29 -0000 1.3
+++ Makefile.PL 25 May 2004 18:28:01 -0000 1.4
@@ -9,7 +9,8 @@
'SGMLS' => ''}, # e.g., Module::Name =>
1.1
'EXE_FILES' => ['po4a-gettextize',
'po4a-updatepo',
'po4a-translate', 'po4a-normalize'],
- 'PMLIBDIRS' => ['lib/Locale/Po4a'],
+ 'PMLIBDIRS' => ['lib/Locale/Po4a'],
+ 'clean' => {FILES => "t/tmp/*"},
($] >= 5.005 ? ## Add these new keywords supported since 5.005
(ABSTRACT => 'Tools for helping translation of documentation',
AUTHOR => 'Martin Quinson <martin.quinson(a)tuxfamily.org>\n'.
Show replies by date