summaryrefslogtreecommitdiff
path: root/scripts/t/300_Dpkg_BuildOptions.t
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/t/300_Dpkg_BuildOptions.t')
-rw-r--r--scripts/t/300_Dpkg_BuildOptions.t6
1 files changed, 3 insertions, 3 deletions
diff --git a/scripts/t/300_Dpkg_BuildOptions.t b/scripts/t/300_Dpkg_BuildOptions.t
index cd1d7d7d2..29ef736a7 100644
--- a/scripts/t/300_Dpkg_BuildOptions.t
+++ b/scripts/t/300_Dpkg_BuildOptions.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 tests => 24;
-use Dpkg::ErrorHandling;
-
use strict;
use warnings;
+use Test::More tests => 24;
+use Dpkg::ErrorHandling;
+
use_ok('Dpkg::BuildOptions');
{