summaryrefslogtreecommitdiff
path: root/scripts/t/200_Dpkg_Shlibs.t
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/t/200_Dpkg_Shlibs.t')
-rw-r--r--scripts/t/200_Dpkg_Shlibs.t6
1 files changed, 3 insertions, 3 deletions
diff --git a/scripts/t/200_Dpkg_Shlibs.t b/scripts/t/200_Dpkg_Shlibs.t
index 99e507374..f91736a71 100644
--- a/scripts/t/200_Dpkg_Shlibs.t
+++ b/scripts/t/200_Dpkg_Shlibs.t
@@ -13,13 +13,13 @@
# 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 strict;
+use warnings;
+
use Test::More tests => 106;
use Cwd;
use IO::String;
-use strict;
-use warnings;
-
use_ok('Dpkg::Shlibs');
my $tmp;