Bump two module versions after Haiku port
[p5sagit/p5-mst-13.2.git] / lib / CPANPLUS / Dist.pm
index 50acb48..e5e5cc9 100644 (file)
@@ -38,8 +38,9 @@ CPANPLUS::Dist
 
 =head1 DESCRIPTION
 
-C<CPANPLUS::Dist> is a base class for any type of C<CPANPLUS::Dist::>
-modules.
+C<CPANPLUS::Dist> is a base class for C<CPANPLUS::Dist::MM>
+and C<CPANPLUS::Dist::Build>. Developers of other C<CPANPLUS::Dist::*>
+plugins should look at C<CPANPLUS::Dist::Base>.
 
 =head1 ACCESSORS
 
@@ -89,6 +90,8 @@ works. This will be set upon a successful create.
 
 =cut
 
+=back
+
 =head2 $dist = CPANPLUS::Dist->new( module => MODOBJ, [format => DIST_TYPE] );
 
 Create a new C<CPANPLUS::Dist> object based on the provided C<MODOBJ>.