From 80e161c688db4fcb7d92d90d9dea25954dfcfab4 Mon Sep 17 00:00:00 2001 From: Guillaume Rousse Date: Thu, 6 Dec 2012 18:57:43 +0000 Subject: oops, forgotten during previous commit --- t/03pod.t | 18 ------------------ t/pod-syntax.t | 18 ++++++++++++++++++ 2 files changed, 18 insertions(+), 18 deletions(-) delete mode 100755 t/03pod.t create mode 100755 t/pod-syntax.t diff --git a/t/03pod.t b/t/03pod.t deleted file mode 100755 index 85a7158e..00000000 --- a/t/03pod.t +++ /dev/null @@ -1,18 +0,0 @@ -#!/usr/bin/perl - -use strict; -use warnings; - -use English qw(-no_match_vars); -use Test::More; - -plan(skip_all => 'Author test, set $ENV{TEST_AUTHOR} to a true value to run') - if !$ENV{TEST_AUTHOR}; - -eval { - require Test::Pod; - Test::Pod->import(); -}; -plan(skip_all => 'Test::Pod required') if $EVAL_ERROR; - -all_pod_files_ok('urpm'); diff --git a/t/pod-syntax.t b/t/pod-syntax.t new file mode 100755 index 00000000..85a7158e --- /dev/null +++ b/t/pod-syntax.t @@ -0,0 +1,18 @@ +#!/usr/bin/perl + +use strict; +use warnings; + +use English qw(-no_match_vars); +use Test::More; + +plan(skip_all => 'Author test, set $ENV{TEST_AUTHOR} to a true value to run') + if !$ENV{TEST_AUTHOR}; + +eval { + require Test::Pod; + Test::Pod->import(); +}; +plan(skip_all => 'Test::Pod required') if $EVAL_ERROR; + +all_pod_files_ok('urpm'); -- cgit v1.2.1