summaryrefslogtreecommitdiff
path: root/Porting/makemeta
Commit message (Collapse)AuthorAgeFilesLines
* Merge safer_close() and rename_if_different() into close_and_rename()Nicholas Clark2011-05-191-3/+1
| | | | Inline safer_rename() into its only caller, close_and_rename().
* Rename safer_open() to open_new(), and eliminate the first parameter.Nicholas Clark2011-05-191-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 Clark2011-05-191-1/+1
| | | | With this change, all callers to safer_open() pass 2 arguments.
* Fix endless loop in Porting/makemeta.Craig A. Berry2011-01-281-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.ymlNicholas Clark2011-01-231-5/+5
|
* Clarify this is the Perl 5 interpreter for manpage and METADavid Golden2010-12-061-1/+1
|
* af00134636ffe4172cbffeaed3bbad802e58d8a0 broke regen_perly.Zefram2010-10-131-1/+1
|
* Update the perl distribution's abstractFlorian Ragwitz2010-09-181-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 Vincent2010-07-041-3/+11
| | | | release_mananger_guide,
* Add more internal files and directories to no_index in META.ymlNicholas Clark2010-03-181-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 Clark2010-02-151-0/+1
|
* Rather than list all of the CPAN dists in cpan/ not to index, make use of ↵Jesse Vincent2009-10-021-1/+1
| | | | the fact that noindex is path based and just list cpan/
* Minor typo fix in a commentJesse Vincent2009-08-031-1/+1
|
* Add some basic decriptions and/or usage info to some Porting/ scriptsDavid Mitchell2009-01-031-0/+3
|
* 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
* Update makemeta to add the 3 official "resources" - homepage, licenseNicholas Clark2008-03-261-0/+4
| | | | | and bugtracker. p4raw-id: //depot/perl@33578
* R stands for Report, not Reporting.Rafael Garcia-Suarez2007-06-181-1/+1
| | | p4raw-id: //depot/perl@31416
* Re: The META.yml file in bleadperlFergal Daly2003-10-061-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 reworkingJarkko Hietaniemi2003-08-051-0/+36
of the Maintainers utility) p4raw-id: //depot/perl@20491