Make all Restarter subclasses immutable
[catagits/Catalyst-Devel.git] / lib / Catalyst / Restarter / Win32.pm
index fb24a23..d0f43a1 100644 (file)
@@ -31,6 +31,8 @@ sub _kill_child {
     $self->_child->die;
 }
 
+__PACKAGE__->meta->make_immutable;
+
 1;
 
 __END__