in reply to Re^2: error for undefined function that's been imported
in thread error for undefined function that's been imported
Forgive me if I'm missing something, but if you're going to import through :DEFAULT, don't you need a %MyUserProfile::EXPORT_TAGS hash with :DEFAULT defined in it? E.g.:
our %EXPORT_TAGS = ( :DEFAULT => [ qw( ProfileGet ProfileSave ProfileEdit ) ] );
Update: Thanks to ysth and rinceWind for the whack with the clue by four.
the lowliest monk
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: error for undefined function that's been imported
by ysth (Canon) on Aug 15, 2005 at 13:03 UTC | |
|
Re^4: error for undefined function that's been imported
by rinceWind (Monsignor) on Aug 15, 2005 at 13:07 UTC |