summaryrefslogtreecommitdiff
path: root/META.yml
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Add more internal files and directories to no_index in META.ymlNicholas Clark2010-03-181-0/+5
| | | | | This prevents search.cpan.org finding and formatting template and internal documentation. Fixes RT #73632.
* Bump to 5.12.0Jesse Vincent2010-03-141-1/+1
|
* Bump version to 5.11.5Steve Hay2010-02-201-1/+1
|
* Add our repository URL as a 'repository' key in META.yml.Nicholas Clark2010-02-151-0/+1
|
* bump version for 5.11.4Ricardo Signes2010-01-191-1/+1
|
* Bump to 5.11.3Jesse Vincent2009-12-201-1/+1
|
* Bump 5.11.1 -> 5.11.2 in all sorts of places it's (oh so unfortunately) ↵Leon Brocard2009-11-181-1/+1
| | | | hardcoded
* Bump 5.11.0 -> 5.11.1 in all sorts of places it's (oh so unfortunately) ↵Jesse Vincent2009-10-201-1/+1
| | | | hardcoded
* Rather than list all of the CPAN dists in cpan/ not to index, make use of ↵Jesse Vincent2009-10-021-86/+1
| | | | the fact that noindex is path based and just list cpan/
* Update META.ymlJesse Vincent2009-10-031-33/+33
|
* Update META.ymlJesse Vincent2009-10-021-401/+150
|
* Update Porting/makemeta to generate a META.yml compliant with the 1.4Nicholas Clark2008-10-181-1/+2
| | | | | spec. (Add a generated_by, and rename private to no_index.) p4raw-id: //depot/perl@34510
* Re-run Porting/makemetaNicholas Clark2008-10-181-16/+15
| | | p4raw-id: //depot/perl@34509
* Update makemeta to add the 3 official "resources" - homepage, licenseNicholas Clark2008-03-261-0/+4
| | | | | and bugtracker. p4raw-id: //depot/perl@33578
* Re-run Porting/makemetaNicholas Clark2008-03-261-4/+23
| | | p4raw-id: //depot/perl@33577
* Bump the version number to 5.11.0Nicholas Clark2007-12-191-1/+1
| | | p4raw-id: //depot/perl@32646
* Regen META fileRafael Garcia-Suarez2007-12-181-0/+1
| | | p4raw-id: //depot/perl@32635
* The win32 files are not the Win32 (dual-lived) distribution.Rafael Garcia-Suarez2007-12-041-4/+0
| | | | | Plus, regenerate the meta file. p4raw-id: //depot/perl@32574
* Regenerate META.yml (missing dual-life modules)Rafael Garcia-Suarez2007-11-221-0/+2
| | | p4raw-id: //depot/perl@32448
* Regenerate META.ymlRafael Garcia-Suarez2007-11-201-2/+68
| | | p4raw-id: //depot/perl@32423
* RE: Sorry, no Win32CORE-update for you unless you use development version...Jan Dubois2007-07-271-0/+1
| | | | | | From: "Jan Dubois" <jand@activestate.com> Message-ID: <03a701c7cfe8$4989abf0$dc9d03d0$@com> p4raw-id: //depot/perl@31663
* Update Module::CoreList, regenerate META.yml,Rafael Garcia-Suarez2007-07-071-3/+4
| | | | | | mention Log::Message::* in perldelta and update perlhist with 5.9.5 p4raw-id: //depot/perl@31561
* R stands for Report, not Reporting.Rafael Garcia-Suarez2007-06-181-1/+1
| | | p4raw-id: //depot/perl@31416
* Regenerate META.yml.Rafael Garcia-Suarez2007-06-181-10/+74
| | | | | Put MAD in Maintainers.pl. p4raw-id: //depot/perl@31415