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