NAME

do

ABSTRACT

Minimalist Perl Development Framework

SYNOPSIS

#!perl

use do;

my $phrase = do('cast', 'hello world');

$phrase->titlecase->say;

DESCRIPTION

The "do" module is focused on simplicity and productivity. It encapsulates the Data::Object framework features, is minimalist, and is designed for scripting.