[XeTeX] Version 0.87 released
Bruno Voisin
bvoisin at mac.com
Thu Sep 23 17:19:16 CEST 2004
Le 23 sept. 04, à 16:33, Jonathan Kew a écrit :
> Could you take a look and see if you did get the new version? You
> could check the file by looking in Terminal with:
>
> [jonathan:~] % head -n 20
> /usr/local/teTeX/share/texmf.local/xetex/perl/lib/PDF/Reuse.pm
>
> and see if line 13 has a '#' character at the start. I'm wondering if
> you actually got the replacement installed OK; as far as I can tell,
> both installers include the revised file.
Here's what I get:
legimc11:~ brunovoisin$ head -n 20
/usr/local/teTeX/share/texmf.local/xetex/perl/lib/PDF/Reuse.pm
package PDF::Reuse;
use 5.006;
use strict;
use warnings;
require Exporter;
require Digest::MD5;
use autouse 'Carp' => qw(carp
cluck
croak);
use Compress::Zlib qw(compress inflateInit);
use autouse 'Data::Dumper' => qw(Dumper);
use AutoLoader qw(AUTOLOAD);
our $VERSION = '0.291';
our @ISA = qw(Exporter);
our @EXPORT = qw(prFile
So it seems the change has not been performed. I did install from
XeTeX.pkg, mounted from XeTeX_087b.dmg.
I just Ctrl-clicked XeTeX.pkg, decompressed Archive.pax.gz and opened
Archive.pax in BBEdit. It contains (lines 48954 ff.):
}07070700000155073010044400076500002400000100000010121615235000057000005
36152./share/texmf.local/fonts/otf/lib/PDF/Reuse.pm package PDF::Reuse;
use 5.006;
use strict;
use warnings;
require Exporter;
require Digest::MD5;
use autouse 'Carp' => qw(carp
cluck
croak);
use Compress::Zlib qw(compress inflateInit);
use autouse 'Data::Dumper' => qw(Dumper);
use AutoLoader qw(AUTOLOAD);
our $VERSION = '0.291';
our @ISA = qw(Exporter);
so I think the change has not been taken into account.
In a rush,
Bruno
More information about the XeTeX
mailing list