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

index db0f65a..e441e88 100755 (executable)
@@ -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';