Testcase to demonstrate that DBI is not always loaded before being used ghpr/closed/inspiring_524343a9
authorSebastian Willert <willert@gmail.com>
Sat, 6 Apr 2013 14:43:44 +0000 (16:43 +0200)
committerSebastian Willert <willert@gmail.com>
Sat, 6 Apr 2013 14:43:44 +0000 (16:43 +0200)
commit19c12d8f47ad98591393fbff8d941735ff27837d
tree5b56544ef9446a78f125b64c03aa0bb6ecc1bab7
parent5a1dea85252adeb35ebd75e5c1333a5ed8613419
Testcase to demonstrate that DBI is not always loaded before being used

A simple 'use DBI;' in DBIx::Class::Storage::DBI will fix this. The fix
is not included.
t/storage/bare_bones.db [new file with mode: 0644]
t/storage/bare_bones.t [new file with mode: 0644]