summaryrefslogtreecommitdiffstats
path: root/urpm.pm
diff options
context:
space:
mode:
Diffstat (limited to 'urpm.pm')
-rw-r--r--urpm.pm3
1 files changed, 2 insertions, 1 deletions
diff --git a/urpm.pm b/urpm.pm
index c700dabf..3a6dbded 100644
--- a/urpm.pm
+++ b/urpm.pm
@@ -2,6 +2,7 @@ package urpm;
# $Id$
+no warnings 'utf8';
use strict;
use MDK::Common;
use File::Find ();
@@ -11,7 +12,7 @@ use urpm::util;
use urpm::sys;
use urpm::cfg;
-our $VERSION = '4.7.13';
+our $VERSION = '4.7.14';
our @ISA = qw(URPM);
use URPM;