Improve the populate docs in ::Schema and ::ResultSet
[dbsrgits/DBIx-Class.git] / Makefile.PL
index 8162234..b5c2368 100644 (file)
@@ -47,6 +47,13 @@ my $runtime_requires = {
   # being
   'DBI'                      => '1.57',
 
+  # on older versions first() leaks
+  # for the time being make it a hard dep - when we get
+  # rid of Sub::Name will revisit this (possibility is
+  # to use Devel::HideXS to force the pure-perl version
+  # or something like that)
+  'List::Util'               => '1.16',
+
   # XS (or XS-dependent) libs
   'Sub::Name'                => '0.04',