diff options
Diffstat (limited to 't/20-vrr.t')
-rw-r--r-- | t/20-vrr.t | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/t/20-vrr.t b/t/20-vrr.t new file mode 100644 index 0000000..5b5b499 --- /dev/null +++ b/t/20-vrr.t @@ -0,0 +1,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'); |