TK modules in 5.34 Perl

We are actively using TK modules in 5.10 perl and we are planning to upgrade to 5.34 Activestate Perl . Will TK modules are being supported in 5.34.1 ?
I am not able to add module and create runtime environment in Perl 5.34 . Please suggest.

We have been using following TK modules in perl 5.10

use Tk;
use Tk::DialogBox;
use Tk::HList;
use Tk::Entry;

Tk has to be added, but it is available for users to select as a custom module with 5.34.

DialogBox, HList, and Entry are all submodules defined as part of, and included inside, the basic Tk. They can’t be installed separately.