add comment explaining length
[dbsrgits/DBIx-Class-DeploymentHandler.git] / lib / DBIx / Class / DeploymentHandler / ExplicitVersions.pm
CommitLineData
e70a1600 1package DBIx::Class::DeploymentHandler::ExplicitVersions;
2use Moose;
3use Method::Signatures::Simple;
4
5method ordered_schema_versions { undef }
6
7__PACKAGE__->meta->make_immutable;
8
91;
10
11__END__
12
13vim: ts=2 sw=2 expandtab