document that packages_inside is unfiltered
David Golden [Tue, 7 Feb 2012 22:03:28 +0000 (17:03 -0500)]
lib/Module/Metadata.pm

index 8a1f439..b86bd4d 100644 (file)
@@ -851,7 +851,10 @@ Returns the absolute path to the file.
 
 =item C<< packages_inside() >>
 
-Returns a list of packages.
+Returns a list of packages. Note: this is a raw list of packages
+discovered (or assumed, in the case of C<main>).  It is not
+filtered for C<DB>, C<main> or private packages the way the
+C<provides> method does.
 
 =item C<< pod_inside() >>