These modules might still need some cleanup work, so make it explicit that the API will change by demoting the VERSION.
@@ -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
@@ -16,7 +16,7 @@ package Dpkg::ErrorHandling;
use Dpkg;
use Dpkg::Gettext;