[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[SCM] Debian package checker branch, master, updated. 2.2.10-81-gf594b61



The following commit has been merged in the master branch:
commit 70f292ea943d5f25f3768d176b7dbf33e03cc7b0
Author: Raphael Geissert <atomo64@gmail.com>
Date:   Fri May 1 23:34:59 2009 -0500

    Syntax check all modules and check they "use strict"
    
    Test::Strict is required, if not present the test is skipped

diff --git a/t/scripts/strict.t b/t/scripts/strict.t
new file mode 100644
index 0000000..98f6ece
--- /dev/null
+++ b/t/scripts/strict.t
@@ -0,0 +1,7 @@
+#!/usr/bin/perl -w
+
+use Test::More;
+eval 'use Test::Strict';
+plan skip_all => "Test::Strict required to run this test" if $@;
+
+all_perl_files_ok( "$ENV{'LINTIAN_ROOT'}/lib" );

-- 
Debian package checker


Reply to: