Просмотр исходного кода

libdpkg-perl: Demote some unstable modules to VERSION 0.01

These modules might still need some cleanup work, so make it explicit
that the API will change by demoting the VERSION.
Guillem Jover лет назад: 16
Родитель
Сommit
2dc87a2b34
2 измененных файлов с 2 добавлено и 2 удалено
  1. 1 1
      scripts/Dpkg/Arch.pm
  2. 1 1
      scripts/Dpkg/ErrorHandling.pm

+ 1 - 1
scripts/Dpkg/Arch.pm

@@ -16,7 +16,7 @@ package Dpkg::Arch;
 use strict;
 use warnings;
 
-our $VERSION = "1.00";
+our $VERSION = "0.01";
 
 use base qw(Exporter);
 our @EXPORT_OK = qw(get_raw_build_arch get_raw_host_arch

+ 1 - 1
scripts/Dpkg/ErrorHandling.pm

@@ -16,7 +16,7 @@ package Dpkg::ErrorHandling;
 use strict;
 use warnings;
 
-our $VERSION = "1.00";
+our $VERSION = "0.01";
 
 use Dpkg;
 use Dpkg::Gettext;