The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
0.003 2023-12-22
  [New Features]
    * Allow the localtime and gmtime method in the Time::Piece minus epoch time by $allow_minus optional argument.
    
      method localtime : Time::Piece ($epoch : long = -1, $allow_minus = 0);
      
      method gmtime : Time::Piece ($epoch : long = -1, $allow_minus = 0);

0.002 2023-12-21
  [Requirement Changes]
    * Require SPVM 0.989064.
0.001 2023-12-20
  [Changes]
    * First release.