Skip Menu |

This queue is for tickets about the PostScript-PPD CPAN distribution.

Report information
The Basics
Id: 79702
Status: stalled
Priority: 0/
Queue: PostScript-PPD

People
Owner: Nobody in particular
Requestors: MPLATTU [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 0.0203
Fixed in: (no value)

Attachments


Attached PPD results *** unhandled exception in callback: *** Current UI is HPCollateSupported, not HPOption_PaperPolicy at PostScript/PPD.pm line 291, <GEN1> line 450. *** ignoring at adlpadd line 145. relevant code: use strict; use PostScript::PPD; sub is_correct_ppd { # Checks if PPD suits to $driver_name if (-f $File::Find::name) { print "Checking $File::Find::name\n"; my $this_ppd = PostScript::PPD->new($File::Find::name); if (lc($driver_name) eq lc($this_ppd->{'ModelName'})) { push(@ppd_files, $File::Find::name); } } } $ perl --version This is perl, v5.10.1 (*) built for i486-linux-gnu-thread-multi Please let me know if you have any questions concerning the matter.
Subject: hp-color_laserjet_3800-ps.ppd
Download hp-color_laserjet_3800-ps.ppd
application/octet-stream 293.5k

Message body not shown because it is not plain text.

At first glance, I'd say this is a problem with the i18n in your PPD. However, I've just tested with perl 5.12.2, 5.10.1 and 5.8.8 and am unable to reproduce the problem. Do you have LANG, LANGUAGE or LC_ALL set? If so, could you tell me to what so I could reproduce the problem?
On Tue Sep 18 12:12:59 2012, GWYN wrote: Show quoted text
> At first glance, I'd say this is a problem with the i18n in your PPD. > However, I've just tested with perl 5.12.2, 5.10.1 and 5.8.8 and am > unable to reproduce the problem. > > Do you have LANG, LANGUAGE or LC_ALL set? If so, could you tell me to > what so I could reproduce the problem?