Self-cleaning is not yet entirely stable - back it out for the time being
[dbsrgits/DBIx-Class.git] / lib / DBIx / Class / Serialize / Storable.pm
index 3d6d539..2a295d3 100644 (file)
@@ -4,6 +4,7 @@ use warnings;
 
 use Storable();
 use DBIx::Class::Carp;
+use namespace::clean;
 
 carp 'The Serialize::Storable component is now *DEPRECATED*. It has not '
     .'been providing any useful functionality for quite a while, and in fact '