#!/usr/local/bin/perl -w
###########################################
# runtests - Run test suite
# Mike Schilli, 2013 (m@perlmeister.com)
###########################################
use Test::Class::Moose::Load qw(t .);
Test::Class::Moose->new->runtests;
