<div dir="ltr">I'm not sure what bits of mro are used in Dancer, but MRO::Compat may work as a drop-in replacement. From the <a href="https://metacpan.org/pod/MRO::Compat#DESCRIPTION">documentation</a>:<br><p>The "mro" namespace provides several utilities for dealing with 
method resolution order and method caching in general in Perl 5.9.5 and 
higher.</p>

<p>This module provides those interfaces for earlier versions of Perl (back to 5.6.0 anyways).</p><p>It is a harmless no-op to use this module on 5.9.5+. That is to say, code which properly uses <a href="http://search.cpan.org/%7Ebobtfish/MRO-Compat-0.12/lib/MRO/Compat.pm" class="">MRO::Compat</a> will work unmodified on both older Perls and 5.9.5+.</p>

<p>If you're writing a piece of software that would like to use the 
parts of 5.9.5+'s mro:: interfaces that are supported here, and you want
 compatibility with older Perls, this is the module for you.</p></div><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Sep 15, 2014 at 1:01 PM, Warren Young <span dir="ltr"><<a href="mailto:warren@etr-usa.com" target="_blank">warren@etr-usa.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">A recent update to Dancer apparently introduced a requirement for the 'mro' module, which is a Perl 5.10+ thing according to:<br>
<br>
   <a href="http://search.cpan.org/~rjbs/perl-5.20.0/ext/mro/mro.pm" target="_blank">http://search.cpan.org/~rjbs/<u></u>perl-5.20.0/ext/mro/mro.pm</a><br>
<br>
I hope this can be fixed.  One of the key reasons I chose Dancer is that it still worked on Perl 5.8, which is what RHEL 5 shipped with, which will still be in support for years: <a href="http://goo.gl/gUzmww" target="_blank">http://goo.gl/gUzmww</a><br>
<br>
It's too early to be dropping Perl 5.8, IMHO.  Yes, I know, Modern Perl, 12 years old, yadda yadda.  Perl 5.8 was the current version for over 5 years, so it got itself into a *lot* of places before 5.10 finally came around to displace it.<br>
______________________________<u></u>_________________<br>
dancer-users mailing list<br>
<a href="mailto:dancer-users@dancer.pm" target="_blank">dancer-users@dancer.pm</a><br>
<a href="http://lists.preshweb.co.uk/mailman/listinfo/dancer-users" target="_blank">http://lists.preshweb.co.uk/<u></u>mailman/listinfo/dancer-users</a><br>
</blockquote></div><br></div>