0.18 ... pretty much ready to go
[gitmo/Moose.git] / lib / Moose / Meta / Method / Destructor.pm
index 558cbb2..df95187 100644 (file)
@@ -86,10 +86,13 @@ __END__
 
 Moose::Meta::Method::Destructor - Method Meta Object for destructors
 
-=head1 SYNOPSIS
-
 =head1 DESCRIPTION
 
+This is a subclass of L<Class::MOP::Method> which handles 
+constructing an approprate Destructor method. This is primarily 
+used in the making of immutable metaclasses, otherwise it is 
+not particularly useful.
+
 =head1 METHODS
 
 =over 4