-
-
07 Dec 2016 16:33:32 UTC
- Distribution: Test-DBIx-Class
- Module version: 0.52
- Source (raw)
- Browse (raw)
- Changes
- How to Contribute
- Repository
- Issues (6)
- Testers (3369 / 3 / 0)
- Kwalitee
Bus factor: 2- 83.15% Coverage
- License: perl_5
- Activity
24 month- Tools
- Download (395.52KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
- Dependencies
- Config::Any
- DBIx::Class
- DBIx::Class::Schema::PopulateMore
- DBIx::Class::TimeStamp
- DBIx::Class::UUIDColumns
- Data::UUID
- Data::Visitor
- Digest::MD5
- File::Path
- File::Temp
- Hash::Merge
- List::MoreUtils
- Module::Runtime
- Moose
- MooseX::Attribute::ENV
- MooseX::Types
- Path::Class
- SQL::Translator
- Scalar::Util
- Sub::Exporter
- Test::Builder
- Test::Deep
- Reverse dependencies
- CPAN Testers List
- Dependency graph
NAME
Test::DBIx::Class::Example::Schema - A basic schema you can use for testing
SYNOPSIS
my $schema = Test::DBIx::Class::Example::Schema->connect($dsn);
DESCRIPTION
This Schema has two purposes. First, we need one in order to properly test this distribution. Secondly, we'd like to offer a useful and simple schema that component authors can use to test their code. This way you don't have to keep rolling your own example database and we can concentrate effort on making one that is solid.
SEE ALSO
The following modules or resources may be of interest.
AUTHOR
John Napiorkowski
<jjnapiork@cpan.org>
COPYRIGHT & LICENSE
Copyright 2009, John Napiorkowski
<jjnapiork@cpan.org>
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
Module Install Instructions
To install Test::DBIx::Class, copy and paste the appropriate command in to your terminal.
cpanm Test::DBIx::Class
perl -MCPAN -e shell install Test::DBIx::Class
For more information on module installation, please visit the detailed CPAN module installation guide.