Tag the old version before converting to the new auth. Convert to new auth, add live...
[catagits/Catalyst-Authentication-Store-Htpasswd.git] / t / lib / script / testapp_test.pl
CommitLineData
16585083 1#!/usr/bin/env perl
2
3use strict;
4use warnings;
5
6use FindBin;
7use lib "$FindBin::Bin/..";
8use Catalyst::Test 'TestApp';
9
10print request($ARGV[0])->content . "\n";
11
121;