Skip Menu |

This queue is for tickets about the Catalyst-Enzyme CPAN distribution.

Report information
The Basics
Id: 23758
Status: new
Priority: 0/
Queue: Catalyst-Enzyme

People
Owner: Nobody in particular
Requestors: ddascalescu+perl [...] gmail.com
Cc:
AdminCc:

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



Subject: file(...) in Model/BookShelf.pm requires Path::Class
The code to anchor the .db file to the application's home directory uses the file() sub: dsn => 'dbi:SQLite:dbname=' . file(BookShelf->config->{home}, 'db/bookshelf.db') This requries use Path::Class qw[file]; HTH, Vlad Dan Dascalescu