From: Bruno Haible Date: Thu, 3 Jun 2010 22:42:15 +0000 (+0200) Subject: xgettext: Recognize language of files ending in .perl. X-Git-Tag: v0.18.1~14 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=96436554321c260a4cb88ecf00184793697bc69e;p=thirdparty%2Fgettext.git xgettext: Recognize language of files ending in .perl. --- diff --git a/gettext-tools/src/ChangeLog b/gettext-tools/src/ChangeLog index f3a5e0d2f..19aa6fda1 100644 --- a/gettext-tools/src/ChangeLog +++ b/gettext-tools/src/ChangeLog @@ -1,3 +1,9 @@ +2010-06-03 Bruno Haible + + xgettext: Recognize language of files ending in .perl. + * x-perl.h (EXTENSIONS_PERL): Recognize .perl. + Suggested by Ævar Arnfjörð Bjarmason . + 2010-06-03 Bruno Haible urlget: Don't attempt to run the Java program if we don't install it. diff --git a/gettext-tools/src/x-perl.h b/gettext-tools/src/x-perl.h index 43ce4055e..0ee1703b2 100644 --- a/gettext-tools/src/x-perl.h +++ b/gettext-tools/src/x-perl.h @@ -1,5 +1,5 @@ /* xgettext Perl backend. - Copyright (C) 2002-2003, 2006 Free Software Foundation, Inc. + Copyright (C) 2002-2003, 2006, 2010 Free Software Foundation, Inc. Written by Guido Flohr , 2002-2003 This program is free software: you can redistribute it and/or modify @@ -31,6 +31,7 @@ extern "C" { { "pl", "perl" }, \ { "PL", "perl" }, \ { "pm", "perl" }, \ + { "perl", "perl" }, \ { "cgi", "perl" }, \ #define SCANNERS_PERL \