Skip Menu |

This queue is for tickets about the DBI-Shell CPAN distribution.

Report information
The Basics
Id: 26286
Status: open
Priority: 0/
Queue: DBI-Shell

People
Owner: Nobody in particular
Requestors: hjp [...] hjp.at
Cc:
AdminCc:

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



Subject: format of config file undocumented
perldoc DBI::Shell mentions that there is a config file: | DBISH_CONFIG | | Which configuration file used. Unset to not read any additional | configurations. However, the format is completely undocumented. A quick glance at the source code suggests that it should be some perl code which is eval'd, but it wasn't immediately apparent how that code should look like.
Subject: Re: [rt.cpan.org #26286] format of config file undocumented
Date: Mon, 23 Apr 2007 21:34:54 -0400
To: bug-DBI-Shell [...] rt.cpan.org
From: "Thomas A. Lowery" <tlowery [...] rparts.us>
Peter J. Holzer via RT wrote: Show quoted text
> Thu Apr 12 13:07:04 2007: Request 26286 was acted upon. > Transaction: Ticket created by hjp@hjp.at > Queue: DBI-Shell > Subject: format of config file undocumented > Broken in: (no value) > Severity: Wishlist > Owner: Nobody > Requestors: hjp@hjp.at > Status: new > Ticket <URL: http://rt.cpan.org/Ticket/Display.html?id=26286 > > > > perldoc DBI::Shell > mentions that there is a config file: > > | DBISH_CONFIG > | > | Which configuration file used. Unset to not read any additional > | configurations. > > However, the format is completely undocumented. A quick glance at the > source code suggests that it should be some perl code which is eval'd, > but it wasn't immediately apparent how that code should look like. >
IMHO, the config file is in need of major rework. In the 2.0 rewrite (started a while ago) I looked at using INI style and/or XML instead of an eval'd statement. Tom