Update of /cvsroot/po4a/po4a
In directory haydn:/tmp/cvs-serv26842
Modified Files:
Build.PL
Log Message:
Do not try to update the emacs autosaves
Index: Build.PL
===================================================================
RCS file: /cvsroot/po4a/po4a/Build.PL,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- Build.PL 30 Jul 2004 12:52:01 -0000 1.8
+++ Build.PL 7 Aug 2004 04:53:33 -0000 1.9
@@ -53,6 +53,7 @@
# update languages
@files = @{$self->rscan_dir('po/bin',qr{\.po$})};
foreach (@files) {
+ next if m|/.#|;
$_ =~ /.*\/(.*)\.po$/;
my $lang = $1;