projects
/
dbsrgits/DBIx-Class.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
5947e40
)
Fix syntax error that slipped into 9c1700e3
Peter Rabbitson [Fri, 25 Mar 2011 23:10:13 +0000 (
00:10
+0100)]
t/55namespaces_cleaned.t
patch
|
blob
|
blame
|
history
diff --git
a/t/55namespaces_cleaned.t
b/t/55namespaces_cleaned.t
index
faf98b9
..
85c288b
100644
(file)
--- a/
t/55namespaces_cleaned.t
+++ b/
t/55namespaces_cleaned.t
@@
-18,7
+18,7
@@
my @modules = grep {
# not all modules are loadable at all times
eval "require $mod" ? $mod : do {
- SKIP: { skip "Failed require of $mod: $@", 1 }A
+ SKIP: { skip "Failed require of $mod: $@", 1 };
();
};