ok,.. more tests and stuff
[gitmo/MooseX-Daemonize.git] / lib / MooseX / Daemonize / WithPidFile.pm
index 8a71485..b5aa510 100644 (file)
@@ -2,7 +2,6 @@ package MooseX::Daemonize::WithPidFile;
 use strict;
 use Moose::Role;
 
-use MooseX::Daemonize::Types;
 use MooseX::Daemonize::Pid::File;
 
 our $VERSION = 0.01;
@@ -21,4 +20,8 @@ has pidfile => (
 
 1;
 
-__END__
\ No newline at end of file
+__END__
+
+=pod
+
+=cut
\ No newline at end of file