From 26deb42e6fca8206c437eb3223429ac0fec84fc2 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Mon, 23 May 2011 15:10:24 +0200 Subject: More descriptive accessor names in Net::Travel::DE::VRR::Route::Part --- t/02-synopsis.t | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 t/02-synopsis.t (limited to 't') diff --git a/t/02-synopsis.t b/t/02-synopsis.t deleted file mode 100644 index fb2b63f..0000000 --- a/t/02-synopsis.t +++ /dev/null @@ -1,13 +0,0 @@ -#!/usr/bin/env perl -use strict; -use warnings; - -use Test::More; - -eval "use Test::Synopsis"; - -if ($@) { - plan skip_all => 'Test::Synopsis required for testing'; -} - -all_synopsis_ok(); -- cgit v1.2.3