X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Fcdbi%2Fcolumns_as_hashes.t;fp=t%2Fcdbi%2Fcolumns_as_hashes.t;h=78066b293a74b4d868ec2881514d192c6c587b1b;hb=de0ed7f1a05646ecf440d62d1423eaa46f5cd26b;hp=9ae1976cfd2a3b29e8f333e9056cec110f292867;hpb=572338e0c6b2b119362ae59880813b0d5188c62f;p=dbsrgits%2FDBIx-Class.git diff --git a/t/cdbi/columns_as_hashes.t b/t/cdbi/columns_as_hashes.t index 9ae1976..78066b2 100644 --- a/t/cdbi/columns_as_hashes.t +++ b/t/cdbi/columns_as_hashes.t @@ -26,7 +26,7 @@ local $ENV{DBIC_CDBICOMPAT_HASH_WARN} = 0; my $rating = $waves->{rating}; $waves->Rating("PG"); is $rating, "R", 'evaluation of column value is not deferred'; - } qr{^Column 'rating' of 'Film/$waves' was fetched as a hash at \Q$0}; + } qr{^Column 'rating' of 'Film/$waves' was fetched as a hash at\b}; warnings_like { is $waves->{title}, $waves->Title, "columns can be accessed as hashes";