From 0d2f1e95f828678db9e226a84daea3c9f94fb3e6 Mon Sep 17 00:00:00 2001 From: Jens Rehsack Date: Tue, 7 Aug 2012 15:21:33 +0200 Subject: [PATCH] fix order of Config::Any::WTScript extensions fixup and search for scripts --- bin/check_web2.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/check_web2.pl b/bin/check_web2.pl index 15f1cc0..4ec7fe3 100644 --- a/bin/check_web2.pl +++ b/bin/check_web2.pl @@ -40,10 +40,10 @@ do my $wms = WWW::Mechanize::Script->new( \%cfg ); -my @script_files = find_scripts( \%cfg, $opts{file} ); - _ARRAY( $cfg{wtscript_extensions} ) and Config::Any::WTScript->extensions( @{ $cfg{wtscript_extensions} } ); +my @script_files = find_scripts( \%cfg, $opts{file} ); + my ( $code, @msgs ) = (0); eval { my @script; -- 2.11.4.GIT