Skip Menu |

This queue is for tickets about the Test-Database CPAN distribution.

Report information
The Basics
Id: 93705
Status: new
Priority: 0/
Queue: Test-Database

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

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



Subject: drop database harmfully destructive for DBD::CSV
if the DSN is like dbi:CSV:f_ext=.csv/r DBD::CSV will consider in the (database)folder (default ".") *ONLY* the files with the extension ".csv". All other files are presumed not to be part of the "database". Test::Database however calls rm_tree on that folder on drop_database (). It should *only* do so if Test::Database created the folder itself