===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
libtickit-widgets-perl-0.31/lib/Tickit/ContainerWidget.pm-274-   my @children = $self->$children;
libtickit-widgets-perl-0.31/lib/Tickit/ContainerWidget.pm:275:   if( my $where = $args{where} ) {
libtickit-widgets-perl-0.31/lib/Tickit/ContainerWidget.pm-276-      @children = grep { defined $other and $_ == $other or $where->() } @children;
##############################################
libtickit-widgets-perl-0.31/t/03widget-container.t-87-
libtickit-widgets-perl-0.31/t/03widget-container.t:88:   identical( $container->find_child( after => $widgets[1], where => sub { $_ != $widgets[2] } ),
libtickit-widgets-perl-0.31/t/03widget-container.t-89-              $widgets[3],