__END__
+=head1 DELEGATION ROLE
+
+This role is entirely for making delegation look like a role. The actual
+docs for the methods and attributes are at
+L<DBIx::Class::DeploymentHandler::DeployMethod::SQL::Translator::Deprecated>
# vim: ts=2 sw=2 expandtab
__END__
+
+=head1 DELEGATION ROLE
+
+This role is entirely for making delegation look like a role. The actual
+docs for the methods and attributes are at
+L<DBIx::Class::DeploymentHandler::VersionStorage::Deprecated>
__END__
-TODO: pod
+=head1 DELEGATION ROLE
+
+This role is entirely for making delegation look like a role. The actual
+docs for the methods and attributes are at
+L<DBIx::Class::DeploymentHandler::VersionHandler::DatabaseToSchemaVersions>
__END__
+=head1 DELEGATION ROLE
+
+This role is entirely for making delegation look like a role. The actual
+docs for the methods and attributes are at
+L<DBIx::Class::DeploymentHandler::VersionHandler::ExplicitVersions>
# vim: ts=2 sw=2 expandtab
__END__
+
+=head1 DELEGATION ROLE
+
+This role is entirely for making delegation look like a role. The actual
+docs for the methods and attributes are at
+L<DBIx::Class::DeploymentHandler::VersionHandler::Monotonic>
__END__
vim: ts=2 sw=2 expandtab
+
+=head1 CONVENIENCE
+
+The whole point of this role is to set defaults for arguments of various
+methods. It's a little awesome.
+
+=head1 METHODS
+
+=head2 prepare_upgrade
+
+Defaulted args:
+
+ my $from_version = $self->database_version;
+ my $to_version = $self->schema_version;
+ my $version_set = [$from_version, $to_version];
+
+=head2 prepare_downgrade
+
+Defaulted args:
+
+ my $from_version = $self->database_version;
+ my $to_version = $self->schema_version;
+ my $version_set = [$from_version, $to_version];
+
+=head2 install_resultsource
+
+Defaulted args:
+
+ my $version = $self->to_version;
__END__
-TODO: pod
+=head1 DELEGATION ROLE
+
+This role is entirely for making delegation look like a role. The actual
+docs for the methods and attributes are at
+L<DBIx::Class::DeploymentHandler::DeployMethod::SQL::Translator>
# vim: ts=2 sw=2 expandtab
__END__
+
+=head1 DELEGATION ROLE
+
+This role is entirely for making delegation look like a role. The actual
+docs for the methods and attributes are at
+L<DBIx::Class::DeploymentHandler::VersionStorage::Standard>