summaryrefslogtreecommitdiff
path: root/pod
Commit message (Collapse)AuthorAgeFilesLines
* Add IO::Socket::IP 0.08 as dual-life modulePaul Evans2012-02-031-0/+5
| | | | Signed-off-by: Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
* Revert "Add IO::Socket::IP 0.08 as dual-life module"Ricardo Signes2012-02-031-5/+0
| | | | This reverts commit 497f7de2d964167330f7260590736e9adb18899c.
* Add IO::Socket::IP 0.08 as dual-life modulePaul Evans2012-02-031-0/+5
| | | | Signed-off-by: Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
* [perl #108754] perlgit.pod: Stress rebase moreFather Chrysostomos2012-02-021-2/+10
| | | | Based on a patch from Andreas König, but rearranged and reworded.
* perldelta for Carp dotFather Chrysostomos2012-02-021-1/+8
|
* perldelta for arybase lslice fixFather Chrysostomos2012-02-021-1/+8
|
* perldelta for SvPVutf8/byteFather Chrysostomos2012-02-021-1/+14
|
* perldelta for File::Copy and newlinesFather Chrysostomos2012-02-021-1/+8
|
* perldelta for PerlIO::mmapFather Chrysostomos2012-02-021-2/+3
|
* perldelta for Term::ReadLine and AEFather Chrysostomos2012-02-021-1/+9
|
* perldelta for the various typemap and ParseXS related changesSteffen Mueller2012-02-021-0/+25
|
* perldelta for ->method(my(...)) fixFather Chrysostomos2012-02-021-1/+13
|
* perldelta for "\n" =~ /.*/g fixFather Chrysostomos2012-02-021-1/+7
|
* perldelta: Clarify Time::HiRes bug fixFather Chrysostomos2012-02-021-1/+1
|
* perldelta for _@ and _% prototypesFather Chrysostomos2012-02-021-1/+7
|
* CORE does not need to be in perlfuncRicardo Signes2012-02-011-2/+0
|
* finish documenting keywords, sort the xrefsRicardo Signes2012-02-011-36/+44
|
* add perlfunc cross-reference sectionsRicardo Signes2012-02-011-0/+103
| | | | | | | this should allow confused users to say "perldoc -f if" hopefully in the future, a more generalized mechanism will exist
* update Math-Complex to CPAN version 1.59Zefram2012-02-011-0/+6
| | | | | | | | * Don't declare "tan" operator overloading on Math::Complex objects, because there is no such overloading type [rt.cpan.org #74288]. * Remove execute bit from test scripts in CPAN tarball.
* update Time-HiRes to CPAN version 1.9725Zefram2012-02-011-0/+6
| | | | | | | | | | - Correct stack discipline in stat(), which was screwing up list operations in expressions containing calls to it [rt.cpan.org #72926]. - Add missing OUTPUT sections to the XS code [rt.cpan.org #70930]. - Skip itimer tests on GNU/Hurd, which has the API but lacks the implementation [rt.cpan.org #72754]. - Fix a doubled word in the documentation [rt.cpan.org #72763].
* Move typemap documentation to its own fileSteffen Mueller2012-02-011-6/+7
| | | | | | | | | | Sadly, the POD in Typemap.xs was not easily extractable into a POD file at build time, so it now lives in a separate POD file from the start. Makes keeping documentation and testing efforts in sync marginally harder, but it's probably the right trade-off. What's left to do is finding the right places in other POD files to refer to this old/new documentation.
* perldelta for ‘no overloading’ and qr//Father Chrysostomos2012-01-311-1/+7
|
* perldelta for stacked filetests and FETCHFather Chrysostomos2012-01-311-1/+5
|
* perldelta for stacked -tFather Chrysostomos2012-01-311-1/+5
|
* perldelta for read-only core globsFather Chrysostomos2012-01-311-0/+5
|
* perldelta for B::COP::stashflagsFather Chrysostomos2012-01-311-1/+8
|
* perldelta up to 675dc5e1aFather Chrysostomos2012-01-311-1/+31
|
* Pod-Perldoc is now maintained on CPANFlorian Ragwitz2012-01-311-1/+1
|
* Remove from perlfunc.pod the summaries of what's new/obsoleted in Perl 5.Nicholas Clark2012-01-311-16/+0
| | | | | Perl 5.000 isn't *new*. These days, people migrating to current Perl 5 aren't coming from Perl 4, so this section is redundant.
* diagnostics doesn't need to search for perldelta.pod in pre-5.005 locations.Nicholas Clark2012-01-311-0/+7
| | | | | | | | | | | | | | | | | | | Pods are installed into privlib. Before Perl 5.005, privlib didn't contain the version number in it, so 5.004 and 5.003 (etc) both installed to the same directory. perldiag.pod differed in not-quite compatible ways, so hacks were put in to (a) also install it in privlib with the version number in the filename (b) to hard link it to archlib, which always did contain the version number. 5.005 changed privlib to contain the version number, solving the underlying problem (strictly commit bfb7748a896459cc, described here: http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/1998-07/msg00136.html ) Commit a841533b5cf319b3 (Oct 2009) removed the first installation hack, Commit e8ea61279d90dbe9 (Jul 1998) removed the second. Hence the code to search in the "hacked" locations is no longer needed, and in the interests of clarity, should go.
* Update IPC-Cmd to CPAN version 0.76Chris 'BinGOs' Williams2012-01-301-0/+4
| | | | | | | | | | | | | | | | [DELTA] Changes for 0.76 Mon Jan 30 11:30:53 GMT 2012 ================================================= * Make the empty arg stripping the default again, with option to override this behaviour. Changes for 0.74 Mon Jan 30 10:24:30 GMT 2012 ================================================= * Applied patch from WATANABE Hiroaki [RT #74470] "Empty string cannot be passed to command" * Resolved [RT #74373] reported by Randy Stauner "Compilation error when POSIX.pm fails to load"
* Update IO-Compress to CPAN version 2.048Chris 'BinGOs' Williams2012-01-291-1/+1
| | | | | | | | | | | [DELTA] 2.048 29 January 2012 * Set minimum zlib version to 1.2.0 * IO::Compress test suite fails with Compress::Raw::Zlib 2.047 and zlib < 1.2.4 [RT# 74503]
* Update Compress-Raw-Zlib to CPAN version 2.048Chris 'BinGOs' Williams2012-01-291-1/+1
| | | | | | | | [DELTA] 2.048 29 January 2012 * Set minimum zlib version to 1.2.0
* Update Compress-Raw-Bzip2 to CPAN version 2.048Chris 'BinGOs' Williams2012-01-291-1/+1
| | | | | | | | [DELTA] 2.048 29 January 2012 * No Changes
* pod updates for fc and \FBrian Fraser2012-01-296-17/+94
|
* Add Windows 2008 to the list of Windows versions in perlportChris 'BinGOs' Williams2012-01-291-0/+2
|
* Update IO-Compress to CPAN version 2.047Chris 'BinGOs' Williams2012-01-291-0/+4
| | | | | | | | | | | | | | [DELTA] 2.047 28 January 2012 * Set minimum Perl version to 5.6 * IO::Compress::Zip - In one-shot zip, set the Text Flag if "-T" thinks the file is a text file. - In one-shot mode, wrote mod time & access time in wrong order in the "UT" extended field.
* Update Compress-Raw-Zlib to CPAN version 2.047Chris 'BinGOs' Williams2012-01-291-0/+4
| | | | | | | | | | | | | | | | | [DELTA] 2.047 28 January 2012 * Allow flush to be called multiple times without any intermediate call to deflate and still return Z_OK. In the code below $status was Z_BUF_ERROR before this change. $def->flush(...); $status = $def->flush(...); * Added support for zlibCompileFlags * Set minimum Perl version to 5.6
* Update Compress-Raw-Bzip2 to CPAN version 2.047Chris 'BinGOs' Williams2012-01-281-0/+4
| | | | | | | | [DELTA] 2.047 28 January 2012 * Set minimum Perl version to 5.6
* Allow prototypes (_@) and (_%)Rafael Garcia-Suarez2012-01-271-3/+3
| | | | | | Those will be equivalent to (_;@) and (_;%) ; since perlsub already states that the semicolon is redundant before @ and % this is in line with the existing documentation.
* Bump $Unicode::UCD::VERSION after commit c3e5bc54acca7110.Nicholas Clark2012-01-251-0/+6
|
* Update DB_File to CPAN version 1.826Chris 'BinGOs' Williams2012-01-251-1/+1
| | | | | | | | | [DELTA] 1.826 25 Jan 2012 * t/db-btree.t - fix use of "length @array" [RT ##74336]
* Update Pod-Parser to CPAN version 1.51Chris 'BinGOs' Williams2012-01-251-1/+1
| | | | | | | | | | | | | | | | [DELTA] 25-Jan-2012 Marek Rouchal <marekr@cpan.org> ----------------------------------------------------------------------------- Version 1.51 + CPAN#74271: Pod::Parser should not flag L<text|hyperlink> undo change CPAN#47473: L<alt text|URL> _is_ allowed (see discussion on pod-people and p5p); confirmed by blead change; references: http://code.activestate.com/lists/perl-pod-people/1690/ http://code.activestate.com/lists/perl-pod-people/1393/ http://perl5.git.perl.org/perl.git/commit/f6e963e4dd62b8e3c01b31f4a4dd57e47e104997 + bump all module versions (except Pod::PlainText) to 1.51 + update META.yml (thanks rjbs for the hint)
* Update DB_File to CPAN version 1.825Chris 'BinGOs' Williams2012-01-241-0/+4
| | | | | | | | | | | [DELTA] 1.825 24 Jan 2012 * t/db-btree.t - fix use of "length @array" [RT ##74336] and [perl #108970]
* perldelta for ~~ fixRicardo Signes2012-01-231-1/+2
|
* perlpodspec: Remove outdated textKarl Williamson2012-01-231-8/+0
| | | | | | | | | | | This warning against using alternate text with hyperlinks is no longer valid, See http://code.activestate.com/lists/perl-pod-people/1393/ And relevant changes: https://github.com/theory/pod-simple/commit/1e61e819debf9c7c23907d7bb9e37855665fd595 http://perl5.git.perl.org/perl.git/commit/f6e963e4dd62b8e3c01b31f4a4dd57e47e104997 https://github.com/theory/test-pod/commit/ae6a44894eda4fd09fb412d837efe543628cd7d6
* perldelta: Rmv git relict lineKarl Williamson2012-01-231-2/+0
| | | | | This line was a result of clearing a rebasing conflict, and I failed to remove it.
* Regen known_pod_issues.datChris 'BinGOs' Williams2012-01-221-0/+1
|
* Update Pod-Parser to CPAN version 1.50Chris 'BinGOs' Williams2012-01-221-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [DELTA] 16-Jan-2011 Marek Rouchal <marekr@cpan.org> ----------------------------------------------------------------------------- Version 1.50 + fix whitespace (esp. CR [\r] related) issues with different Perl versions on Windows (with Perl 5.8.8 [Activestate], and 5.6.1 [SUA]) + merge latest core (5.14.x) changes to this distro + CPAN#73446: fix minor POD error in InputObjects.pm + CPAN#43955: podchecker fails to detect superfluous =cut directive: implemented (and extended by a check for superfluous =pod commands) and documented in Pod::Checker; also added a note in the POD of all modules that they are part of the Pod::Parser distribution + CPAN#46695: use consistent version (1.50) for distribution and all Pod:: modules in this distro (except for Pod::PlainText, which stays at 2.05) + CPAN#52086: mismatch between distro and module version: same as above + CPAN#55121: correction for Pod::Find and t/pod/find.t on VMS + CPAN#47473: podchecker on L<> url with alt text ... causes an error in Pod::Checker now + CPAN#57954: Pod::Usage does not find perldoc when perl is relocatable ... use $Config{scriptdirexp} instead of scriptdir + CPAN#61223: podchecker notice missing blank line before command implemented with more tests in poderrs.t and self test of all *.pms + CPAN#66614: parse of no final newline vs perl -w ... a rare case, but fixed nevertheless + CPAN#68157: Pod-Parser-1.38/lib/Pod/Usage.pm question/bug ... pass through formatting options to Pod::Text + CPAN#70771: mishandles symbolic links in @INC ... fixed by making the paths in @INC absolute, using Cwd::abs_path() + CPAN#71139: 3 possible optimisations ... applied + several other rt.cpan.org tickets processed and closed
* perllocale: Correct various Perl version referencesKarl Williamson2012-01-211-13/+13
| | | | Spotted by Nicholas Clark