projects
/
dbsrgits/DBIx-Class.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
60fd7c3
)
::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
patch
|
blob
|
blame
|
history
diff --git
a/maint/Makefile.PL.inc/21_meta_noindex.pl
b/maint/Makefile.PL.inc/21_meta_noindex.pl
index
f833384
..
73527c6
100644
(file)
--- a/
maint/Makefile.PL.inc/21_meta_noindex.pl
+++ b/
maint/Makefile.PL.inc/21_meta_noindex.pl
@@
-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
/);