DEV Community

Yuki Kimoto - SPVM Author
Yuki Kimoto - SPVM Author

Posted on

SPVM::Sys 0.31 is released

SPVM::Sys 0.31 is released.

New Features and Enhancement

Changes

0.31 2022-12-15
  [Build Process Improvement]
    * Added --meta option to Makefile.PL
  [Build Process Bug Fix]
    * Fixed the SPVM module dependency in Makefile.PL
      [Before]
      PREREQ_PM => {
        'SPVM'              => '0.9665',
      },
      [After]
      CONFIGURE_REQUIRES => {
        'SPVM'              => '0.9665',
      },
  [Test Improvement]
    * Improve the workflow of Github Actions.
Enter fullscreen mode Exit fullscreen mode

For Programming Beginners

SPVM::Sys is a SPVM module to use system calls such as File I/O, Socket, and User Manipulation.

SPVM is a static-typed programming language that can be installed from Perl/CPAN.

Top comments (0)