Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mark test modules (found in ext/*/t/) as no_index | Tony Cook | 2021-05-24 | 1 | -1/+5 |
| | | | | fixes #18632 | ||||
* | Add dry-run option "-n" to Porting/makemeta, documentation | Max Maischein | 2021-05-23 | 1 | -4/+36 |
| | |||||
* | Update documentation, comments, metadata to reference GitHub as canonical ↵ | Dan Book | 2019-10-20 | 1 | -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 Maischein | 2019-10-11 | 1 | -3/+3 |
| | |||||
* | Patch unit tests to explicitly insert "." into @INC when needed. | H.Merijn Brand | 2016-11-11 | 1 | -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 serializers | Karen Etheridge | 2016-08-19 | 1 | -0/+4 |
| | |||||
* | do not index the modules under lib/perl5db | Ricardo Signes | 2015-04-18 | 1 | -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 cruft | Dagfinn Ilmari Mannsåker | 2014-06-16 | 1 | -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 page | Kevin Falcone | 2013-10-25 | 1 | -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 use | Chris 'BinGOs' Williams | 2013-02-05 | 1 | -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 version | Chris 'BinGOs' Williams | 2013-02-05 | 1 | -4/+12 |
| | |||||
* | Teach makemeta to use CPAN::Meta to generate both META.json and META.yml | Chris 'BinGOs' Williams | 2013-02-02 | 1 | -33/+77 |
| | |||||
* | Stop CPAN from indexing mad/ | Florian Ragwitz | 2012-09-10 | 1 | -1/+1 |
| | |||||
* | 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 |