summaryrefslogtreecommitdiff
path: root/t/20-vrr.t
blob: 5b5b4992149b9fcbe4cd3827cfb59270266f2788 (plain)
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/env perl
use strict;
use warnings;
use 5.010;

use Test::More tests => 2;

BEGIN {
	use_ok('Travel::Status::DE::VRR');
}
require_ok('Travel::Status::DE::VRR');