aboutsummaryrefslogtreecommitdiffstats
path: root/t/synthesis.t
diff options
context:
space:
mode:
Diffstat (limited to 't/synthesis.t')
-rw-r--r--t/synthesis.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/synthesis.t b/t/synthesis.t
index 8961e2a..4d9d79b 100644
--- a/t/synthesis.t
+++ b/t/synthesis.t
@@ -27,7 +27,7 @@ close $f;
END { unlink $file1, $file2 }
-my $a = new URPM;
+my $a = URPM->new;
ok($a);
my ($first, $end);