NAME

FunctionalPerl - functional programming on Perl

SYNOPSIS

use FunctionalPerl;
FunctionalPerl->VERSION # or $FunctionalPerl::VERSION

# But all the actual modules are under FP::*, like:
use FP::List;
# etc.

DESCRIPTION

Currently just embeds the version variable.

NOTE

This is alpha software! Read the package README.