- fix incompatibilities with Test::Builder 1.005+ (schwern, RT#76523)
- add missing dependency on the version of File::Path which added
make_path (RT#79169, Jonathan Sailor)
+ - add missing test dependency on Test::Exception (RT#70382)
0.15 Thurs. May 31, 2012
- fix versions
requires 'MooseX::Getopt' => 0.07;
requires 'MooseX::Types::Path::Class' => 0;
requires 'File::Path' => 2.08;
+test_requires 'Test::Exception' => 0;
no_index 'directory' => 'examples';