+0.9.4 2011-01-12
+ - Die if open fails in @INC handler, reduces confusing errors (DGL)
+ - RT #63466: Add ending newline if input lacks one (GUGOD)
+ - RT #60622: Fix conditional loading, only fatpack loaded modules (DGL)
+
0.03 2010-07-22
- fixed dependency for File::Path(remove_tree/make_path was first appeared at 2.07)
use File::Path qw(make_path remove_tree);
use B qw(perlstring);
-our $VERSION = '0.009003'; # 0.9.3
+our $VERSION = '0.009004'; # 0.9.4
$VERSION = eval $VERSION;