===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
libobject-pad-perl-0.34/Changes-58-         * Accept :override attribute on methods
libobject-pad-perl-0.34/Changes:59:         * Accept runtime expressions as `has $slot = DEFAULT`
libobject-pad-perl-0.34/Changes-60-         * Added Devel::MAT::Dumper::Helper support
##############################################
libobject-pad-perl-0.34/Changes-250-        [CHANGES]
libobject-pad-perl-0.34/Changes:251:         * First attempt at `has $slot = DEFAULT` expressions. Only accepts
libobject-pad-perl-0.34/Changes-252-           compiletime constants and only on scalar slots
##############################################
libobject-pad-perl-0.34/t/73mop-create-slot.t-37-
libobject-pad-perl-0.34/t/73mop-create-slot.t:38:      ok( *slot = eval( 'method :lvalue { $slot }' ),
libobject-pad-perl-0.34/t/73mop-create-slot.t-39-         'Can compile method with lexical $slot' );