diff options
| author | 2016-10-30 10:11:11 +0000 | |
|---|---|---|
| committer | 2016-10-30 13:47:22 +0000 | |
| commit | de9f3deabe35fcc0a09dd4c62b6c626ba4282447 (patch) | |
| tree | 7820848df3adc72f93427369ef8704a7aae91fc1 /lib/ASM/DB.pm | |
| parent | 6b8fe391c6c2ea98da7d43593e52c1bcb6ba882f (diff) | |
Use DBIx::Class::DeploymentHandler
Fixes T5. Yay! We still need some documentation on this, though.
Diffstat (limited to 'lib/ASM/DB.pm')
| -rw-r--r-- | lib/ASM/DB.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ASM/DB.pm b/lib/ASM/DB.pm index 6bd9519..768e6cb 100644 --- a/lib/ASM/DB.pm +++ b/lib/ASM/DB.pm @@ -1,5 +1,5 @@ use utf8; -package ASM::DB; +package ASM::DB 1; use strict; use warnings; |
