D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
usr
/
local
/
share
/
perl5
/
Test
/
Deep
/
Filename :
Ignore.pm
back
Copy
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;