Commit 77380123 authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

Add initial tests

parent 71cb57d5
Loading
Loading
Loading
Loading

t/10-pod-coverage.t

0 → 100755
+8 −0
Original line number Diff line number Diff line
#!/usr/bin/env perl
use strict;
use warnings;
use 5.010;
use Test::More;
use Test::Pod;

all_pod_files_ok();

t/20-vrr.t

0 → 100644
+11 −0
Original line number Diff line number Diff line
#!/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');