[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#672281: Fwd: Perl errors when using epstopdf



I got a reply, pasted bellow:

---------- Forwarded message ----------
From: Karl Berry <karl@freefriends.org>
Date: Fri, May 11, 2012 at 7:58 PM
Subject: Re: Perl errors when using epstopdf
To: lpenz@terra.com.br


   I'm using epstopdf extensively, and the last time I update I started
   getting some warnings from perl:

The original epstopdf hasn't changed since 2010, so clearly something
in your update has taken it upon itself to run it with -w by default.

Anyway, it's easy to fix.  The new version will be in TL'12.  Thanks for
the report, I guess :).

Best,
k

@@ -179,9 +181,12 @@
 $::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");



Reply to: