- or download this
package SRS::MyTest;
use parent 'File::Find';
...
BEGIN { print STDERR "HEREISIT @ISA\n"};
1;
- or download this
HEREISIT File::Find File::Find
- /somepath/MyTest.pm reloaded 2343
- or download this
$ cat s1.pl
package XXX;
...
merging failed on 'File::Find' at /usr/share/perl/5.14/parent.pm l
+ine 26.
BEGIN failed--compilation aborted at s1.pl line 4.