summaryrefslogtreecommitdiff
path: root/pod.lst
Commit message (Collapse)AuthorAgeFilesLines
* Eliminate pod.lst. pod/perl.pod is now the master file for Pod metadata.Nicholas Clark2011-12-211-240/+0
| | | | | | | | perl.pod already contained virtually all the information in pod.lst. Add the remainder as =begin and =for Pod blocks. As perl.pod no longer needs to be regenerated, remove the redundant code from Porting/pod_rules.pl. Update (nearly) all references to pod.lst.
* Create a perldelta for 5.15.7Dave Rolsky2011-12-201-0/+1
|
* As perldoc is linked from perl.pod, it shouldn't be in perltoc's sin list.Nicholas Clark2011-11-281-1/+0
| | | | | | | perldoc has a manpage prominently linked from the perl manpage. Hence it makes no sense to also have it listed at the end of perltoc in the section described as "Here should be listed all the extra programs' documentation, but they don't all have manual pages yet"
* Create new perldelta ready for 5.15.6Steve Hay2011-11-211-0/+1
|
* Create a perldelta for 5.15.5Florian Ragwitz2011-10-201-0/+1
|
* Dual-life perlglossary.pod as part of perlfaqFlorian Ragwitz2011-09-261-1/+1
|
* Add the 5.14.2 perldeltaFlorian Ragwitz2011-09-261-0/+1
|
* update TOC for perl5153deltaStevan Little2011-09-201-0/+1
|
* Include stub files in pod.lstDave Rolsky2011-09-191-0/+7
|
* Remove all references to old OO tutorial docs, and add refs to perlootut ↵Dave Rolsky2011-09-081-4/+1
| | | | | | where appropriate Used buildtoc to regenerate pod-related files
* Remove old odd-numbered releases perldeltasKarl Williamson2011-09-061-28/+0
| | | | | | | | The odd-numbered releases are for internal development, and their individual perldeltas are collated togeter for the next even numbered dot 0 release. This means that the individual perldeltas are no longer useful once that dot 0 release is made, and they clutter things up, giving duplicate information.
* perlfaq is now maintained on CPANFlorian Ragwitz2011-08-291-10/+10
|
* update TOC for perl5153deltaRicardo Signes2011-08-201-0/+1
|
* remove the rest of pod/perlcompile.podReini Urban2011-08-141-2/+0
| | | | | | perlcompile.pod is now maintained with B::C, and much more complete there. [Subsequent build and test fixes by the committer]
* Add perlexperiment to detail experimental featuresbrian d foy2011-08-021-0/+2
| | | | | nearly all this work merged from brian d foy's briandfoy/perlexperiment branch, tidied up and squished by rjbs
* new perldelta for 5.15.2Zefram2011-07-201-0/+1
|
* Move perlxs{,tut}.pod into the ExtUtils-ParseXS distFlorian Ragwitz2011-07-121-2/+2
|
* buildtoc, known_pod_issuesFather Chrysostomos2011-07-111-0/+2
| | | | | This just does the general bookkeeping necessary when a new pod (like the one in the previous commit) is added.
* Dual-life perlfaqFlorian Ragwitz2011-07-081-10/+10
|
* Move perldoc.pod to the dist it belongs toFlorian Ragwitz2011-07-071-1/+1
|
* Forward port the 5.14.1 delta from maint-5.14Jesse Vincent2011-07-051-0/+1
|
* Add perl5151delta to pod.lst and regenerate makefiles.Nicholas Clark2011-06-211-0/+1
|
* No need for D and d flags in pod.lst - source is fixed, and contains the targetNicholas Clark2011-06-211-4/+2
| | | | | | | | | As the edited perldelta is now always pod/perldelta.pod (instead of a file with version numbers in it), we don't need a 'D' flag to mark it. As perldelta.pod contains within itself the number of the version it refers to, we can use that to infer the 'd' flag for the target filename. This simplifies the release manager's tasklist for version bumping.
* Create pod/perl5125delta.podLeon Brocard2011-06-201-0/+1
|
* Kill Devel::DProfFlorian Ragwitz2011-06-141-1/+0
| | | | It has been deprecated in 5.14. Now is the time to remove it.
* [perl #90306] Fix simple typosMarcel Grünauer2011-05-191-1/+1
|
* update TOC for perl5150deltaDavid Mitchell2011-05-181-1/+2
|
* Create a perldelta for 5.14.0Florian Ragwitz2011-03-201-2/+3
|
* pod.lst: bump perldelta from 5.13.10 to 5.13.11Ævar Arnfjörð Bjarmason2011-02-201-1/+2
| | | | | | | | | | | Quoth Porting/release_managers_guide.pod: "Edit F<pod.lst>: add the new entry, flagged as 'd', and unflag the previous entry from being 'd'; for example: -d perl5101delta Perl changes in version 5.10.1 +d perl5102delta Perl changes in version 5.10.2 + perl5101delta Perl changes in version 5.10.1"
* Major revision of perlhack and perlrepositoryDave Rolsky2011-02-041-1/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The existing perlhack is huge and takes a long time to get to key information like "how to submit a patch". It also contains a massive amount of (very useful) detail on the Perl interpreter, debugging, portability issues, and so on. Some parts of perlhack are just obsolete. For example, Larry really isn't deeply involved on p5p any more. Meanwhile, perlrepository _also_ contains a lot of useful information on patching Perl, as well as a small git tutorial focused on working with the Perl repository. Taken together, the two documents overlap and conflict with each other. This commit does the following: == Reconcile conflicts and overlaps, remove obsolete information I've separated out distinct pieces of information and organized them into individual pod files. More on that below. I've also removed anything that was obviously out of date. == Make it easier for casual contributors to contribute. The perlhack document now gets to "how to make a patch" very quickly. My assumption is that most contributors to Perl are doing something small, like fixing pod, adding a test, etc. The documentation aimed at people doing more extensive hacking is still there, but it's been moved so that it comes at the end of the document or has been moved to another document. I've made an effort to cross-reference the various documents so that nothing gets lost. == Get to the point The perlhack document had a lot of discussion of general Perl culture. I've trimmed a lot of this and moved some of it so it comes later. == Per-file summary === perlrepository.pod This is gone. Some of its content is now in perlhack. This includes the bits on writing good commit messages, how (and where) to submit a patch, etc. The rest is now called perlgit, and is _only_ a git how-to. === perlhack.pod This has been cut down quite a bit. I changed the opening so it starts with a quick guide to submitting small patches. The document covers bug reporting, the p5p list, a quick how-to on getting the source (including git, gitweb, and rsync), and a lot of general information on patching perl and running tests. Much of this material was already present, but I've done a fair amount of editing for modernization and clarity. Most of the information specific to C-level hacking has been moved to other documents. === perlsource.pod This is a guide to the Perl source tree. Most of the content was extracted from perlhack. I've edited existing content and added details on some parts of the tree that weren't covered. === perlinterp.pod This is a tour of the Perl interpreter source and a walkthrough of how it works that originally lived in perlhack. This has received very little editing. === perlhacktut.pod This is a walkthrough of creating a sample patch to the C core code that originally lived in perlhack. This has received very little editing. === perlhacktips.pod The perlhack document contained a lot of useful information on low-level hacking details like debugging, compilation issues, portability, etc. This has received very little editing. I did remove some bits on ancient stuff related to Tru64 and IRIX.
* Update TOC for perl51310deltaJesse Vincent2011-01-221-1/+2
|
* Add perl5123delta.pod to MANIFEST and pod.lst, after f1d4662fac7469d5.Nicholas Clark2011-01-221-0/+1
| | | | | re-run pod/buildtoc to propagate the new file to the relevant platform makefiles.
* Actuall excise 'Apollo DomainOS' support. We officially killed it in 5.11.0. ItJesse Vincent2011-01-041-1/+0
| | | | hadn't worked for years before that.
* update TOC for perl5138delta and perl5139deltaZefram2010-12-201-1/+2
|
* Update TOC for perl5.13.8Chris 'BinGOs' Williams2010-11-211-1/+2
|
* More updates to point to Unicode 6.0Karl Williamson2010-11-181-1/+1
|
* update TOC for perl5137deltaTatsuhiko Miyagawa2010-10-201-1/+2
|
* Fix issues with the podlators updateChris 'BinGOs' Williams2010-10-191-0/+1
| | | | | | | | Upstream removed the wrappers from the scripts pod2man and pod2text which will require some re-engineering. I've reinstated the wrappers until after v5.13.6 ships. Added perlpodstyle to pod.lst
* Add perl5122deltaFlorian Ragwitz2010-10-131-0/+1
|
* Prepare perldelta for Perl 5.13.6Steve Hay2010-09-191-1/+2
|
* Move the latest perldelta to pod/perldelta.podFlorian Ragwitz2010-09-051-2/+2
| | | | | This way patches including perldelta entries will apply properly, no matter when they are applied. If there's conflicts, they'll at least be in the right file.
* update TOC and perldelta referencesFlorian Ragwitz2010-08-201-1/+2
|
* update TOC and perldelta referencesDavid Golden2010-07-201-1/+2
|
* Add perl5121delta to MANIEST and other filesDavid Golden2010-06-291-1/+2
| | | | | Cherry picking this from 5.12.1 would lose all the 5.13.X additions, so these edits have been made by hand.
* create perl5133deltaNicholas Clark2010-06-231-1/+2
|
* create perl5132deltaDavid Golden2010-05-231-1/+2
|
* create perl5131deltaLeon Brocard2010-04-201-1/+2
|
* Create a perl5130delta.podJesse Vincent2010-04-121-1/+2
|
* Fix title of perluniprops in table of contentsRafael Garcia-Suarez2010-03-261-1/+1
| | | | (noticed by Frank Wiegand)
* perl 5.11.6 never happened. Remove the traces of its perldelta.Jesse Vincent2010-03-251-1/+0
| | | | Thanks to Ask for pointing it out.