Still do null-branch pruning when we are using our own inflate_result()
[dbsrgits/DBIx-Class.git] / t / cdbi / testlib / OtherFilm.pm
index 888e521..a0afdd8 100644 (file)
@@ -1,7 +1,9 @@
 package # hide from PAUSE
     OtherFilm;
 
+use warnings;
 use strict;
+
 use base 'Film';
 
 __PACKAGE__->set_table('Different_Film');