diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/MDV/Distribconf/Build.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/MDV/Distribconf/Build.pm b/lib/MDV/Distribconf/Build.pm index 007a6ef..bbe2a5a 100644 --- a/lib/MDV/Distribconf/Build.pm +++ b/lib/MDV/Distribconf/Build.pm @@ -32,7 +32,7 @@ use strict; use warnings; use MDV::Distribconf; -our @ISA = qw(Distribconf); +our @ISA = qw(MDV::Distribconf); our $VERSION = $MDV::Distribconf::VERSION; =item Distribconf::Build->new($root_of_distrib) |