Revision history for P5lcfirst
0.0.11 2023-08-07T19:39:54+02:00
- Update test file extension
- Limit implicit use of $_ to direct caller only
- Added sponsor link
0.0.10 2021-09-09T12:43:24+02:00
- Change file extension to .rakumod
- Migrate to zef ecosystem
- Update email address
- Update copyright year
0.0.9 2020-11-11T20:57:49+01:00
- Change name of distribution
- Force to highest possible Raku version
- Update copyright year
- Add PORTING CAVEATS section about access caller's $_
0.0.8 2019-11-10T14:05:38+01:00
- changed Perl 5 to Perl
0.0.7 2018-05-21T15:28:07+02:00
- Added original Perl 5 documentation
0.0.6 2018-05-15T19:40:57+02:00
- Added authority information
0.0.5 2018-04-25T19:07:35+02:00
- P5lcfirst must be a module, not a class
0.0.4 2018-04-12T10:40:29+02:00
- Merge ucfirst() code in here to reduce number of CPAN5 distributions.
0.0.3 2018-04-11T15:19:24+02:00
- Follow App:Mi6's default Changes format
0.0.2 2018-01-24T15:20:02+01:00
- Must use CALLERS:: instead of CALLER:: to reliably access $_ of caller.
0.0.1 2018-01-23T16:08:01+01:00
- Initial implementation.