Help for this page

Select Code to Download


  1. or download this
    use lib("path_to_my_module/lib");
    
  2. or download this
    BEGIN {
        use_ok( 'Dancer::Plugin::Foo' ) || print "Bail out!\n";
    }