in reply to Re: Re: Re: Re: Which name for a new cpan module?
in thread Which name for a new cpan module?
package Ivy; # in Ivy.pm { no strict 'refs'; *{"Xxx::Ivy::"} = *{"Ivy::"}; }
That should handle most exporting and inheritance issues by making the two packages equivalent...
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^6: difference between *{"Xxx::Ivy::"} = *{"Ivy::"}; and use base Net::Ivy; ?
by christopheM (Beadle) on Nov 25, 2003 at 17:51 UTC | |
by simonm (Vicar) on Nov 25, 2003 at 22:07 UTC |