Help for this page
package Dancer2::Plugin::Menu ; use 5.010; use strict; use warnings; ... ... return $array_ref; }
use Test::Most tests => 1, 'die'; ... # do_stuff method gets called, but no object is passed to it so functi +on won't work properly deep_cmp [ '/', '/test' ], Dancer2::Plugin::Menu::do_stuff, 'returns e +xpected array';