keep namespaces clean
[gitmo/MooseX-Daemonize.git] / lib / MooseX / Daemonize / WithPidFile.pm
index d47ed21..28c2133 100644 (file)
@@ -4,6 +4,7 @@ package MooseX::Daemonize::WithPidFile;
 
 use MooseX::Getopt; # to load the Getopt metaclass
 use Moose::Role;
+use namespace::autoclean;
 
 use MooseX::Daemonize::Pid::File;