![]() |
![]()
| ![]() |
![]()
NAMEvns SYNOPSISvns init DESCRIPTIONRun 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 ALSOVenus, Venus::Run, Venus::Task.
|