diff options
Diffstat (limited to 'scripts/t/Dpkg_Substvars.t')
-rw-r--r-- | scripts/t/Dpkg_Substvars.t | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/t/Dpkg_Substvars.t b/scripts/t/Dpkg_Substvars.t index 5a9c18313..c46c391ff 100644 --- a/scripts/t/Dpkg_Substvars.t +++ b/scripts/t/Dpkg_Substvars.t @@ -13,11 +13,11 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see <https://www.gnu.org/licenses/>. -use Test::More tests => 32; - use strict; use warnings; +use Test::More tests => 32; + use Dpkg (); use Dpkg::Arch qw(get_host_arch); |