NAME
Schema::Test::0_2_0 - Test schema version 0.2.0.
SYNOPSIS
use Schema::Test::0_2_0;
my $obj = Schema::Test::0_2_0->connect(@connect_info);
$obj->source('Person');
DESCRIPTION
Versioned DBIx::Class schema for the 0.2.0 test layout.
METHODS
connect
my $schema = Schema::Test::0_2_0->connect(@connect_info);
Returns DBIx::Class::Schema instance.
source
my $source = $schema->source($source_name);
Returns DBIx::Class::ResultSource instance.
DEPENDENCIES
DBIx::Class::Schema, Schema::Test.
SEE ALSO
- Schema::Test
-
Wrapper for selecting schema versions.
- DBIx::Class::Schema
-
Base class for the versioned schema package.
REPOSITORY
https://github.com/michal-josef-spacek/Schema-Test
AUTHOR
Michal Josef Špaček <skim@cpan.org>
LICENSE AND COPYRIGHT
Copyright (c) 2022-2026 Michal Josef Špaček.
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
VERSION
0.02