Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow the TB2::Module supplied Builder() to be overriden #58

Closed
schwern opened this issue Sep 10, 2010 · 0 comments
Closed

Allow the TB2::Module supplied Builder() to be overriden #58

schwern opened this issue Sep 10, 2010 · 0 comments

Comments

@schwern
Copy link
Contributor

schwern commented Sep 10, 2010

In the same way as a HasSingleton attribute will repeatedly call singleton unless its been explicitly set, the TB2::Module Builder function should reflect a change to the singleton.

Builder;  # always returns TB2->singleton

Builder($obj);
Builder;  # now returns $obj
@schwern schwern closed this as completed Mar 16, 2014
exodist added a commit that referenced this issue Apr 21, 2016
Make tests correctly recognise the PERL_UNICODE var
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant