Add strict/warnings test, adjust all offenders (wow, that was a lot)
[dbsrgits/DBIx-Class.git] / lib / DBIx / Class / Admin / Descriptive.pm
index 9326fca..c3a1e1a 100644 (file)
@@ -1,6 +1,8 @@
 package     # hide from PAUSE
     DBIx::Class::Admin::Descriptive;
 
+use warnings;
+use strict;
 
 use base 'Getopt::Long::Descriptive';