The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

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.