Revision history for MooseX-Storage
+0.30
+ * Make Makefile.PL features work again. RT#67170
+
0.29
* Remove use of Test::TempDir in favor of File::Temp (gphat)
# you should have at least one
# serialization format
+auto_install; # Needed for features to work. RT#67170
feature 'JSON',
-default => 1,
'JSON::Any' => '1.15',
'Test::JSON' => '0.06';
+
author_requires 'JSON::Any' => '1.15';
author_requires 'Test::JSON' => '0.06';