dep on Exporter 5.57 (RT#87131)
[gitmo/Role-Tiny.git] / Makefile.PL
index 4239cb9..0b79b06 100644 (file)
@@ -16,6 +16,7 @@ WriteMakefile(
   NAME => 'Role::Tiny',
   VERSION_FROM => 'lib/Role/Tiny.pm',
   PREREQ_PM => {
+    Exporter => '5.57',
     ($] >= 5.010 ? () : ('MRO::Compat' => 0)),
     ($mymeta_works ? () : (%BUILD_DEPS)),
   },