p5-mop-redux icon indicating copy to clipboard operation
p5-mop-redux copied to clipboard

A(nother) MOP for Perl 5

Results 34 p5-mop-redux issues
Sort by recently updated
recently updated
newest added

Per NY.pm discussion, defining a clear semantic for invoking 'new' on an object might lead to better consistency than leaving that behavior open for people do do other things with,...

needs-docs

In particular, `BUILD` is called by `new_instance`, so it will also be called when you clone an object, but an overridden `new` method will not. Overriding `new` should basically only...

needs-docs

If I try to new an object from a mop class from inside a package I get a "Can't locate object method" error. I don't think I am doing anything...

needs-docs
notabug

``` 17:21 stevan: doy: actually, thnking about it 17:21 stevan: has should work just like my 17:21 stevan: my $foo; 17:21 stevan: $foo is implictly undef 17:21 doy: right 17:21...

needs-docs