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

NAME

UMMF::UML::Export::Storable - A code generator for Storable.

SYNOPSIS

  my $d = UMMF::UML::Export::Storable->new('output' => *STDOUT);
  my $d->export_Model($model);

OR

  ummf -e Storable your_uml.xmi

DESCRIPTION

This package allow UML models to be represented as Storable output.

USAGE

EXPORT

None exported.

AUTHOR

Kurt Stephens, kstephens@sourceforge.net 2003/09/07

SEE ALSO

Storable, UMMF::UML::Export::DataDumper

VERSION

$Revision: 1.4 $

METHODS