r11687@rob-kinyons-powerbook58: rob | 2006-04-29 23:33:57 -0400
[dbsrgits/DBM-Deep.git] / t / 30_already_tied.t
index cc5e551..7305f64 100644 (file)
@@ -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";