avoid importing to fix being loaded in global destruction load-in-gd
authorGraham Knop <haarg@haarg.org>
Mon, 28 Oct 2013 17:41:18 +0000 (13:41 -0400)
committerGraham Knop <haarg@haarg.org>
Mon, 28 Oct 2013 17:56:06 +0000 (13:56 -0400)
commit82492de29019bb50b7377b8f58bf8a7f5510d5e1
treec402d1dbcfd6dda0d18672af787ef48e0c928519
parent0dc049ebcba72bb4beb3bd7345b13580a92c0990
avoid importing to fix being loaded in global destruction

A number of different issues with inheritance occur when loaded during
global destruction, which impacts modules using Exporter via
inheritance.  This isn't worth worrying about for most modules, but this
module is upstream of Devel::GlobalDestruction.
lib/Sub/Exporter/Progressive.pm