DEV Community

Yuki Kimoto
Yuki Kimoto

Posted on

1

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)

A Workflow Copilot. Tailored to You.

Pieces.app image

Our desktop app, with its intelligent copilot, streamlines coding by generating snippets, extracting code from screenshots, and accelerating problem-solving.

Read the docs

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay