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

NAME

DBIx::VersionedDDL::Plugin::DefaultScriptProcessor - default plugin to process version scripts.

Plugins are required to provide a method process_script which takes path to version script as an argument and returns a list of SQL statements.

ATTRIBUTES

  • separator. The charactor used to separate (delimit) SQL Statements in the file. Defaults to ; (a semi-colon)

METHODS

process_script

Returns a list of SQL statements after parsing the supplied script