Subject: | require Path::Class::File->new("Foo.pm") |
perl -MDevel::Cover -MPath::Class::File -e'require
Path::Class::File->new("Foo.pm")'
Will keep grabbing RAM until your system dies painfully, with naught but
a Deep recursion on subroutine "Path::Class::File::stringify" at -e line
1. (Note that the same code, without Devel::Cover loaded, will work
Just Fine.)