Revision history for builtins
0.000001  Thu Jul 14 06:35:32 2022
    *  Initial implementation.
0.000002  Thu Jul 14 07:48:37 2022
    *  First public release
0.000003  Thu Jul 14 07:54:17 2022
    * Oops...initial release was missing indexed()
      It's now included.
0.000004  Thu Jul 14 22:00:17 2022
    * Removed unneeded PerlCritic tests
      (thanks, William!)
0.000005  Sat Jul 16 01:56:07 2022
    * Automated detection of the current list of builtin:: functions
      (so module will adapt automatically as new functions are added)
0.000006  Fri Sep 22 16:24:05 2023
    * Added support for builtin::unimport
      (thanks Andreas!)
0.000007  Thu Aug 29 21:05:29 2024
    * Fixed issues with Perl 5.40
0.000008  Fri Jan 10 16:54:56 2025
    * Fixed pointless shadow warnings under Perl 5.40