projects
/
gitmo/Role-Tiny.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
33f7a80
)
remove useless load test
Graham Knop [Fri, 21 Feb 2014 03:14:22 +0000 (22:14 -0500)]
t/role-basic-00-load.t
[deleted file]
patch
|
blob
|
blame
|
history
diff --git
a/t/role-basic-00-load.t
b/t/role-basic-00-load.t
deleted file mode 100644
(file)
index
bfcb321
..0000000
--- a/
t/role-basic-00-load.t
+++ /dev/null
@@
-1,7
+0,0 @@
-use Test::More tests => 1;
-
-BEGIN {
- use_ok( 'Role::Tiny' ) || BAIL_OUT "Could not load Role::Tiny: $!";
-}
-
-diag( "Testing Role::Tiny $Role::Tiny::VERSION, Perl $], $^X" );