The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Monorail::MigrationScript

VERSION

version 0.4

SYNOPSIS

    my $migration = Monorail::MigrationScript->new(filename => $filename);

    say "Going to run " . $migration->name;

    $migration->upgade;

    # or

    $migration->downgrade

DESCRIPTION

A MigrationScript object represents a migration perl file from the basedir.