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
1 #!/usr/bin/env perl
2
3 use strict;
4 use warnings;
5
6 use FindBin;
7 use lib "$FindBin::Bin/..";
8 use Catalyst::Test 'TestApp';
9
10 print request($ARGV[0])->content . "\n";
11
12 1;