in reply to Re: Finding the parent of a text in a file ( is_deeply )
in thread Finding the parent of a text in a file
Hey 1nickt,
I recently ran into an issue while updating a module where I needed the functionality of is_deeply(), but I didn't want any test modules in the code, and I didn't want to have to hijack the output with trickery.
I came across Data::Compare, which simply returns a true/false bool if the structs match. You may be interested to play with this module for this kind of non-test work.
-stevieb
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Finding the parent of a text in a file ( is_deeply )
by 1nickt (Canon) on Sep 04, 2015 at 15:46 UTC |