Add strict/warnings test, adjust all offenders (wow, that was a lot)
[dbsrgits/DBIx-Class.git] / t / lib / DBICTest / Schema / ArtistGUID.pm
index cad8965..243c84b 100644 (file)
@@ -1,11 +1,14 @@
-package # hide from PAUSE 
+package # hide from PAUSE
     DBICTest::Schema::ArtistGUID;
 
+use warnings;
+use strict;
+
 use base qw/DBICTest::BaseResult/;
 
 # test MSSQL uniqueidentifier type
 
-__PACKAGE__->table('artist');
+__PACKAGE__->table('artist_guid');
 __PACKAGE__->add_columns(
   'artistid' => {
     data_type => 'uniqueidentifier' # auto_nextval not necessary for PK