Ver código fonte

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 anos atrás
pai
commit
2dc87a2b34
2 arquivos alterados com 2 adições e 2 exclusões
  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;