DOKK / manpages / debian 12 / libtest-dbix-class-perl / Test::DBIx::Class::FixtureCommand::PopulateMore.3pm.en
Test::DBIx::Class::FixtureCommand::PopulateMore(3pm) User Contributed Perl Documentation Test::DBIx::Class::FixtureCommand::PopulateMore(3pm)

Test::DBIx::Class::FixtureCommand::PopulateMore - Install fixtures using PopulateMore

        my $command = Test::DBIx::Class::FixtureComand::PopulateMore->new(schema=>$schema);
        $command->install_fixtures($fixtures);

This uses the DBIx::Class::Schema::PopulateMore to install fixtures. Please review the documentation for that module for more.

This class defines the following methods

Takes an Array or ArrayRef of arguments and installs them into your target database. Returns as DBIx::Class::Schema::PopulateMore.

John Napiorkowski "<jjnapiork@cpan.org>"

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.

2023-01-29 perl v5.36.0