From: Peter Rabbitson Date: Fri, 18 Dec 2009 13:46:26 +0000 (+0000) Subject: Another bitr X-Git-Tag: v0.08116~90^2 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=e0cd97a4a64eb7fce52817301f6bf0bbc2793607;p=dbsrgits%2FDBIx-Class.git Another bitr --- diff --git a/t/99dbic_sqlt_parser.t b/t/99dbic_sqlt_parser.t index 313d2a6..2855ff1 100644 --- a/t/99dbic_sqlt_parser.t +++ b/t/99dbic_sqlt_parser.t @@ -16,7 +16,7 @@ BEGIN { my $schema = DBICTest->init_schema(); # Dummy was yanked out by the sqlt hook test # CustomSql tests the horrific/deprecated ->name(\$sql) hack -# YearXXXXCDs and NoViewDefinition are views +# YearXXXXCDs are views # my @sources = grep { $_ !~ /^ (?: Dummy | CustomSql | Year\d{4}CDs ) $/x }