[ Mini Kiebo ]
Server: Windows NT DESKTOP-5B8S0D4 6.2 build 9200 (Windows 8 Professional Edition) i586
Path:
D:
/
xampp182
/
perl
/
vendor
/
lib
/
Test
/
Deep
/
[
Home
]
File: 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;