What versions Moo has Dancer2 been tested with running the following program
 
    use Dancer2;
    get '/' => sub {
        "Hello World"
    };
    dance;
 
I get
 
Can't locate object method "apply_roles_to_package" via package "Moo::Role" at /home/app_perf_catalog/mwoodpatrick/mongodb/PORTool/Perl/Moo-1.001000/lib/Moo/Role.pm line 208.
Compilation failed in require at /home/app_perf_catalog/mwoodpatrick/mongodb/PORTool/Perl/Dancer2/lib/Dancer2.pm line 8.
BEGIN failed--compilation aborted at /home/app_perf_catalog/mwoodpatrick/mongodb/PORTool/Perl/Dancer2/lib/Dancer2.pm line 8.
Compilation failed in require at simple.pl line 16.
BEGIN failed--compilation aborted at simple.pl line 16.
 
Mark Wood-Patrick
 

This email message is for the sole use of the intended recipient(s) and may contain confidential information.  Any unauthorized review, use, disclosure or distribution is prohibited.  If you are not the intended recipient, please contact the sender by reply email and destroy all copies of the original message.