summaryrefslogtreecommitdiff
path: root/pod/perlrun.pod
Commit message (Collapse)AuthorAgeFilesLines
* Slight rewording of last patchRafael Garcia-Suarez2009-11-241-4/+8
|
* add mention of PERL_MEM_LOG in perlrun.podJim Cromie2009-11-241-0/+10
|
* Remove Mac OS classic instructions from perlrunRafael Garcia-Suarez2009-09-081-16/+0
|
* New debugging flag -DB now dumps subroutine definitions,Chip Salzenberg2009-08-261-0/+1
| | | | leaving -Dx for its original purpose of dumping syntax trees.
* add -DM flag to track smartmatch resolutionDavid Mitchell2009-08-201-0/+1
|
* Allow -C on the #! line when it is identical to -C on the command line.Father Chrysostomos2009-07-261-3/+3
| | | | | Change from dieing whenever -C is seen on the #! line, to dieing only when it differs from that on the command line, or was not specified on the command line.
* [PATCH] Allow PERL5OPT=-WMichael G Schwern2009-04-251-1/+1
|
* Disambiguate mention of -E in perl.pod and in perlrun.podRafael Garcia-Suarez2009-03-151-1/+1
| | | | As Gisle remarks, -eE doesn't even work.
* [perl #32979] [PATCH] perlrun #!/bin/sh incantation n.g. 4 linuxSteve Peters2008-11-271-3/+4
| | | | | | | | From: "Steve Peters via RT" <perlbug-followup@perl.org> Message-ID: <rt-3.0.11-32979-103402.11.4873424142094@perl.org> Applying a four year old patch from myself. w00t! p4raw-id: //depot/perl@34943
* [perl #59652][DOC PATCH] "Too late for "-CS" option"Renee Baecker2008-11-021-0/+5
| | | | | | | Message-ID: <48EAFEF2.8030403@smart-websolutions.de> (tweaked) p4raw-id: //depot/perl@34696
* Re: [PATCH] [doc] be more explicit about magic argvMoritz Lenz2008-10-301-0/+4
| | | | | Message-ID: <20081030182902.25398.qmail@lists.develooper.com> p4raw-id: //depot/perl@34670
* Add SV allocation tracing to -Dm and PERL_MEM_LOGMarcus Holland-Moritz2008-10-241-1/+1
| | | | | Message-ID: <20081022013731.23b5a2e5@r2d2> p4raw-id: //depot/perl@34568
* Documentation on taint/environment interactions for perlrun.podPaul Fenwick2008-06-241-0/+14
| | | | | Message-ID: <48606FAF.4040604@perltraining.com.au> p4raw-id: //depot/perl@34081
* doc patch for perlrun -xBram2008-04-271-0/+8
| | | | | Message-ID: <20080427211336.g8mvjusbcc4gwsk4@horde.wizbit.be> p4raw-id: //depot/perl@33760
* Chainsaw DEBUG_S out, as suggested by Vincent Pit.Rafael Garcia-Suarez2008-02-261-1/+0
| | | p4raw-id: //depot/perl@33376
* Remove the -P switchRafael Garcia-Suarez2008-01-111-72/+2
| | | p4raw-id: //depot/perl@32954
* Document that sitecustomize.pl in run from a BEGIN blockRafael Garcia-Suarez2008-01-061-4/+4
| | | p4raw-id: //depot/perl@32875
* [patch] :utf8 updatesJuerd Waalboer2007-11-231-3/+3
| | | | | Message-ID: <20071117190300.GY10696@c4.convolution.nl> p4raw-id: //depot/perl@32461
* Documentation change to go with change #32056.Rafael Garcia-Suarez2007-10-081-1/+1
| | | | | p4raw-link: @32056 on //depot/perl: f0d36289ce76f882218c0a53cd52f716a167e5bb p4raw-id: //depot/perl@32063
* POD cleanupsDavid Landgren2007-10-041-1/+1
| | | | | Message-ID: <46FD4B30.9070802@landgren.net> p4raw-id: //depot/perl@32026
* Audrey spotted a spurious "Unicode".Nicholas Clark2007-10-021-1/+1
| | | p4raw-id: //depot/perl@32002
* Deprecate the -P switch.Rafael Garcia-Suarez2007-09-031-1/+2
| | | p4raw-id: //depot/perl@31787
* Erm. -u may have been superseded by the bytecode generator, butNicholas Clark2007-08-251-4/+0
| | | | | | | we've recently removed it, having never let it pass beyond "experimental" status. So this paragraph is now wrong, although it's not clear what we do recommend in place of -u. p4raw-id: //depot/perl@31755
* Re: [PATCH] Re: [perl #44387] The blank in option '-x directory' should be ↵David Nicol2007-08-091-1/+4
| | | | | | | | deleted from perlrun.pod From: "David Nicol" <davidnicol@gmail.com> Message-Id: <934f64a20708081606n441c392am615cf5461e4f3e94@mail.gmail.com> p4raw-id: //depot/perl@31692
* Suggestion and fixes to the hash seed docs by Paul JohnsonRafael Garcia-Suarez2007-07-191-5/+5
| | | p4raw-id: //depot/perl@31631
* Clarifications on the hash seedRafael Garcia-Suarez2007-07-181-4/+7
| | | p4raw-id: //depot/perl@31624
* [patch] add verbose mode to -DU debugging optionJim Cromie2007-07-071-1/+1
| | | | | Message-ID: <468D1994.1090909@gmail.com> p4raw-id: //depot/perl@31549
* Remove support for assertions and -ARafael Garcia-Suarez2007-06-051-14/+0
| | | p4raw-id: //depot/perl@31333
* More nits in the PERL5LIB docs, suggested by Andreas.Rafael Garcia-Suarez2007-03-201-1/+2
| | | p4raw-id: //depot/perl@30648
* More adjustments to the PERL5LIB docs by RickRafael Garcia-Suarez2007-03-191-7/+3
| | | | | Delaney and myself p4raw-id: //depot/perl@30645
* Re: Composing @INC from PERL5LIBAndreas J. Koenig2007-03-191-4/+10
| | | | | Message-ID: <87ircwkgkh.fsf@k75.linux.bogus> p4raw-id: //depot/perl@30643
* Improve documentation PERLIO default value in perlrun.podJan Dubois2007-01-241-1/+2
| | | | | Message-ID: <jhhdr21vmlo5ccbfd8la2di4bq8crv3s8t@4ax.com> p4raw-id: //depot/perl@29941
* The PERLIO environment variable, when unset, doesn't default to :stdio.Rafael Garcia-Suarez2006-12-241-1/+2
| | | p4raw-id: //depot/perl@29620
* stab at UNITCHECK blocksAlexander Gough2006-10-191-4/+4
| | | | | Message-ID: <20061019120412.GA12290@the.earth.li> p4raw-id: //depot/perl@29053
* Turn on UTF8 cache assertions with -CaNicholas Clark2006-04-171-0/+5
| | | p4raw-id: //depot/perl@27875
* Note that PVIOs probably aren't worth shrinking. Note 3 possibleNicholas Clark2006-04-171-0/+4
| | | | | subflags for -C if the two Unicode TODOs are done. p4raw-id: //depot/perl@27872
* Improve description of the -s switch.Gisle Aas2006-01-061-3/+2
| | | | | | | | | I found the "This means you can have switches with two leading dashes." sentence introduced by change 7144 really confusing. The note after the example should make it clear enough that double dash switches can be used for those that insist. p4raw-id: //depot/perl@26669
* Note that the "unlink"ing directories is attempted when running as aSteve Peters2006-01-021-5/+5
| | | | | superuser, and that some operating systems may not support it. p4raw-id: //depot/perl@26571
* Feature bundle is now :5.10, and add -E switchRobin Houston2005-12-211-2/+8
| | | | | Message-ID: <20051221110008.GB25877@rpc142.cs.man.ac.uk> p4raw-id: //depot/perl@26432
* Jan Dubois notices that sitecustomize.pl is to be found in sitelib,Rafael Garcia-Suarez2005-11-301-3/+2
| | | | | not siteperl p4raw-id: //depot/perl@26233
* POD index entries with X<>Ivan Tubert-Brohman2005-10-131-0/+67
| | | | | Message-ID: <434D9A32.4050305@cpan.org> p4raw-id: //depot/perl@25748
* Document that -F doesn't accept whitespace in patterns.Rafael Garcia-Suarez2005-10-131-1/+1
| | | | | (fixes bug #37366) p4raw-id: //depot/perl@25745
* Add -C to allowed $PERL5OPT optionsH.Merijn Brand2005-10-061-1/+1
| | | | | | | Add -C to the $PERL5OPT documentation (and added the missing -A too) t/run/runenv.t Could use some more tests about how supported and unsupported options in $PERL5OPT are handled p4raw-id: //depot/perl@25703
* Clarify what -MFoo=number does on the command-lineRafael Garcia-Suarez2005-09-271-0/+4
| | | p4raw-id: //depot/perl@25623
* Add -f in perl synopsys, sync perl.pod and perlrun.pod synopsesRafael Garcia-Suarez2005-06-161-1/+1
| | | p4raw-id: //depot/perl@24864
* better assertion supportSalvador Fandiño2005-06-141-5/+11
| | | | | Message-ID: <20050613154719.29295.qmail@lists.develooper.com> p4raw-id: //depot/perl@24832
* perlrun.pod -w description typoOffer Kaye2005-05-301-1/+1
| | | | | Message-ID: <569425050530012768a9baca@mail.gmail.com> p4raw-id: //depot/perl@24623
* Sync synopsesRafael Garcia-Suarez2005-05-041-2/+2
| | | p4raw-id: //depot/perl@24382
* perlrun typo (env PERLDB_OPTS)Alexey Tourbin2005-03-201-1/+1
| | | | | Message-ID: <20050319004013.GJ12596@solemn.turbinal.org> p4raw-id: //depot/perl@24047
* Re: sitecustomize.pl [PATCH]Gisle Aas2005-03-181-0/+11
| | | | | | | | Message-ID: <lru0n9w433.fsf@caliper.activestate.com> Adds a new command-line switch, -f, and a new optional compile-time setting -DUSE_SITECUSTOMIZE p4raw-id: //depot/perl@24043