If we're doing this, we're doing it with namespace clean
[catagits/Catalyst-Plugin-Session.git] / lib / Catalyst / Plugin / Session.pm
index 9cdf628..9fff66e 100644 (file)
@@ -2,9 +2,6 @@
 
 package Catalyst::Plugin::Session;
 
-use strict;
-use warnings;
-
 use Moose;
 with 'MooseX::Emulate::Class::Accessor::Fast';
 use MRO::Compat;
@@ -14,6 +11,8 @@ use overload            ();
 use Object::Signature   ();
 use Carp;
 
+use namespace::clean -except => 'meta';
+
 our $VERSION = '0.21';
 
 my @session_data_accessors; # used in delete_session