summaryrefslogtreecommitdiff
path: root/scripts/t/500_Dpkg_Path.t
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/t/500_Dpkg_Path.t')
-rw-r--r--scripts/t/500_Dpkg_Path.t4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/t/500_Dpkg_Path.t b/scripts/t/500_Dpkg_Path.t
index 930c8cdc6..2164f5051 100644
--- a/scripts/t/500_Dpkg_Path.t
+++ b/scripts/t/500_Dpkg_Path.t
@@ -13,11 +13,11 @@
# 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 tests => 16;
-
use strict;
use warnings;
+use Test::More tests => 16;
+
use_ok('Dpkg::Path', 'canonpath', 'resolve_symlink',
'check_files_are_the_same', 'get_pkg_root_dir',
'guess_pkg_root_dir', 'relative_to_pkg_root');