diff options
Diffstat (limited to 'Master/texmf-dist/scripts/epstopdf/epstopdf.pl')
-rwxr-xr-x | Master/texmf-dist/scripts/epstopdf/epstopdf.pl | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Master/texmf-dist/scripts/epstopdf/epstopdf.pl b/Master/texmf-dist/scripts/epstopdf/epstopdf.pl index 8254f2a5c42..9e80225d665 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 15569 2009-09-30 00:21:49Z karl $ +# $Id: epstopdf.pl 15843 2009-10-19 23:14:41Z karl $ # (Copyright lines below.) # # Redistribution and use in source and binary forms, with or without @@ -47,12 +47,12 @@ use strict; # # emacs-page # History -# 2009/10/18 v2.13 (Manuel Pégourié-Gonnard) +# 2009/10/18 v2.13 (Manuel P\'egouri\'e-Gonnard) # * Better argument validation, from Alexander Cherepanov. # * Use the list form of pipe open() (resp. system()) to prevent injection. # Since Perl's fork() emulation doesn't work on Windows with Perl 5.8.8 from # TeX Live 2009, use a temporary file instead of a pipe on Windows. -# 2009/10/14 v2.12 (Manuel Pégourié-Gonnard) +# 2009/10/14 v2.12 (Manuel P\'egouri\'e-Gonnard) # * Added restricted mode. # 2009/09/27 v2.11 (Karl Berry) # * Fixed two bugs in the (atend) handling code (Martin von Gagern) @@ -129,7 +129,7 @@ use strict; ### program identification my $program = "epstopdf"; -my $ident = '($Id: epstopdf.pl 15569 2009-09-30 00:21:49Z karl $) 2.11'; +my $ident = '($Id: epstopdf.pl 15843 2009-10-19 23:14:41Z karl $) 2.11'; my $copyright = <<END_COPYRIGHT ; Copyright 1998-2001 Sebastian Rahtz et al. Copyright 2002-2009 Gerben Wierda et al. |