convert to my plugin bundle
[gitmo/MooseX-Daemonize.git] / lib / Test / MooseX / Daemonize.pm
index 281fcd3..122c4d4 100644 (file)
@@ -2,8 +2,6 @@ use strict;
 use warnings;
 package Test::MooseX::Daemonize;
 
-our $AUTHORITY = 'cpan:PERIGRIN';
-
 # BEGIN CARGO CULTING
 use Sub::Exporter;
 use Test::Builder;
@@ -67,6 +65,7 @@ sub check_test_output {
 }
 
 package Test::MooseX::Daemonize::Testable;
+
 use Moose::Role;
 
 has test_output => (