Skip to content

Commit

Permalink
fixed a minor "something undefined" error
Browse files Browse the repository at this point in the history
  • Loading branch information
john napiorkowski committed Aug 27, 2009
1 parent 077ecff commit ab68dd5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/Test/DBIx/Class/SchemaManager/Trait/Testmysqld.pm
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,7 @@ package Test::DBIx::Class::SchemaManager::Trait::Testmysqld; {
$config{base_dir} = $self->base_dir if $self->base_dir;
$config{mysql_install_db} = $self->mysql_install_db if $self->mysql_install_db;
$config{mysqld} = $self->mysqld if $self->mysqld;
unless(-e $self->base_dir) {

}
return Test::mysqld->new(%config);
}

Expand Down

0 comments on commit ab68dd5

Please sign in to comment.