AvaTax::BUILD method Modifies Perl Stash For All Class Instances #1
Labels
No labels
bug
duplicate
enhancement
help wanted
housekeeping
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
mjg/perl-WebService-Avalara-AvaTax#1
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
WebService::Avalara::AvaTax::BUILDuses thePackage::Stashmodule to add Perl-native subroutines to theWebService::Avalara::AvaTaxpackage every time an instance is created. This approach causes action a distance for everyAvaTaxinstance. For example,A more troubling example:
I conjecture that the use of
Package::Stashwas expected to provide MOP-likeobject mutation rather than class mutation.