diff options
author | Daniel Friesel <derf@finalrewind.org> | 2011-05-23 09:21:38 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2011-05-23 09:21:38 +0200 |
commit | b53f3398eaf581b9029b688428bc75fcb0648594 (patch) | |
tree | 0bfa0019f0b295a61e103baba3bf4694b17d0ae2 /t/02-synopsis.t | |
parent | c2190255f0c25118c118583c8555a9f5cecd948d (diff) |
Rename to Net::Travel::DE::VRR
Diffstat (limited to 't/02-synopsis.t')
-rw-r--r-- | t/02-synopsis.t | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/t/02-synopsis.t b/t/02-synopsis.t index 3b5f0c8..fb2b63f 100644 --- a/t/02-synopsis.t +++ b/t/02-synopsis.t @@ -9,10 +9,5 @@ eval "use Test::Synopsis"; if ($@) { plan skip_all => 'Test::Synopsis required for testing'; } -else { - plan tests => 1; -} -for my $m (qw(lib/WWW/Efa.pm)) { - synopsis_ok($m); -} +all_synopsis_ok(); |