summaryrefslogtreecommitdiff
path: root/META.yml
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Bump the perl version in various places for v5.13.7Chris 'BinGOs' Williams2010-11-201-1/+1
|
* make regen; make regen_perlyTatsuhiko Miyagawa2010-10-201-6/+0
|
* Bump version to 5.13.6Tatsuhiko Miyagawa2010-10-201-1/+1
|
* Bump version to 5.13.5Steve Hay2010-09-191-1/+1
|
* Update the perl distribution's abstractFlorian Ragwitz2010-09-181-1/+5
| | | | | | | | Commit d27f2b2f9d9e8675f5b63a1453279409ca22f8b6 changed the abstract in the main pod file. This does the same thing for the abstract in META.yml. Also update our no_index directories for some moved dual-life modules, while we're at it.
* Bump the perl version to 5.13.4Florian Ragwitz2010-08-201-1/+1
|
* Update META.ymlFlorian Ragwitz2010-08-191-0/+3
|
* Bump the perl version to 5.13.3David Golden2010-07-191-1/+1
|
* Bump the perl version in various places for 5.13.2Matt S Trout2010-06-211-1/+1
|
* Update META.ymlRicardo Signes2010-05-201-2/+1
| | | | Notice the glorious deletion of Switch from the manifest!
* Bump the perl version in various places for 5.13.1Ricardo Signes2010-05-201-1/+1
|
* Bump to 5.13.0Jesse Vincent2010-04-121-1/+1
|