summaryrefslogtreecommitdiff
path: root/lib/Pod/Functions.pm
Commit message (Collapse)AuthorAgeFilesLines
* [perl #73560] [PATCH] Fix typos in Pod::FunctionsNga Tang Chan2010-04-131-4/+4
| | | | (also, bump $VERSION)
* Bump $VERSION in many modules that have changed.Nicholas Clark2006-01-121-1/+1
| | | p4raw-id: //depot/perl@26804
* Typos in *.p[lm]Piotr Fusik2005-08-021-6/+6
| | | | | | From: "Piotr Fusik" <pfusik@op.pl> Message-ID: <001401c595bd$dccb5d80$0bd34dd5@piec> p4raw-id: //depot/perl@25261
* Fix missing functions when splitting perlfuncSteve Hay2003-04-021-1/+4
| | | | | Message-ID: <3E79AC15.80307@uk.radan.com> p4raw-id: //depot/perl@19140
* Re: Pod::Functions tpyoAbe Timmerman2002-08-181-2/+5
| | | | | Message-id: <200208132347.00782.abe@ztreet.demon.nl> p4raw-id: //depot/perl@17734
* + Docs and test Abe Timmerman2002-01-041-9/+73
| | | | | Message-ID: <bm5b3usi1f65td4c9bo9fand20p0vnupf2@4ax.com> p4raw-id: //depot/perl@14056
* $VERSION crusade, strict, tests, etc... all over lib/Michael G. Schwern2000-12-061-8/+12
| | | | | | | Message-ID: <20001205212328.C6473@blackrider.aocn.com> Carp::Heavy parts not very applicable because of recent changes. p4raw-id: //depot/perl@8013
* Do away with array context, from Daniel Chetlin <daniel@chetlin.com>Jarkko Hietaniemi2000-08-081-1/+1
| | | | | | (either perlbug or p5p ate the original), plus regen perlapi and perltoc. p4raw-id: //depot/perl@6553
* fix DATA leaks; reword documentation about the DATA filehandleGurusamy Sarathy1999-09-121-0/+2
| | | p4raw-id: //depot/perl@4131
* major pod update from Tom ChristiansenGurusamy Sarathy1999-05-241-7/+8
| | | p4raw-id: //depot/perl@3460
* PATCH: lib/Pod/Functions.pm for perl5.005_55Tom Christiansen1999-02-171-0/+3
| | | | | Message-Id: <199902171353.GAA15682@jhereg.perl.com> p4raw-id: //depot/perl@2964
* Add entry for prototype() in Pod::FunctionsChip Salzenberg1997-03-091-0/+1
|
* Make libs clean under '-w'Jarkko Hietaniemi1997-01-041-1/+1
|
* perl 5.002gamma: lib/Pod/Functions.pmPerl 5 Porters1996-02-091-1/+1
| | | | | | This moved from pod/PerlDoc/Functions.pm. It's used by the buildtoc script, and might be used by a future html2pod script. Or not. It needed a home somewhere, and Pod::Functions.pm seemed sensible.
* perl 5.002gamma: [patch introduction and re-organisations]Andy Dougherty1996-02-031-0/+295
[ re-organisations: # Give this module a sensible home. mv pod/PerlDoc/Functions.pm lib/Pod/Functions.pm rmdir pod/PerlDoc # Tie:: finally has its own hierarchy mkdir lib/Tie mv lib/TieHash.pm lib/Tie/Hash.pm mv lib/SubstrHash.pm lib/Tie/SubstrHash.pm rm -f lib/FileHandle.pm # Duplicate of ext/FileHandle/FileHandle.pm rm -f os2/diff.MANIFEST # Obsolete (I applied a variant of it.) rm -f os2/diff.init # Obsolete. ] This is patch.2gamma to perl5.002 beta3. This takes you from 5.002beta3 to 5.002gamma. To apply this patch, run the above commands, then cd to your perl source directory and then type patch -p1 -N < patch.2gamma The changes are described after each /^Index/ line below. This is designed so you can examine each change with a command such as csplit -k patch.2gamma '/^Index:/' '{99}' (Of course since there are 116 items and most csplit's have an arbitrary limit of 100 files, you'll probably have to manually split this file first, but you get the idea. (GNU csplit doesn't have this limitation. Nor does a perl solution, of course.)) Patch and enjoy, Andy Dougherty doughera@lafcol.lafayette.edu Dept. of Physics Lafayette College, Easton PA 18042