#!/usr/bin/perl use strict; use Locale::Maketext::Extract::Run 'xgettext'; if (@ARGV) { xgettext(@ARGV); } else { system(qq[perldoc "$0"]); } # PODNAME: xgettext.pl # ABSTRACT: Extract translatable strings from source __END__ =pod =encoding UTF-8 =head1 NAME xgettext.pl - Extract translatable strings from source =head1 VERSION version 1.00 =head1 SYNOPSIS B [I