summaryrefslogtreecommitdiff
path: root/scripts/t/100_Dpkg_Version.t
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/t/100_Dpkg_Version.t')
-rw-r--r--scripts/t/100_Dpkg_Version.t6
1 files changed, 3 insertions, 3 deletions
diff --git a/scripts/t/100_Dpkg_Version.t b/scripts/t/100_Dpkg_Version.t
index db7b2dda0..d5fa6e998 100644
--- a/scripts/t/100_Dpkg_Version.t
+++ b/scripts/t/100_Dpkg_Version.t
@@ -13,12 +13,12 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
-use Test::More;
-use Dpkg::ErrorHandling;
-
use strict;
use warnings;
+use Test::More;
+use Dpkg::ErrorHandling;
+
report_options(quiet_warnings => 1);
my @tests = <DATA>;