CHips L MINI SHELL

CHips L pro

Current Path : /proc/self/root/proc/2/root/usr/local/share/perl5/Test/Deep/
Upload File :
Current File : //proc/self/root/proc/2/root/usr/local/share/perl5/Test/Deep/ListMethods.pm

use strict;
use warnings;

package Test::Deep::ListMethods;

use base 'Test::Deep::Methods';

sub call_method
{
  my $self = shift;

  return [$self->SUPER::call_method(@_)];
}

sub render_stack
{
  my $self = shift;

  my $var = $self->SUPER::render_stack(@_);

  return "[$var]";
}

1;

Copyright 2K16 - 2K18 Indonesian Hacker Rulez