Help for this page

Select Code to Download


  1. or download this
    template: "template_toolkit"
    engines:
       template_toolkit:
         PLUGIN_BASE: 'Template::Plugin'
         start_tag: '<%'
         end_tag:   '%>'
    
  2. or download this
    #!/usr/bin/perl --
    BEGIN{
    ...
    response_content_like [GET => '/filtertest'], qr/something/, "somethin
    +g";
    
    Test::More::done_testing();