projects
/
dbsrgits/DBIx-Class.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
1efc866
)
Ensure the tempextlib is available at distbuild time
Peter Rabbitson [Mon, 15 Sep 2014 13:32:28 +0000 (15:32 +0200)]
Missed one spot to load ::_Util during
bbcc1fe8
maint/gen_pod_inherit
patch
|
blob
|
blame
|
history
diff --git
a/maint/gen_pod_inherit
b/maint/gen_pod_inherit
index
db0f65a
..
e441e88
100755
(executable)
--- a/
maint/gen_pod_inherit
+++ b/
maint/gen_pod_inherit
@@
-3,6
+3,8
@@
use warnings;
use strict;
+use DBIx::Class::_Util; # load early in case any shims are needed
+
my $lib_dir = 'lib';
my $pod_dir = 'maint/.Generated_Pod';