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.