+0.9.5 2011-01-12
+ - Avoid using done_testing so this works on older systems
+
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)
use File::Path qw(make_path remove_tree);
use B qw(perlstring);
-our $VERSION = '0.009004'; # 0.9.4
+our $VERSION = '0.009005'; # 0.9.5
$VERSION = eval $VERSION;