projects
/
dbsrgits/DBIx-Class.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
d651c86
)
corrected $^O string
Matt S Trout [Thu, 29 Jun 2006 21:25:01 +0000 (21:25 +0000)]
t/cdbi-t/02-Film.t
patch
|
blob
|
blame
|
history
diff --git
a/t/cdbi-t/02-Film.t
b/t/cdbi-t/02-Film.t
index
a9405bc
..
d303f35
100644
(file)
--- a/
t/cdbi-t/02-Film.t
+++ b/
t/cdbi-t/02-Film.t
@@
-234,7
+234,7
@@
is($btaste->Director, $orig_director, 'discard_changes()');
SKIP: {
skip "ActiveState perl produces additional warnings", 3
- if ($^O eq 'Win32');
+ if ($^O eq 'MSWin32');
Film->autoupdate(1);
my $btaste2 = Film->retrieve($btaste->id);