Stop shipping world writeable files in our tarball
[dbsrgits/DBIx-Class.git] / t / lib / DBICTest / Schema / Year2000CDs.pm
index 8b00356..2fc30aa 100644 (file)
@@ -8,7 +8,7 @@ __PACKAGE__->table('year2000cds');
 
 # need to operate on the instance for things to work
 __PACKAGE__->result_source_instance->view_definition( sprintf (
-  'SELECT %s FROM cd WHERE year ="2000"',
+  'SELECT %s FROM cd WHERE year = "2000"',
   join (', ', __PACKAGE__->columns),
 ));