NAME

Venus::Class - Class Builder

ABSTRACT

Class Builder for Perl 5

SYNOPSIS

package Example;

use Venus::Class;

sub handshake {
  return true;
}

package main;

my $example = Example->new;

# $example->handshake;

DESCRIPTION

This package modifies the consuming package making it a modified Moo class. All functions in Venus are automatically imported unless routines of the same name already exist.

INTEGRATES

This package integrates behaviors from:

Moo

AUTHORS

Cpanery, cpanery@cpan.org

LICENSE

Copyright (C) 2021, Cpanery

Read the "license" file.