projects
/
gitmo/MooseX-UndefTolerant.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
4fbe5d7
)
remove unneeded shebang
Karen Etheridge [Sun, 23 Sep 2012 19:05:02 +0000 (12:05 -0700)]
t/roles.t
patch
|
blob
|
blame
|
history
diff --git
a/t/roles.t
b/t/roles.t
index
b7594c7
..
bd56a22
100644
(file)
--- a/
t/roles.t
+++ b/
t/roles.t
@@
-1,6
+1,6
@@
-#!/usr/bin/env perl
use strict;
use warnings;
+
use Test::More;
use Test::Moose;
use Test::Fatal;