and now it works... why?
This commit is contained in:
parent
0b6fbe0d84
commit
7f9badc48e
1 changed files with 1 additions and 1 deletions
|
|
@ -69,7 +69,7 @@ sub import {
|
||||||
$class->$import({ into_level => 1 });
|
$class->$import({ into_level => 1 });
|
||||||
warnings->unimport('uninitialized');
|
warnings->unimport('uninitialized');
|
||||||
feature->import(':5.10');
|
feature->import(':5.10');
|
||||||
#namespace::autoclean->import( -cleanee => $caller );
|
namespace::autoclean->import( -cleanee => $caller );
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue