projects
/
dbsrgits/DBIx-Class-DeploymentHandler.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
8bb2f1a
)
remove unneeded use statement
Arthur Axel 'fREW' Schmidt [Thu, 28 Jul 2011 17:19:51 +0000 (12:19 -0500)]
t/version_storages/standard.t
patch
|
blob
|
blame
|
history
diff --git
a/t/version_storages/standard.t
b/t/version_storages/standard.t
index
27dafc8
..
c683561
100644
(file)
--- a/
t/version_storages/standard.t
+++ b/
t/version_storages/standard.t
@@
-4,7
+4,6
@@
use strict;
use warnings;
use Test::More;
-use Test::Deep;
use Test::Exception;
use lib 't/lib';