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

NAME

DBIx::Class::Journal::EvalWrap - Wrap all journal ops with an eval { }

SYNOPSIS

    __PACKAGE__->journal_component("Journal::EvalWrap");

DESCRIPTION

This component is a wrapper for the row methods in DBIx:Class::Journal that aides in retrofitting a schema for journaling, by wrapping all the journal CRUD operations with a local $@; eval { ... }}.

This is desirable if you'd rather lose journal data than create runtime errors when retrofitting existing code.

Use with caution.

1 POD Error

The following errors were encountered while parsing the POD:

Around line 33:

Unterminated C<...> sequence