From 1d22992583f0010007da14ce385e72ee13a9a84f Mon Sep 17 00:00:00 2001 From: Raphaƫl Hertzog Date: Sun, 21 Feb 2010 00:45:00 +0100 Subject: Add $VERSION numbers to all perl modules Modules whose API should be stable have a version 1.00. The modules with version 0.01 are expected to have further API changes in the (near) future or are deemed to be useful mostly for dpkg-dev's internal usage. --- scripts/Dpkg/Control/Info.pm | 2 ++ 1 file changed, 2 insertions(+) (limited to 'scripts/Dpkg/Control/Info.pm') diff --git a/scripts/Dpkg/Control/Info.pm b/scripts/Dpkg/Control/Info.pm index 7ea87a08d..2b9b94b4f 100644 --- a/scripts/Dpkg/Control/Info.pm +++ b/scripts/Dpkg/Control/Info.pm @@ -18,6 +18,8 @@ package Dpkg::Control::Info; use strict; use warnings; +our $VERSION = "1.00"; + use Dpkg::Control; use Dpkg::ErrorHandling; use Dpkg::Gettext; -- cgit v1.2.3