Skip Menu |

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

Report information
The Basics
Id: 90425
Status: new
Priority: 0/
Queue: DBIx-Tree-MaterializedPath

People
Owner: Nobody in particular
Requestors: vitaliy [...] verhov.ru
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: v0.06
Fixed in: (no value)



Subject: DBIx::Tree::MaterializedPath on mod_perl
I'm use your fine module DBIx::Tree::MaterializedPath on mod_perl 1 environment at Apache 1.3. In new command it croak an error: Invalid dbh: not a "DBI::db" at .... In new definition in your code is: croak ..... unless ref($dbh) eq 'DBI::db'; But my server talk: ref($dbh) = Apache::DBI::db Thanks.