in reply to Re^2: Stopping tests
in thread Stopping tests
G'day Bod,
Your link to Image::Square (https://metacpan.org/pod/Image::Square) results in "Not Found". Please fix that.
After jumping through some hoops I managed to locate and download https://cpan.metacpan.org/authors/id/B/BO/BOD/Image-Square-0.01_3.tar.gz which contained:
ken@titan ~/tmp/bod_tmp/Image-Square-0.01_3/t $ ls -l total 2601 ... -rw-r--r-- 1 ken None 2315428 Sep 13 07:29 CoventryCathedral.png -rw-r--r-- 1 ken None 330858 Sep 13 07:29 decoration.png ...
I'm fairly certain that the point the AM was making was in relation to the size of these test files.
The CoventryCathedral.png image is 1584×625 pixels. I'd suggest creating an image of maybe 15x6 pixels (or similar small size) for testing; this would reduce the size of your test data, and hence your module tarball, by some orders of magnitude.
— Ken
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^4: Stopping tests
by Bod (Parson) on Sep 13, 2023 at 22:42 UTC | |
by kcott (Archbishop) on Sep 25, 2023 at 18:52 UTC |