From: Peter Rabbitson Date: Mon, 15 Sep 2014 13:32:28 +0000 (+0200) Subject: Ensure the tempextlib is available at distbuild time X-Git-Tag: v0.082800~39 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=dbsrgits%2FDBIx-Class.git;a=commitdiff_plain;h=445d17c8b1cb523f0cb245a0bb26715049bc5063 Ensure the tempextlib is available at distbuild time Missed one spot to load ::_Util during bbcc1fe8 --- diff --git a/maint/gen_pod_inherit b/maint/gen_pod_inherit index db0f65a..e441e88 100755 --- 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';