Skip Menu |

This queue is for tickets about the PAR CPAN distribution.

Report information
The Basics
Id: 6777
Status: resolved
Priority: 0/
Queue: PAR

People
Owner: smueller [...] cpan.org
Requestors: u11ir6e02 [...] sneakemail.com
Cc:
AdminCc:

Bug Information
Severity: Critical
Broken in: 0.83
Fixed in: (no value)



Subject: "pp -f Bytecode" with Tk on Windows fails
Using ActivePerl 5.8.4 on XP, the sample script compiles successfully but fails to run because Bytecode.pm isn't found. #----- Start Script ----- #!/usr/bin/perl use Encode::Unicode; use Tk; use Tk::BrowseEntry; my $valpbe; my $mw = MainWindow->new; my $be= $mw->BrowseEntry(-variable => \$valbe); $be->pack(-side => 'left', -anchor => 'w', -fill => 'x', -expand => 1); MainLoop; #----- End Script -------
On Mo. 28. Jun. 2004, 19:17:53, guest wrote: Show quoted text
> Using ActivePerl 5.8.4 on XP, the sample script compiles successfully > but fails to run because Bytecode.pm isn't found. > > #----- Start Script ----- > #!/usr/bin/perl > > use Encode::Unicode; > use Tk; > use Tk::BrowseEntry; > > my $valpbe; > my $mw = MainWindow->new; > my $be= $mw->BrowseEntry(-variable => \$valbe); > $be->pack(-side => 'left', -anchor => 'w', -fill => 'x', -expand => > 1); > > > MainLoop; > > #----- End Script -------
Sorry for this late reply. I took over PAR maintenance some time ago and I am cleaning up the RT ticket queue now. I cannot reproduce this with the most current version of PAR (0.941). Does the problem still apply? I'll close the ticket for now. If the problem persists, you can just answer to this ticket and it'll automatically be reopened. I'll try to get back to it quicker in that case. Steffen