::Storage::BlockRunner now has minimum POD, tell CPAN to noindex
Peter Rabbitson [Wed, 23 Jan 2013 12:31:50 +0000 (13:31 +0100)]
It is not ready for prime time yet

maint/Makefile.PL.inc/21_meta_noindex.pl

index f833384..73527c6 100644 (file)
@@ -9,6 +9,7 @@ no_index directory => $_ for (qw|
 |);
 no_index package => $_ for (qw/
   DBIx::Class::Storage::DBIHacks
+  DBIx::Class::Storage::BlockRunner
   DBIx::Class::Carp
   DBIx::Class::ResultSet::Pager
 /);