Subject: | wrong output in contrib/pdf-merge.pl |
patch attached
Subject: | perl-PDF-API2-2.016-fix-program-output.patch |
--- PDF-API2-2.016/contrib/pdf-merge.pl.orig 2011-01-24 16:41:32.000000000 +0100
+++ PDF-API2-2.016/contrib/pdf-merge.pl 2011-02-16 18:22:40.937122092 +0100
@@ -18,7 +18,7 @@
my $pdf=PDF::API2->new;
foreach my $in (@ARGV) {
- print STDERR 'loading file $in .';
+ print STDERR "loading file $in .";
my $inpdf=PDF::API2->open($in);
my $pages=scalar @{$inpdf->{pagestack}};
foreach my $page (1..$pages) {