Re: [PATCH] Devel::PPPort and scan_bin
by Rafael Garcia-Suarez other posts by this author
Oct 31 2003 8:49PM messages near this date
[PATCH] Devel::PPPort and scan_bin
|
[perl #24359] Error: profile_save exception: 500 read timeout at C:/Perl/site/l ib/PPM/Repository/PPM3Server.pm line 220
Marcus Holland-Moritz wrote:
> Change #20819 adds grok_(hex|oct|bin) to Devel::PPPort by
> implementing them using scan_(hex|oct|bin). However, scan_bin
> is not present in releases prior to 5.6.0.
>
> The attached patch restores compatibility with older perl
> releases by only defining grok_bin if scan_bin is defined.
Thanks, applied as change 21588.
(I also bumped up the version number of Devel::PPPort)
Thread:
Marcus Holland-Moritz
Rafael Garcia-Suarez
|