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

NAME

Treex::PML::Backend::Storable - I/O backend for data dumps via the Perl Storable module.

DESCRIPTION

This module implements a Treex::PML input/output backend for binary dumps of the in-memory representation of Treex::PML::Document objects using the Perl module Storable.

SYNOPSIS

use Treex::PML; Treex::PML::AddBackends(qw(Storable))

my $document = Treex::PML::Factory->createDocumentFromFile('input.pls'); ... $document->save();

COPYRIGHT AND LICENSE

Copyright (C) 2006-2010 by Petr Pajas

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.8.2 or, at your option, any later version of Perl 5 you may have available.