HEX
Server: Apache
System: Windows NT MAGNETO-ARM 10.0 build 22000 (Windows 10) AMD64
User: Michel (0)
PHP: 7.4.7
Disabled: NONE
Upload Files
File: C:/strawberry/perl/lib/Test/Deep/Ignore.pm
use strict;
use warnings;

package Test::Deep::Ignore;

use Test::Deep::Cmp;

my $Singleton = __PACKAGE__->SUPER::new;

sub new
{
  return $Singleton;
}

sub descend
{
  return 1;
}

1;