@@ -1,3 +1,7 @@
+2007-10-14 Raphael Hertzog <hertzog@debian.org>
+
+ * scripts/Dpkg/Version.pm: mark compare_versions as exportable.
2007-10-13 Guillem Jover <guillem@debian.org>
* scripts/dpkg-gensymbols.pl: Use new Dpkg::Arch module.
@@ -23,7 +23,7 @@ use warnings;
use Exporter;
our @ISA = qw(Exporter);
-our @EXPORT_OK = qw(vercmp);
+our @EXPORT_OK = qw(vercmp compare_versions);
=head1 NAME