The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
---
% my $class = shift;
% my $name = lc $class;
%= q[% my $url = "http://localhost:3000";];

<%= '%' %> extends_config 'hypnotoad', app => '<%= $name %>', url => $url;

start_mode :
    - hypnotoad

url : <<%= '%' %>= $url <%= '%' %>>