#!/usr/bin/env perl

# ABSTRACT: stub to start web-service for apdex
# PODNAME: apdexweb

use Dancer;
use Web::App::Perf::Index;

dance;
