projects
/
dbsrgits/DBIx-Class.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
171dadd
)
Fixed a typo
Justin Guenther [Mon, 27 Feb 2006 22:50:49 +0000 (22:50 +0000)]
t/run/21transactions.tl
patch
|
blob
|
blame
|
history
diff --git
a/t/run/21transactions.tl
b/t/run/21transactions.tl
index
8589fe8
..
eafc575
100644
(file)
--- a/
t/run/21transactions.tl
+++ b/
t/run/21transactions.tl
@@
-15,11
+15,10
@@
my $code = sub {
# Test checking of parameters
{
-
eval {
(ref $schema)->txn_do(sub{});
};
- like($@, qr/class method/, '$coderef parameter check ok');
+ like($@, qr/class method/, '$self parameter check ok');
eval {
$schema->txn_do('');
};