aboutsummaryrefslogtreecommitdiffstats
path: root/URPM.pm
diff options
context:
space:
mode:
Diffstat (limited to 'URPM.pm')
-rw-r--r--URPM.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/URPM.pm b/URPM.pm
index 51ba47a..d9f86f3 100644
--- a/URPM.pm
+++ b/URPM.pm
@@ -293,7 +293,7 @@ URPM - Manipulate RPM files and headers
});
# loading and parsing a synthesis file
- my $urpm = new URPM;
+ my $urpm = URPM->new;
$urpm->parse_synthesis("synthesis.sample.cz");
$urpm->traverse(sub {
# retrieve all packages from the dependency list