Improve POD test and make it author-only
[dbsrgits/DBIx-Class-Schema-Loader.git] / Makefile.PL
index 4463582..baa44d1 100644 (file)
@@ -101,6 +101,7 @@ if ($Module::Install::AUTHOR && ! $args->{skip_author_deps}) {
 
     DBIx::Class::Schema::Loader::Optional::Dependencies->_gen_pod(undef, 'lib');
 
+    author_tests( 'xt' );
     readme_from( 'lib/DBIx/Class/Schema/Loader.pm' );
     realclean_files( qw[README MANIFEST lib/DBIx/Class/Schema/Loader/Optional/Dependencies.pod] );
 }