Mon Apr 11 16:14:08 2011: Request 67380 was acted upon.
Transaction: Correspondence added by [email protected]
       Queue: PAR-Packer
     Subject: Re: [rt.cpan.org #67380] Problems with install PAR::Packer 1.009 
on Strawberry Perl 5.12.2 on WinXP.
   Broken in: (no value)
    Severity: (no value)
       Owner: RSCHUPP
  Requestors: [email protected]
      Status: open
 Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=67380 >


Builders of PAR::Packer 1.009,

You requested, that if there is a pp.bat file somewhere below in my build
directory, I give you the contents.
Well, there is a pp.bat file in
D:\Scratch\Perl\CPAN\PAR-Packer-1.009\blib\script with the following
content:

@rem = '--*-Perl-*--
@echo off
if "%OS%" == "Windows_NT" goto WinNT
"%~dp0perl.exe" -x -S "%0" %1 %2 %3 %4 %5 %6 %7 %8 %9
goto endofperl
:WinNT
"%~dp0perl.exe" -x -S %0 %*
if NOT "%COMSPEC%" == "%SystemRoot%\system32\cmd.exe" goto endofperl
if %errorlevel% == 9009 echo You do not have Perl in your PATH.
if errorlevel 1 goto script_failed_so_exit_with_non_zero_val 2>nul
goto endofperl
@rem ';
#!/usr/bin/perl
#line 15
use strict;
use warnings;
use pp;
pp->go();

__END__
:endofperl

Hope, this helps!

Regards, Abel.



2011/4/11 Roderich Schupp via RT <[email protected]>

> <URL: https://rt.cpan.org/Ticket/Display.html?id=67380 >
>
> On 2011-04-11 09:47:21, [email protected] wrote:
> > I've collected as much info as I could (see below), I hope, you can
> > help me
> > fixing this problem.
>
> Strange. Can you check whether you have a file called pp.bat
> somewhere below your build directory.
> If yes, please post its contents (should be just a few lines).
>
> Cheers, Roderich
>
>

Reply via email to