summaryrefslogtreecommitdiff
path: root/META.yml
Commit message (Collapse)AuthorAgeFilesLines
* Bump the version to 5.17.6Florian Ragwitz2012-10-191-1/+1
|
* Bump the perl version to 5.17.5Florian Ragwitz2012-09-191-1/+1
|
* Stop CPAN from indexing mad/Florian Ragwitz2012-09-101-0/+1
|
* Bump version to 5.17.4Steve Hay2012-08-201-1/+1
|
* bump to version 5.17.3Tony Cook2012-07-201-1/+1
|
* [rt.cpan.org #61577] sockdomain and socktype undef on newly accepted socketsTony Cook2012-07-021-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.2Jesse Luehrs2012-06-201-1/+1
|
* bump version to 5.17.1Jesse Luehrs2012-06-191-1/+1
|
* bump version to 5.17.0Ricardo Signes2012-05-201-1/+1
|
* Revert fixes for [rt.cpan.org #61577]Ricardo Signes2012-05-141-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 RC0Ricardo Signes2012-05-101-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 socketsDaniel Kahn Gillmor2012-05-101-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.9Abigail2012-03-191-1/+1
|
* Bump versions from 5.15.7 to 5.15.8Max Maischein2012-02-201-1/+1
|
* Pod-Perldoc is now maintained on CPANFlorian Ragwitz2012-01-311-1/+0
|
* Bump the perl version in various places for v5.15.7Chris 'BinGOs' Williams2012-01-201-1/+1
|
* Move Tie-File out of cpan/ and into dist/Todd Rinaldo2011-12-231-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.6Dave Rolsky2011-12-191-1/+1
|
* Add autodoc.pl to the 'no_index' section of META.ymlNicholas Clark2011-12-191-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.tDavid Golden2011-12-151-1/+0
|
* Bump the perl version for 5.15.5Steve Hay2011-11-201-1/+1
|
* Bump the perl version in various places for 5.15.4Florian Ragwitz2011-10-201-1/+1
|
* bump version to 5.15.3 using Porting/bump-perl-versionStevan Little2011-09-201-1/+1
|
* Update META.yml following 986a805cFather Chrysostomos2011-09-171-0/+1
|
* dual-life CarpZefram2011-09-041-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 CPANFlorian Ragwitz2011-08-291-1/+0
|
* bump version to 5.12.2 using Porting/bump-perl-versionRicardo Signes2011-08-201-1/+1
|
* bump perl version number to 5.15.1Zefram2011-07-201-1/+1
|
* Dual-life Search::DictFlorian Ragwitz2011-07-171-0/+1
|
* Dual-life Term::CompleteFlorian Ragwitz2011-07-131-0/+1
|
* Dual-life perlfaqFlorian Ragwitz2011-07-081-0/+1
|
* Move perldoc.pod to the dist it belongs toFlorian Ragwitz2011-07-071-1/+0
|
* Regenerate META.yml after the Term-Readline moveFlorian Ragwitz2011-07-071-0/+1
|
* Plain scalars are supposed to be literal filenamesFlorian Ragwitz2011-07-061-0/+1
| | | | Anchor them accordingly.
* Remove deprecated Perl 4 core librariesFlorian Ragwitz2011-07-031-1/+0
|
* Dual-life Text::AbbrevFlorian Ragwitz2011-07-021-0/+1
|
* Maintainers.pl: fix podlators entryDavid Mitchell2011-05-191-0/+1
| | | | | | The mapping didn't include the basic '' => cpan/podlators entry, so core-cpan-diff was reporting lots of errors. Also, there was much strangeness with *.PL files.
* Bump the perl version in various places for 5.15.0David Mitchell2011-05-181-1/+1
|
* [perl #88486] IO::File does not always export SEEK*Father Chrysostomos2011-04-141-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Commit d963bf0 made perl set @IO::File::ISA automagically. Commit 15e6cdd made filehandle methods load IO::File automagically. Commit efc5c7c attempted to solve the problem that having IO::Handle loaded causes IO::File to be bypassed, rendering 15e6cdd only semi-effective (see [perl #87940]), by requiring IO::File inside IO::Handle. That commit ended up breaking several CPAN modules, because IO::File adds @IO::Seekable::EXPORT to its own exports. If IO::Seekable is loaded first (before IO::File), before setting up its @EXPORT it loads IO::Handle, which loads IO::File, which tries to load IO::Seekable, which is in %INC already, and which is hence wait- ing for IO::File to load before it sets its own @EXPORT. So IO::File sees @IO::Seekable::EXPORT empty. Hence, every piece of code that tries to import SEEK_END from IO::File will simply not get it if IO::Seekable is already loaded (explicitly or, e.g., by File::Temp). This commit hopefully fixes the breakage and the problem that efc5c7c attempted to fix by loading IO::File only inside IO::Handle::new (the only method that IO::File overrides).
* First provisional bump to 5.14.0-RC0Jesse Vincent2011-04-021-1/+1
|
* Re-generate META.ymlFlorian Ragwitz2011-03-251-1/+0
|
* Bump the perl version for 5.13.11Florian Ragwitz2011-03-201-1/+1
|
* Bump the perl version in various places to 5.13.10Ævar Arnfjörð Bjarmason2011-02-201-1/+1
| | | | | | | | | | Done with: ./perl -Ilib Porting/bump-perl-version -s 5.13.9 5.13.10 > /tmp/scan ./perl -Ilib Porting/bump-perl-version -u < /tmp/scan And then manually editing the README.vms file to update the vmstar example.
* Avoid blank lines in META.ymlNicholas Clark2011-01-231-2/+0
|
* Bump the perl version in various places to 5.13.9Jesse Vincent2011-01-201-1/+1
|
* Update META.yml's no_index after the Time-Local moveFlorian Ragwitz2011-01-021-1/+0
| | | | We should probably write a porting test for that at some point.
* update META.ymlZefram2010-12-191-0/+7
|
* bump perl version number for 5.13.8Zefram2010-12-191-1/+1
|
* Clarify this is the Perl 5 interpreter for manpage and METADavid Golden2010-12-061-1/+1
|
* make regen; make regen_perlyChris 'BinGOs' Williams2010-11-201-0/+3
|