From 4f5a7d13498f61d194919bbde3b4940bef69299e Mon Sep 17 00:00:00 2001 From: Rafael Garcia-Suarez Date: Wed, 28 Sep 2005 16:01:10 +0000 Subject: Add in Distribconf modules --- Distribconf/Build.pm | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'Distribconf') diff --git a/Distribconf/Build.pm b/Distribconf/Build.pm index 46e1327..f5bc849 100644 --- a/Distribconf/Build.pm +++ b/Distribconf/Build.pm @@ -31,9 +31,8 @@ use warnings; use Distribconf; -use vars qw(@ISA); -@ISA = qw(Distribconf); - +our @ISA = qw(Distribconf); +our $VERSION = $Distribconf::VERSION; =head2 new(root_of_distrib) @@ -233,6 +232,9 @@ Thanks to Sylvie Terjan for the spell checking. =head1 ChangeLog $Log$ + Revision 1.4 2005/09/28 16:01:10 rgarciasuarez + Add in Distribconf modules + Revision 1.3 2005/09/06 19:46:17 othauvin - s/mandrake/mandriva/ -- cgit v1.2.1