summaryrefslogtreecommitdiffstats
path: root/RPM4/t/01compile.t
diff options
context:
space:
mode:
Diffstat (limited to 'RPM4/t/01compile.t')
-rw-r--r--RPM4/t/01compile.t6
1 files changed, 3 insertions, 3 deletions
diff --git a/RPM4/t/01compile.t b/RPM4/t/01compile.t
index e2ed8ae..544188e 100644
--- a/RPM4/t/01compile.t
+++ b/RPM4/t/01compile.t
@@ -4,10 +4,10 @@
use Test::More tests => 3;
use_ok('RPM4');
-can_ok('RPM4', qw/rpm2header stream2header dumprc dumpmacros newdb/);
+can_ok('RPM4', qw(rpm2header stream2header dumprc dumpmacros newdb));
#Header
# Db
-can_ok('RPM4::Transaction', qw/traverse transadd transremove transcheck transorder transrun
- importpubkey checkrpm transreset/);
+can_ok('RPM4::Transaction', qw(traverse transadd transremove transcheck transorder transrun
+ importpubkey checkrpm transreset));