Help for this page

Select Code to Download


  1. or download this
    use warnings;
    use strict;
    ...
            print "\t$sub\n";
        }
    }
    
  2. or download this
    lib/Mock/Sub/Child.pm:
        new
    ...
        mocked_state
        DESTROY
        __end
    
  3. or download this
    use warnings;
    use strict;
    ...
        #say "\tsub code:";
        #say "\t\t$_" for @{ $sub->code };
    }
    
  4. or download this
    import
        start line:   14
    ...
    mock
        start line:   27
        end line:     61
    
  5. or download this
    use warnings;
    use strict;
    ...
    my $subs = $des->all;
    
    print "$_\n" for @$subs;
    
  6. or download this
    BEGIN
    _sub_names
    ...
    _generate_entry
    _levels
    _log_only