Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the DBIx-Class-Migration CPAN distribution.

Report information
The Basics
Id: 75323
Status: resolved
Priority: 0/
Queue: DBIx-Class-Migration

People
Owner: Nobody in particular
Requestors: felliott [...] virginia.edu
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: test failures - missing deps
Hello, When I tried to install DBIC::Migration v0.002 it failed the use_ok tests for ::MySQLSandbox, ::PostgresqlSandbox, and Test::DBIx::Class::FixtureCommand::Population due to missing dependencies on Test::mysql, Test::postgresql, and Test::DBIx::Class. I'm guessing it might also fail on ::SqliteSandbox if DBD::SQLite isn't installed, though I couldn't reproduce that myself. Thank you for writing this, I'm excited to try it out for an upcoming project! Cheers, Fitz Elliott
Subject: Re: [rt.cpan.org #75323] test failures - missing deps
Date: Sun, 26 Feb 2012 16:18:24 -0800 (PST)
To: bug-DBIx-Class-Migration [...] rt.cpan.org
From: John Napiorkowski <jjn1056 [...] yahoo.com>
Oh snap, sillly buggers error on my part! I'll send out a fix shortly! and DBD::Sqlite should pass fine since you get that with DBIC, although I guess I really should dep on it myself. Thanks for the report. --John Show quoted text
----- Original Message -----
> From: Fitz Elliott via RT <bug-DBIx-Class-Migration@rt.cpan.org> > To: > Cc: > Sent: Sunday, February 26, 2012 2:04 PM > Subject: [rt.cpan.org #75323] test failures - missing deps > > Sun Feb 26 14:04:55 2012: Request 75323 was acted upon. > Transaction: Ticket created by felliott >       Queue: DBIx-Class-Migration >     Subject: test failures - missing deps >   Broken in: (no value) >     Severity: (no value) >       Owner: Nobody >   Requestors: felliott@virginia.edu >       Status: new > Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=75323 > > > > Hello, > > When I tried to install DBIC::Migration v0.002 it failed the use_ok tests for > ::MySQLSandbox, > ::PostgresqlSandbox, and Test::DBIx::Class::FixtureCommand::Population due to > missing > dependencies on Test::mysql, Test::postgresql, and Test::DBIx::Class.  I'm > guessing it might also > fail on ::SqliteSandbox if DBD::SQLite isn't installed, though I > couldn't reproduce that myself. > > Thank you for writing this, I'm excited to try it out for an upcoming > project! > > Cheers, > Fitz Elliott >
Hey, I've pushed out a new version that I think fixes it. If you could verify with me that it is indeed fixed I will go ahead and close the issue. Thanks for the report! John On Sun Feb 26 14:04:55 2012, felliott wrote: Show quoted text
> Hello, > > When I tried to install DBIC::Migration v0.002 it failed the use_ok > tests for ::MySQLSandbox, > ::PostgresqlSandbox, and Test::DBIx::Class::FixtureCommand::Population > due to missing > dependencies on Test::mysql, Test::postgresql, and Test::DBIx::Class. > I'm guessing it might also > fail on ::SqliteSandbox if DBD::SQLite isn't installed, though I > couldn't reproduce that myself. > > Thank you for writing this, I'm excited to try it out for an upcoming > project! > > Cheers, > Fitz Elliott
Subject: Re: [rt.cpan.org #75323] test failures - missing deps
Date: Wed, 29 Feb 2012 11:28:26 -0500
To: bug-DBIx-Class-Migration [...] rt.cpan.org
From: Fitz Elliott <felliott [...] virginia.edu>
Show quoted text
> <URL: https://rt.cpan.org/Ticket/Display.html?id=75323 > > > Hey, > > I've pushed out a new version that I think fixes it. If you could verify with me that it is indeed > fixed I will go ahead and close the issue.
Worked perfectly. Thank you! Cheers, Fitz