avoid importing to fix being loaded in global destruction
authorGraham Knop <haarg@haarg.org>
Mon, 28 Oct 2013 17:41:18 +0000 (13:41 -0400)
committerArthur Axel 'fREW' Schmidt <frioux@gmail.com>
Mon, 28 Oct 2013 18:05:42 +0000 (13:05 -0500)
commit5776cb98abf1a828db5c2004babb195ca0571671
tree7086c47d44e54479bce1cd03e3014a851ecc9f2c
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.
Changes
lib/Sub/Exporter/Progressive.pm