Subject: | Syntax error on line 15 of RenderView.pm v0.03 |
There seems to be a syntax error on line 15 of RenderView.pm of
Catalyst-Action-RenderView-0.03. If (I doubt it) you should need it, see
attached patch.
Subject: | CARV.patch |
--- lib/Catalyst/Action/RenderView.pm.fixsyntax 2006-07-02 03:56:29.000000000 -0600
+++ lib/Catalyst/Action/RenderView.pm 2006-07-02 07:56:08.000000000 -0600
@@ -12,7 +12,7 @@
foreach my $item (keys %{$c->stash}) {
undef $item->{result_source}
if $item->isa('DBIx::Class::ResultSet') ||
- if $item->isa('DBIx::Class::Row');
+ $item->isa('DBIx::Class::Row');
}
die "forced debug"
}