Branch: refs/heads/blead
Home: https://github.com/Perl/perl5
Commit: c389fd835662dedb4c6dcbdabe25c986cb960859
https://github.com/Perl/perl5/commit/c389fd835662dedb4c6dcbdabe25c986cb960859
Author: Sawyer X <[email protected]>
Date: 2020-12-22 (Tue, 22 Dec 2020)
Changed paths:
M dist/ExtUtils-ParseXS/lib/perlxstut.pod
Log Message:
-----------
GH #18163: Stricter, cleaned up test example: (#18165)
* GH #18163: Stricter, cleaned up test example:
This just adds 'my $i' to make the test pass on strict, and it cleans
it up and provides test names for the tests.
I kept the tabs that were used.
* Use relative path
* Indent for readability
* Missing variables
* Add another reference
* Remove '&' in function calls
* Add some hints
* Normalize quoting in WriteMakeFile examples
* Remove explicit quotes
* Apply all additional suggestions
* replace tabs, make line shorter