The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

vns

SYNOPSIS

  vns init

DESCRIPTION

Run and alias arbitrary commands, and tasks derived from Venus::Task, using Venus::Run. See FEATURES for usage and configuration information.

QUICKSTART

  # Mint a new configuration file
  vns init

  # Install a distribution
  vns cpan $DIST

  # Install dependencies in the CWD
  vns deps

  # Check that a package can be compiled
  vns okay $FILE

  # Use the Perl debugger as a REPL
  vns repl

  # Evaluate arbitrary Perl expressions
  vns exec "say 'hello'"

  # Test the Perl project in the CWD
  vns test t

SEE ALSO

Venus, Venus::Run, Venus::Task.