NAME
vns
SYNOPSIS
vns init
DESCRIPTION
Run and alias arbitrary commands, and tasks derived from Venus::Task, using Venus::Run.
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