X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F30_already_tied.t;h=7305f641314935f149a3d52af36e17540a09462d;hb=8dee06cd2bf9a8792e21335f280f0e74225ef2e6;hp=cc5e551addc88b69aaea4e688ac99bd0b4b458cb;hpb=fde3db1a5e4879bebec5ca8051caa2804d1a826e;p=dbsrgits%2FDBM-Deep.git diff --git a/t/30_already_tied.t b/t/30_already_tied.t index cc5e551..7305f64 100644 --- a/t/30_already_tied.t +++ b/t/30_already_tied.t @@ -72,4 +72,4 @@ my $db = DBM::Deep->new( $filename ); throws_ok { $db->{foo} = \$scalar; -} qr/Storage of variables of type 'SCALAR' is not supported/, "Cannot store scalar references, let alone tied scalars"; +} qr/Storage of references of type 'SCALAR' is not supported/, "Cannot store scalar references, let alone tied scalars";