summaryrefslogtreecommitdiff
path: root/utils/libnetcfg.PL
Commit message (Collapse)AuthorAgeFilesLines
* Provide a better recommendation for 'Run only under a shell'Nicolas R2020-08-101-1/+1
| | | | | | | | | | | | | | Using an unset variable hides the true intent and also requires an extra backslash `\$running_under_some_shell` when used in heredoc. Note that this could also lead to mistake when using `\$` in a regular Perl program, as this would be true and not false as it should be. Stop recommending the use of an undefined variable for the shell fallback. Use '0', with a comment making clear the goal of 'if 0'.
* utils/libnetcfg: fix 'do' without '.' in @INCDavid Mitchell2017-04-071-1/+1
| | | | | Note that this isn't normally executed during build, so it wasn't spotted earlier.
* Switch most open() calls to three-argument form.John Lightsey2016-12-231-1/+1
| | | | | | | | | | Switch from two-argument form. Filehandle cloning is still done with the two argument form for backward compatibility. Committer: Get all porting tests to pass. Increment some $VERSIONs. Run: ./perl -Ilib regen/mk_invlists.pl; ./perl -Ilib regen/regcharclass.pl For: RT #130122
* (perl #127834) remove . from the end of @INC if complex modules are loadedTony Cook2016-07-261-0/+1
| | | | | | | While currently Encode and Storable are know to attempt to load modules not included in the core, updates to other modules may lead to those also attempting to load new modules, so be safe and remove . for those as well.
* libnetcfg.PL: Fix broken pod linkKarl Williamson2013-03-181-1/+1
|
* [RT #36079] Convert ` to '.jkeenan2011-11-221-4/+4
|
* typos and other minor thingsTodd C. Miller2003-03-111-2/+2
| | | | | | From: "Todd C. Miller" <Todd.Miller@courtesan.com> Message-Id: <200303110400.h2B40tEQ018838@xerxes.courtesan.com> p4raw-id: //depot/perl@18904
* Typo fixes from jmc@prioris.mini.pw.edu.pl (from openbsd.bugs)Jarkko Hietaniemi2003-01-171-3/+3
| | | p4raw-id: //depot/perl@18510
* a few typo fixes Jeffrey Friedl2001-11-121-2/+2
| | | | | | | | | | | Message-Id: <200111120515.fAC5FIc74795@ventrue.corp.yahoo.com> Patching README.foo instead of pod/perlfoo.pod, not patching Math::BigInt (Tels will take care of that), dropping broken hv.c and sv.h patches, patching libnetcfg.PL and perldoc.PL instead of libnetcfg and perldoc, patching ext/Digest/MD5/t/files.t since MD5.pm was changed. p4raw-id: //depot/perl@12954
* Bump the version to 5.7.2.Jarkko Hietaniemi2001-07-131-1/+1
| | | p4raw-id: //depot/perl@11354
* The old libnet.cfg is first searched from the current directory,Jarkko Hietaniemi2001-06-191-4/+6
| | | | | only then from the module path. p4raw-id: //depot/perl@10720
* Make libnetcfg by default display the libnet configuration,Jarkko Hietaniemi2001-06-191-10/+126
| | | | | | -c to change, add -i for old config, document all options, regen toc. p4raw-id: //depot/perl@10701
* Initial integration of libnet-1.0703.Jarkko Hietaniemi2001-06-171-0/+642
The Configure script renamed as libnetcfg, will be installed along other utilities. p4raw-id: //depot/perl@10663