Skip Menu |

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

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

People
Owner: Nobody in particular
Requestors: hanenkamp [...] cpan.org
Cc:
AdminCc:

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



Subject: Depends on File::Path 2.06_05 (or so)
I just tried to upgrade and got this when running tests: DBIx::Class::Schema::connect(): No arguments to load_classes and couldn't load DBIx::Class::Storage::DBI (DBIx::Class::Schema::throw_exception(): "make_path" is not exported by the File::Path module Looks like i had an old version of File::Path installed. Installing a modern one corrected the problem. Looks like make_path() was added around 2.06_05-ish, so probably need to add a dependency on File::Path 2.07 or so.
On Sun Jun 06 23:15:56 2010, HANENKAMP wrote: Show quoted text
> I just tried to upgrade and got this when running tests: > > DBIx::Class::Schema::connect(): No arguments to load_classes and > couldn't load > DBIx::Class::Storage::DBI (DBIx::Class::Schema::throw_exception(): > "make_path" is not exported > by the File::Path module > > Looks like i had an old version of File::Path installed. Installing a > modern one corrected the > problem. Looks like make_path() was added around 2.06_05-ish, so > probably need to add a > dependency on File::Path 2.07 or so
Fixed in master, should see a release once our win32 issues are taken care of.
On Sun Jun 06 23:35:47 2010, frew wrote: Show quoted text
> On Sun Jun 06 23:15:56 2010, HANENKAMP wrote:
> > I just tried to upgrade and got this when running tests: > > > > DBIx::Class::Schema::connect(): No arguments to load_classes and > > couldn't load > > DBIx::Class::Storage::DBI (DBIx::Class::Schema::throw_exception(): > > "make_path" is not exported > > by the File::Path module > > > > Looks like i had an old version of File::Path installed. Installing a > > modern one corrected the > > problem. Looks like make_path() was added around 2.06_05-ish, so > > probably need to add a > > dependency on File::Path 2.07 or so
> > Fixed in master, should see a release once our win32 issues are taken > care of.
Changing status - an issue is generally not resolved until a dist hits cpan (which in this case might be a while). 'patched' seems like a good compromise indicating "yes, trunk is fixed, cpan is not"