initial checkin of 0.04
[liburi-template-perl.git] / t / 01-use.t
1 use Test::More tests => 1;
2
3 use strict;
4 use warnings;
5
6 use_ok( 'URI::Template' );
7