Introduce ad hoc requirements and add skip_without method to optdeps
[dbsrgits/DBIx-Class-Historic.git] / t / cdbi / testlib / MyFoo.pm
index 08e4821..7df9c6f 100644 (file)
@@ -1,12 +1,11 @@
-package # hide from PAUSE 
+package # hide from PAUSE
     MyFoo;
 
-use base 'MyBase';
-
-use Date::Simple 3.03;
-
+use warnings;
 use strict;
 
+use base 'MyBase';
+
 __PACKAGE__->set_table();
 __PACKAGE__->columns(All => qw/myid name val tdate/);
 __PACKAGE__->has_a(