DBIx::Class::DeploymentHandler::WithReasonableDefaults(3pm) | User Contributed Perl Documentation | DBIx::Class::DeploymentHandler::WithReasonableDefaults(3pm) |
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.
2022-12-10 | perl v5.36.0 |