Skip to content

Instantly share code, notes, and snippets.

View DanielFrank's full-sized avatar

Daniel Frank DanielFrank

View GitHub Profile
@DanielFrank
DanielFrank / T.pm
Last active January 31, 2019 04:09
Test to show Garbage collection issues with MooX::LValue
package T;
use Moo;
use MooX::Types::MooseLike::Base qw( :all );
use MooX::LvalueAttribute;
has objName => (
'is' => 'rw',
'isa' => Str,