X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;ds=sidebyside;f=misc%2Ftranslator%2Ftext-extract2.pl;h=452fd896660186664e16961351df1f73ec759402;hb=de7a174ddc1f5b0efa5de933d49a2b1577acc243;hp=ec838c80ec177c86a0b18ae5ad7c41a0312c7c4c;hpb=2d132d2b6bcf0fb47194e13bb252d51a55747937;p=koha.git diff --git a/misc/translator/text-extract2.pl b/misc/translator/text-extract2.pl index ec838c80ec..452fd89666 100755 --- a/misc/translator/text-extract2.pl +++ b/misc/translator/text-extract2.pl @@ -14,10 +14,11 @@ # --> This will be relatively major rework, and requires corresponding # rework in tmpl_process.pl +use strict; +#use warnings; FIXME - Bug 2505 use Getopt::Long; use TmplTokenizer; use VerboseWarnings; -use strict; use vars qw( $input ); use vars qw( $debug_dump_only_p );