diff options
author | Florent Villard <warly@mandriva.com> | 2006-10-19 15:12:35 +0000 |
---|---|---|
committer | Florent Villard <warly@mandriva.com> | 2006-10-19 15:12:35 +0000 |
commit | 0066a019769dbe07d4b4ef716b5bd4f4489ae133 (patch) | |
tree | 1f98de8ee2d35ec3f7186041d6418786a800b644 /lib/Youri/Package | |
parent | 16bf07533c7575c7294f20f8ac39324c4b200993 (diff) | |
download | mga-youri-core-0066a019769dbe07d4b4ef716b5bd4f4489ae133.tar mga-youri-core-0066a019769dbe07d4b4ef716b5bd4f4489ae133.tar.gz mga-youri-core-0066a019769dbe07d4b4ef716b5bd4f4489ae133.tar.bz2 mga-youri-core-0066a019769dbe07d4b4ef716b5bd4f4489ae133.tar.xz mga-youri-core-0066a019769dbe07d4b4ef716b5bd4f4489ae133.zip |
new range check function
Diffstat (limited to 'lib/Youri/Package')
-rw-r--r-- | lib/Youri/Package/URPM.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Youri/Package/URPM.pm b/lib/Youri/Package/URPM.pm index 0691d83..667284c 100644 --- a/lib/Youri/Package/URPM.pm +++ b/lib/Youri/Package/URPM.pm @@ -359,7 +359,7 @@ sub satisfy_range { my ($self, $range) = @_; croak "Not a class method" unless ref $self; - return $self->check_range_compatibility($self->get_revision(), $range); + return $self->check_ranges_compatibility($self->get_revision(), $range); } sub sign { |