From 3572a03583d40cb0ae0df2c77bb6600fffafa4b4 Mon Sep 17 00:00:00 2001 From: Peter Breitenlohner Date: Sat, 12 May 2012 10:58:45 +0000 Subject: epstopdf 2.17: sync from Build/source/extra: placate perl -w git-svn-id: svn://tug.org/texlive/trunk@26309 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/scripts/epstopdf/epstopdf.pl | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (limited to 'Master/texmf-dist') diff --git a/Master/texmf-dist/scripts/epstopdf/epstopdf.pl b/Master/texmf-dist/scripts/epstopdf/epstopdf.pl index 9299839c41e..ca2bb234e4e 100755 --- a/Master/texmf-dist/scripts/epstopdf/epstopdf.pl +++ b/Master/texmf-dist/scripts/epstopdf/epstopdf.pl @@ -2,7 +2,7 @@ eval '(exit $?0)' && eval 'exec perl -S $0 ${1+"$@"}' && eval 'exec perl -S $0 $ if 0; use strict; -# $Id: epstopdf.pl 18319 2010-05-17 16:34:21Z karl $ +# $Id: epstopdf.pl 26303 2012-05-11 22:54:04Z karl $ # (Copyright lines below.) # # Redistribution and use in source and binary forms, with or without @@ -46,6 +46,8 @@ use strict; # # emacs-page # History +# 2012/05/12 v2.17 (Karl Berry) +# * uselessly placate -w. Debian bug 672281. # 2010/05/09 v2.16 (Karl Berry) # * make --nogs dump edited PostScript to stdout by default # (report from Reinhard Kotucha). @@ -149,9 +151,9 @@ use strict; ### program identification my $program = "epstopdf"; -my $ident = '($Id: epstopdf.pl 18319 2010-05-17 16:34:21Z karl $) 2.16'; +my $ident = '($Id: epstopdf.pl 26303 2012-05-11 22:54:04Z karl $) 2.17'; my $copyright = < @@ -179,9 +181,12 @@ $::opt_exact = 0; $::opt_filter = 0; $::opt_gs = 1; $::opt_gscmd = ""; +$::opt_help = 0; $::opt_hires = 0; $::opt_outfile = ""; $::opt_res = 0; +$::opt_restricted = 0; +$::opt_version = 0; ### usage my @bool = ("false", "true"); -- cgit v1.2.3