Bläddra i källkod

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 år sedan
förälder
incheckning
2dc87a2b34
2 ändrade filer med 2 tillägg och 2 borttagningar
  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;