aboutsummaryrefslogtreecommitdiffstats
path: root/t/synthesis.t
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mageia.org>2012-06-25 18:20:10 +0000
committerThierry Vignaud <tv@mageia.org>2012-06-25 18:20:10 +0000
commit59223e99e4b7df180e3e176227e84ec1a81ad17c (patch)
tree88bf814f90e451e79ebcf1793a526d94047e058c /t/synthesis.t
parent8928ee9cbf079cfe4d3879752d1703339b4c37a1 (diff)
downloadperl-URPM-59223e99e4b7df180e3e176227e84ec1a81ad17c.tar
perl-URPM-59223e99e4b7df180e3e176227e84ec1a81ad17c.tar.gz
perl-URPM-59223e99e4b7df180e3e176227e84ec1a81ad17c.tar.bz2
perl-URPM-59223e99e4b7df180e3e176227e84ec1a81ad17c.tar.xz
perl-URPM-59223e99e4b7df180e3e176227e84ec1a81ad17c.zip
style
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);