I guess you're looking for the -norequire switch which allows to define a parent relationship without causing Perl to look for the wrong module:
package My::Array { use Tie::Array; use parent -norequire, qw(Tie::StdArray); }
In reply to Re: use parent qw( Tie::StdArray)
by haj
in thread use parent qw( Tie::StdArray)
by rlauer
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |