Should be everything, appears working at least..
[catagits/CatalystX-Debug-ResponseHeaders.git] / t / 00-load.t
CommitLineData
019a8a6a 1#!/usr/bin/env perl
2
3use strict;
4use warnings;
5use Test::More;
6use_ok 'CatalystX::Debug::ResponseHeaders';
7
8done_testing;