From: Mischa POSLAWSKY Date: Mon, 2 Jun 2008 00:43:56 +0000 (+0000) Subject: fix Exporter inclusion X-Git-Tag: 3.22~7 X-Git-Url: http://git.shiar.net/perl/plp/.git/commitdiff_plain/77a1edf5bac6b7e352acb953518275d994a6dec3?ds=inline;hp=77a1edf5bac6b7e352acb953518275d994a6dec3 fix Exporter inclusion Revert recent change of including only import() from Exporter instead of basing on it, as the latter fails on older Perls (smoke on versions 5.8.2 and below). Broke PLP::Functions in these versions at d9f3acb221a71e094318c7b5d3809aa81dbb5bb3 (use warnings in all modules). ---