[libcode-tidyall-perl] 73/374: standardize tests

Jonas Smedegaard js at alioth.debian.org
Sun Sep 29 22:25:51 UTC 2013


This is an automated email from the git hooks/post-receive script.

js pushed a commit to branch master
in repository libcode-tidyall-perl.

commit c6f030d92c969a43b7f17e0663aaf6c0dac33b2b
Author: Jonathan Swartz <swartz at pobox.com>
Date:   Tue Jul 3 15:51:20 2012 -0700

    standardize tests
---
 t/Basic.t                   |    2 +-
 xt/author/tidy-and-critic.t |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/t/Basic.t b/t/Basic.t
index afb1f20..2a9298d 100644
--- a/t/Basic.t
+++ b/t/Basic.t
@@ -1,3 +1,3 @@
-#!perl -w
+#!/usr/bin/perl
 use Code::TidyAll::t::Basic;
 Code::TidyAll::t::Basic->runtests;
diff --git a/xt/author/tidy-and-critic.t b/xt/author/tidy-and-critic.t
index ad7115e..509fabe 100644
--- a/xt/author/tidy-and-critic.t
+++ b/xt/author/tidy-and-critic.t
@@ -1,4 +1,4 @@
-#!perl
+#!/usr/bin/perl
 use Code::TidyAll::Util qw(read_file tempdir_simple write_file);
 use Code::TidyAll;
 use File::Basename;

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libcode-tidyall-perl.git



More information about the Pkg-perl-cvs-commits mailing list