Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Al Newkirk edited this page Sep 8, 2022 · 1 revision

NAME

Venus

ABSTRACT

OO Standard Library for Perl 5

DESCRIPTION

Venus is an object-orientation framework and extendible standard library for Perl 5, built on top of Mars architecture with classes which wrap most native Perl data types. Venus has a simple modular architecture, robust library of classes and methods, supports pure-Perl autoboxing, advanced exception handling, "true" and "false" keywords, package introspection, command-line options parsing, and more.

RESOURCES

INSTALLATION

Install Venus using cpm:

cpm install Venus

Install Venus using cpanm:

cpanm -qn Venus

Install Venus using Perl:

curl -sSL https://cpanmin.us | perl - -qn Venus

Install Venus using Perl (from GitHub):

curl -ssL https://cpanmin.us | perl - -qn git://github.com/awncorp/venus.git

QUOTE

"Most software today is very much like an Egyptian pyramid with millions of bricks piled on top of each other, with no structural integrity, but just done by brute force and thousands of slaves." -- Alan Kay

AUTHORS

Awncorp, [email protected]

Clone this wiki locally