Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add autodoc.pl to the 'no_index' section of META.yml | Nicholas Clark | 2011-12-19 | 1 | -1/+1 |
| | | | | | This stops search.cpan.org mistaking its stub contents for the (full, generated) perlapi manpage. | ||||
* | Merge safer_close() and rename_if_different() into close_and_rename() | Nicholas Clark | 2011-05-19 | 1 | -3/+1 |
| | | | | Inline safer_rename() into its only caller, close_and_rename(). | ||||
* | Rename safer_open() to open_new(), and eliminate the first parameter. | Nicholas Clark | 2011-05-19 | 1 | -1/+1 |
| | | | | Update the SHA256s where necessary in the generated files. | ||||
* | In makemeta, pass the final file name as the second argument to safer_open() | Nicholas Clark | 2011-05-19 | 1 | -1/+1 |
| | | | | With this change, all callers to safer_open() pass 2 arguments. | ||||
* | Fix endless loop in Porting/makemeta. | Craig A. Berry | 2011-01-28 | 1 | -1/+4 |
| | | | | | | | | | File::Basename::dirname() returns the current device and directory on VMS when there is no directory information in the path (i.e., you ran out of directories), and the current device and directory are never ".". Now that we run makemeta in the test suite, the expectation that you always get "." was causing the test suite to hang in a CPU-bound loop. | ||||
* | Avoid blank lines in META.yml | Nicholas Clark | 2011-01-23 | 1 | -5/+5 |
| | |||||
* | Clarify this is the Perl 5 interpreter for manpage and META | David Golden | 2010-12-06 | 1 | -1/+1 |
| | |||||
* | af00134636ffe4172cbffeaed3bbad802e58d8a0 broke regen_perly. | Zefram | 2010-10-13 | 1 | -1/+1 |
| | |||||
* | Update the perl distribution's abstract | Florian Ragwitz | 2010-09-18 | 1 | -1/+1 |
| | | | | | | | | 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. | ||||
* | Make the META.yml regen code use regen_lib.pl per the request in ↵ | Jesse Vincent | 2010-07-04 | 1 | -3/+11 |
| | | | | release_mananger_guide, | ||||
* | Add more internal files and directories to no_index in META.yml | Nicholas Clark | 2010-03-18 | 1 | -2/+4 |
| | | | | | This prevents search.cpan.org finding and formatting template and internal documentation. Fixes RT #73632. | ||||
* | Add our repository URL as a 'repository' key in META.yml. | Nicholas Clark | 2010-02-15 | 1 | -0/+1 |
| | |||||
* | Rather than list all of the CPAN dists in cpan/ not to index, make use of ↵ | Jesse Vincent | 2009-10-02 | 1 | -1/+1 |
| | | | | the fact that noindex is path based and just list cpan/ | ||||
* | Minor typo fix in a comment | Jesse Vincent | 2009-08-03 | 1 | -1/+1 |
| | |||||
* | Add some basic decriptions and/or usage info to some Porting/ scripts | David Mitchell | 2009-01-03 | 1 | -0/+3 |
| | |||||
* | Update Porting/makemeta to generate a META.yml compliant with the 1.4 | Nicholas Clark | 2008-10-18 | 1 | -1/+2 |
| | | | | | spec. (Add a generated_by, and rename private to no_index.) p4raw-id: //depot/perl@34510 | ||||
* | Update makemeta to add the 3 official "resources" - homepage, license | Nicholas Clark | 2008-03-26 | 1 | -0/+4 |
| | | | | | and bugtracker. p4raw-id: //depot/perl@33578 | ||||
* | R stands for Report, not Reporting. | Rafael Garcia-Suarez | 2007-06-18 | 1 | -1/+1 |
| | | | p4raw-id: //depot/perl@31416 | ||||
* | Re: The META.yml file in bleadperl | Fergal Daly | 2003-10-06 | 1 | -2/+21 |
| | | | | | | | Message-Id: <200310060025.29122.fergal@esatclear.ie> Plus regeneration of META.yml p4raw-id: //depot/perl@21407 | ||||
* | Add META.yml and Stas' makemeta (plus extensive reworking | Jarkko Hietaniemi | 2003-08-05 | 1 | -0/+36 |
of the Maintainers utility) p4raw-id: //depot/perl@20491 |