Skip Menu |

This queue is for tickets about the PDF-Reuse CPAN distribution.

Report information
The Basics
Id: 30522
Status: resolved
Priority: 0/
Queue: PDF-Reuse

People
Owner: cnighs [...] cpan.org
Requestors: jon [...] portology.com
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in:
  • 0.35
  • 0.35_02



Subject: PDF Reuse simply doesn't work under Perl 5.8.5
Date: Tue, 6 Nov 2007 18:00:01 +0100
To: <bug-PDF-Reuse [...] rt.cpan.org>
From: "Jon Leigh" <jon [...] portology.com>
Hello To cut a rather long story short, last night my server automatically upgraded itself to the latest Perl Version (5.8.5). This morning, PDF::Reuse didn't work any more. I re-installed it but still no joy. The version I have is 0.33. I'd appreciate it if you could let me know as soon as there's a version that works under Perl 5.8.5 or whether there's something else I could do to fix this problem. Many thanks Regards Jon Leigh
It seems to work fine on the latest Perl for me: cnighswonger@cnighswonger-dt:~/Repositories/PDF-Reuse-0.35_02$ ls Changes Makefile.PL MANIFEST META.yml README Reuse Reuse.pm test.pl Util cnighswonger@cnighswonger-dt:~/Repositories/PDF-Reuse-0.35_02$ perl Makefile.PL Checking if your kit is complete... Looks good Writing Makefile for PDF::Reuse Writing MYMETA.yml and MYMETA.json cnighswonger@cnighswonger-dt:~/Repositories/PDF-Reuse-0.35_02$ make cp Reuse/Util.pm blib/lib/PDF/Reuse/Util.pm cp Reuse.pm blib/lib/PDF/Reuse.pm AutoSplitting blib/lib/PDF/Reuse.pm (blib/lib/auto/PDF/Reuse) Manifying blib/man3/PDF::Reuse.3pm cnighswonger@cnighswonger-dt:~/Repositories/PDF-Reuse-0.35_02$ make test PERL_DL_NONLAZY=1 /usr/bin/perl "-Iblib/lib" "-Iblib/arch" test.pl 1..8 # Running under perl version 5.018002 for linux # Current time local: Wed Dec 3 22:47:22 2014 # Current time GMT: Thu Dec 4 03:47:22 2014 # Using Test.pm version 1.26 ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 If you have ok for everything this far, PDF::Reuse can be used Will test the optional requirements for True Type Fonts and UTF8 characters ok 7 ok 8 cnighswonger@cnighswonger-dt:~/Repositories/PDF-Reuse-0.35_02$ perl -v This is perl 5, version 18, subversion 2 (v5.18.2) built for x86_64-linux-gnu-thread-multi (with 41 registered patches, see perl -V for more detail) Copyright 1987-2013, Larry Wall Perl may be copied only under the terms of either the Artistic License or the GNU General Public License, which may be found in the Perl 5 source kit. Complete documentation for Perl, including FAQ lists, should be found on this system using "man perl" or "perldoc perl". If you have access to the Internet, point your browser at http://www.perl.org/, the Perl Home Page. cnighswonger@cnighswonger-dt:~/Repositories/PDF-Reuse-0.35_02$