requires => {
'Class::Base' => '0',
'Class::Data::Inheritable' => '0.02',
- 'Class::Unload' => '0.07',
'Digest::SHA' => '0',
'Carp::Clan' => '0',
'IO::Dir' => '0',
use warnings;
use Digest::SHA qw( sha1_hex );
use File::Spec;
-use Class::Unload;
our $VERSION = '1.59';
our $DEFAULT_COMMENT = '-- ';
# instance shares global state with all its siblings
# What we do here is gross, but scarily efficient - the parser compilation
# is much much slower than an unload/reload cycle
+ require Class::Unload;
Class::Unload->unload($precompiled_mod);
# There is also a sub-namespace that P::RD uses, but simply unsetting