DBIx::Class::DeploymentHandler::WithReasonableDefaults - Make default arguments
to a few methods sensible
The whole point of this role is to set defaults for arguments of various
methods. It's a little awesome.
Defaulted args:
my $from_version = $self->initial_version;
my $to_version = $self->schema_version;
my $version_set = [$from_version, $to_version];
Defaulted args:
my $from_version = $self->schema_version;
my $to_version = $self->data_version;
my $version_set = [$from_version, $to_version];
Defaulted args:
my $version = $self->to_version;
Arthur Axel "fREW" Schmidt <frioux+cpan@gmail.com>
This software is copyright (c) 2019 by Arthur Axel "fREW" Schmidt.
This is free software; you can redistribute it and/or modify it
under the same terms as the Perl 5 programming language system itself.