How can I address a constant that is in am module that is imported dynamically?
A.pm
package A; use constant X => 1; 1;