Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bump version to v5.19.2 | David Golden | 2013-06-20 | 1 | -1/+1 |
| | |||||
* | Update CPAN-Meta to CPAN version 2.131560 | Chris 'BinGOs' Williams | 2013-06-06 | 1 | -1/+1 |
| | | | | | | | | | | [DELTA] 2.131560 2013-06-05 15:26:36 America/New_York [DOCUMENTATION] - Replaced CPAN::Meta SYNOPSIS with code that actually works | ||||
* | CPAN-Meta has changed so regenerate the META.* files | Chris 'BinGOs' Williams | 2013-05-30 | 1 | -1/+1 |
| | |||||
* | Update to CPAN-Meta means META.* need regenerating | Chris 'BinGOs' Williams | 2013-05-24 | 1 | -1/+1 |
| | |||||
* | bump version to 5.19.1 | Ricardo Signes | 2013-05-20 | 1 | -1/+1 |
| | |||||
* | bump version to 5.19.0 | Ricardo Signes | 2013-05-18 | 1 | -1/+1 |
| | |||||
* | Bump version to 5.18.0-RC0 | Ricardo Signes | 2013-05-07 | 1 | -1/+1 |
| | | | | | | | | This was done with: ./perl -Ilib Porting/bump-perl-version -i 5.17.12 5.18.0 Followed by two tiny manual edits: INSTALL and patchlevel.h | ||||
* | Bump the perl version in various places for 5.17.12 | Ricardo Signes | 2013-04-20 | 1 | -1/+1 |
| | | | | ...even though it should not get released | ||||
* | Bump version to5.17.11 | Max Maischein | 2013-03-22 | 1 | -1/+1 |
| | |||||
* | Bump to v5.17.10 | Chris 'BinGOs' Williams | 2013-02-20 | 1 | -1/+1 |
| | |||||
* | Teach makemeta to use CPAN::Meta to generate both META.json and META.yml | Chris 'BinGOs' Williams | 2013-02-02 | 1 | -11/+17 |
| | |||||
* | move B-Lint and File-CheckTree to ./cpan | Ricardo Signes | 2013-01-21 | 1 | -2/+0 |
| | |||||
* | Bump the Perl version in various places for 5.17.9 | Aaron Crane | 2013-01-20 | 1 | -1/+1 |
| | |||||
* | Bump the perl version in various places for 5.17.8 | Dave Rolsky | 2012-12-18 | 1 | -1/+1 |
| | |||||
* | bump version to 5.17.7 | Ricardo Signes | 2012-11-20 | 1 | -1/+1 |
| | |||||
* | Bump the version to 5.17.6 | Florian Ragwitz | 2012-10-19 | 1 | -1/+1 |
| | |||||
* | Bump the perl version to 5.17.5 | Florian Ragwitz | 2012-09-19 | 1 | -1/+1 |
| | |||||
* | Stop CPAN from indexing mad/ | Florian Ragwitz | 2012-09-10 | 1 | -0/+1 |
| | |||||
* | Bump version to 5.17.4 | Steve Hay | 2012-08-20 | 1 | -1/+1 |
| | |||||
* | bump to version 5.17.3 | Tony Cook | 2012-07-20 | 1 | -1/+1 |
| | |||||
* | [rt.cpan.org #61577] sockdomain and socktype undef on newly accepted sockets | Tony Cook | 2012-07-02 | 1 | -0/+3 |
| | | | | | | | | | | | | | | | | | | There appears to be a flaw in IO::Socket where some IO::Socket objects are unable to properly report their socktype, sockdomain, or protocol (they return undef, even when the underlying socket is sufficiently initialized to have these properties). The attached patch should cover IO::Socket objects created via accept(), new_from_fd(), new(), and anywhere else whose details haven't been properly cached. No new code should be executed on IO::Socket objects whose details are already cached and present. These tests were original written by Daniel Kahn Gillmor <dkg@fifthhorseman.net>, I've mangled them for use in a hopefully final fix for the issue. | ||||
* | bump version to 5.17.2 | Jesse Luehrs | 2012-06-20 | 1 | -1/+1 |
| | |||||
* | bump version to 5.17.1 | Jesse Luehrs | 2012-06-19 | 1 | -1/+1 |
| | |||||
* | bump version to 5.17.0 | Ricardo Signes | 2012-05-20 | 1 | -1/+1 |
| | |||||
* | Revert fixes for [rt.cpan.org #61577] | Ricardo Signes | 2012-05-14 | 1 | -3/+0 |
| | | | | | | | | | | | | These changes introduced some test failures on AIX and other platforms, and rather than dig around for more failing platforms during the RCx period, we will revert this to reapply later when it is more tested. This reverts commit 01b71c89216c9f447494638a5d108e13c45c3863. This reverts commit b6903614db213f07401367249dc84c896eb099b7. This reverts commit 271d04eee1933df0971f54f7bf9a5ca3575e7e6a. | ||||
* | bump version to 5.16.0 RC0 | Ricardo Signes | 2012-05-10 | 1 | -1/+1 |
| | | | | | | | | Done with: ./perl -Ilib Porting/bump-perl-version -i 5.15.9 5.16.0 ...followed by a small edit to INSTALL and patchlevel.h. | ||||
* | [rt.cpan.org #61577] sockdomain and socktype undef on newly accepted sockets | Daniel Kahn Gillmor | 2012-05-10 | 1 | -0/+3 |
| | | | | | | | | | | | | | | There appears to be a flaw in IO::Socket where some IO::Socket objects are unable to properly report their socktype, sockdomain, or protocol (they return undef, even when the underlying socket is sufficiently initialized to have these properties). The attached patch should cover IO::Socket objects created via accept(), new_from_fd(), new(), and anywhere else whose details haven't been properly cached. No new code should be executed on IO::Socket objects whose details are already cached and present. | ||||
* | Bump the perl version in various places for 5.15.9 | Abigail | 2012-03-19 | 1 | -1/+1 |
| | |||||
* | Bump versions from 5.15.7 to 5.15.8 | Max Maischein | 2012-02-20 | 1 | -1/+1 |
| | |||||
* | Pod-Perldoc is now maintained on CPAN | Florian Ragwitz | 2012-01-31 | 1 | -1/+0 |
| | |||||
* | Bump the perl version in various places for v5.15.7 | Chris 'BinGOs' Williams | 2012-01-20 | 1 | -1/+1 |
| | |||||
* | Move Tie-File out of cpan/ and into dist/ | Todd Rinaldo | 2011-12-23 | 1 | -0/+1 |
| | | | | | | | Tie::File has not been changed on CPAN since 2003. It has meanwhile been actively maintained in p5p. Signed-off-by: Chris 'BinGOs' Williams <chris@bingosnet.co.uk> | ||||
* | Bump the perl version in various places for 5.15.6 | Dave Rolsky | 2011-12-19 | 1 | -1/+1 |
| | |||||
* | Add autodoc.pl to the 'no_index' section of META.yml | Nicholas Clark | 2011-12-19 | 1 | -0/+1 |
| | | | | | This stops search.cpan.org mistaking its stub contents for the (full, generated) perlapi manpage. | ||||
* | Fix Maintainers.pl and META.yml for removal of lib/version.t | David Golden | 2011-12-15 | 1 | -1/+0 |
| | |||||
* | Bump the perl version for 5.15.5 | Steve Hay | 2011-11-20 | 1 | -1/+1 |
| | |||||
* | Bump the perl version in various places for 5.15.4 | Florian Ragwitz | 2011-10-20 | 1 | -1/+1 |
| | |||||
* | bump version to 5.15.3 using Porting/bump-perl-version | Stevan Little | 2011-09-20 | 1 | -1/+1 |
| | |||||
* | Update META.yml following 986a805c | Father Chrysostomos | 2011-09-17 | 1 | -0/+1 |
| | |||||
* | dual-life Carp | Zefram | 2011-09-04 | 1 | -0/+1 |
| | | | | | | | | | Make Carp portable to older Perl versions: * check minimum Perl version (5.6) at load time * use || instead of // * attempt downgrading to avoid loading Unicode tables when that might fail * check whether utf8::is_utf8() exists before calling it * lower IPC::Open3 version requirement in Carp tests | ||||
* | perlfaq is now maintained on CPAN | Florian Ragwitz | 2011-08-29 | 1 | -1/+0 |
| | |||||
* | bump version to 5.12.2 using Porting/bump-perl-version | Ricardo Signes | 2011-08-20 | 1 | -1/+1 |
| | |||||
* | bump perl version number to 5.15.1 | Zefram | 2011-07-20 | 1 | -1/+1 |
| | |||||
* | Dual-life Search::Dict | Florian Ragwitz | 2011-07-17 | 1 | -0/+1 |
| | |||||
* | Dual-life Term::Complete | Florian Ragwitz | 2011-07-13 | 1 | -0/+1 |
| | |||||
* | Dual-life perlfaq | Florian Ragwitz | 2011-07-08 | 1 | -0/+1 |
| | |||||
* | Move perldoc.pod to the dist it belongs to | Florian Ragwitz | 2011-07-07 | 1 | -1/+0 |
| | |||||
* | Regenerate META.yml after the Term-Readline move | Florian Ragwitz | 2011-07-07 | 1 | -0/+1 |
| | |||||
* | Plain scalars are supposed to be literal filenames | Florian Ragwitz | 2011-07-06 | 1 | -0/+1 |
| | | | | Anchor them accordingly. | ||||
* | Remove deprecated Perl 4 core libraries | Florian Ragwitz | 2011-07-03 | 1 | -1/+0 |
| |