root/branches/release-40/t/lib/Test/Deep/Ignore.pm
@
2583
| Revision 2583, 184 bytes (checked in by mpaschal, 18 months ago) |
|---|
| Line | |
|---|---|
| 1 | use strict; |
| 2 | use warnings; |
| 3 | |
| 4 | package Test::Deep::Ignore; |
| 5 | |
| 6 | use Test::Deep::Cmp; |
| 7 | |
| 8 | my $Singleton = __PACKAGE__->SUPER::new; |
| 9 | |
| 10 | sub new |
| 11 | { |
| 12 | return $Singleton; |
| 13 | } |
| 14 | |
| 15 | sub descend |
| 16 | { |
| 17 | return 1; |
| 18 | } |
| 19 | |
| 20 | 1; |
Note: See TracBrowser
for help on using the browser.
