Help for this page

Select Code to Download


  1. or download this
    package Dancer2::Plugin::Menu ;
    use 5.010; use strict; use warnings;
    ...
      ...
     return $array_ref;
    }
    
  2. or download this
    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';