#!perl

# ABSTRACT: CLI stub for App::Perf::Index
# PODNAME: apdex

use CLI::App::Perf::Index;
CLI::App::Perf::Index->run();
