diff options
-rw-r--r-- | perl-install/interactive.pm | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/perl-install/interactive.pm b/perl-install/interactive.pm index 0ced6c6f5..f0a40df1f 100644 --- a/perl-install/interactive.pm +++ b/perl-install/interactive.pm @@ -35,6 +35,9 @@ implemented by L<interactive::gtk> =back +Interactive inherits from L<do_pkgs> and thus $in->do_pkgs will return +an usable C<do_pkgs> object suitable for installing packages. + =head1 Minimal example using interactive use lib qw(/usr/lib/libDrakX); |