and now it works... why?

This commit is contained in:
Doug Bell 2011-04-05 18:34:59 -05:00
parent 0b6fbe0d84
commit 7f9badc48e

View file

@ -69,7 +69,7 @@ sub import {
$class->$import({ into_level => 1 });
warnings->unimport('uninitialized');
feature->import(':5.10');
#namespace::autoclean->import( -cleanee => $caller );
namespace::autoclean->import( -cleanee => $caller );
return 1;
}