summaryrefslogtreecommitdiff
path: root/Porting/makemeta
Commit message (Collapse)AuthorAgeFilesLines
* mark test modules (found in ext/*/t/) as no_indexTony Cook2021-05-241-1/+5
| | | | fixes #18632
* Add dry-run option "-n" to Porting/makemeta, documentationMax Maischein2021-05-231-4/+36
|
* Update documentation, comments, metadata to reference GitHub as canonical ↵Dan Book2019-10-201-2/+2
| | | | | | | | | | | | | | | | repository (#1186) * Update repository and bugtracker URLs to GitHub in makemeta regen META files * Update POD and comments to reference GitHub as canonical repository * Update Porting/corelist.pl to recognize GitHub issue tracker * remove "A note on camel and dromedary" * Remove redundant 'Committing your changes' section
* Update URLs in META.* to https://Max Maischein2019-10-111-3/+3
|
* Patch unit tests to explicitly insert "." into @INC when needed.H.Merijn Brand2016-11-111-1/+1
| | | | | require calls now require ./ to be prepended to the file since . is no longer guaranteed to be in @INC.
* regenerate META.* using new CPAN::Meta, and always use the core serializersKaren Etheridge2016-08-191-0/+4
|
* do not index the modules under lib/perl5dbRicardo Signes2015-04-181-1/+1
| | | | | | | | | These are there for testing, and there is nothing to index under lib/perl5db anyway. This has, in the past, led to junk in 02packages. I think this is probably not the perfect way to do this, but it works and also does not seem like the worst way...
* [perl #122110] [PATCH] Remove left-over mad cruftDagfinn Ilmari Mannsåker2014-06-161-1/+1
| | | | | | | | | | | The great MADectomy left some cruft behind: - no_index in META.{yml,json} - $Config{mad} checks in tests - Porting/perlhist_calculate.pl - symbian/config.pl - PERL_XMLDUMP error in perldiag - madly{h,obj,src} in win32/config.{gc,vc}
* No longer point to rt.perl.org/perlbug/ as a landing pageKevin Falcone2013-10-251-1/+1
| | | | | We'll use the homepage of rt.perl.org instead, as it's much more likely to get text updates.
* Make makemeta more cognisant and easier to useChris 'BinGOs' Williams2013-02-051-5/+19
| | | | | | | | | | Provide -y and -j switches to produce yml or json files, respectively, for use in regen rules and tests The default behaviour is to produce both files. Update release managers' guide to say to regen the META files before generating release tarballs.
* makemeta no longer relies on the currently executing perl for versionChris 'BinGOs' Williams2013-02-051-4/+12
|
* Teach makemeta to use CPAN::Meta to generate both META.json and META.ymlChris 'BinGOs' Williams2013-02-021-33/+77
|
* Stop CPAN from indexing mad/Florian Ragwitz2012-09-101-1/+1
|
* Add autodoc.pl to the 'no_index' section of META.ymlNicholas Clark2011-12-191-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 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