Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37892179
en ru br
ALT Linux repos
S:0.25-alt6
5.0: 0.25-alt1
4.1: 0.25-alt1

Group :: Development/Perl
RPM: perl-PPerl

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: PPerl-0.25-alt-logfile_help.patch
Download


Adding '--logfile' option description
--- ./main.c
+++ ./main.c
@@ -199,6 +199,7 @@ static void Usage( char *pName )
            "  --no-cleanup       Skip the cleanup stage at the end of running your script\n"
            "                       this may make your code run faster, but if you forget\n"
            "                       to close files then they will remain unflushed and unclosed\n"
+           "  --logfile          File to log PPerl debuging information\n"
     );
     exit( 1 );
 }
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin