diff options
author | Thierry Vignaud <tv@mageia.org> | 2012-06-25 18:20:10 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mageia.org> | 2012-06-25 18:20:10 +0000 |
commit | 59223e99e4b7df180e3e176227e84ec1a81ad17c (patch) | |
tree | 88bf814f90e451e79ebcf1793a526d94047e058c /t/synthesis.t | |
parent | 8928ee9cbf079cfe4d3879752d1703339b4c37a1 (diff) | |
download | perl-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.t | 2 |
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); |