Initial Commit
This commit is contained in:
20
database/perl/lib/Test/Deep/Ignore.pm
Normal file
20
database/perl/lib/Test/Deep/Ignore.pm
Normal file
@@ -0,0 +1,20 @@
|
||||
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;
|
||||
Reference in New Issue
Block a user