From: David Golden Date: Tue, 7 Feb 2012 22:03:28 +0000 (-0500) Subject: document that packages_inside is unfiltered X-Git-Tag: release_1.0.8~2 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2FModule-Metadata.git;a=commitdiff_plain;h=1f67ffd7231bc6fa663ea655e2d3b3a70aed5788 document that packages_inside is unfiltered --- diff --git a/lib/Module/Metadata.pm b/lib/Module/Metadata.pm index 8a1f439..b86bd4d 100644 --- a/lib/Module/Metadata.pm +++ b/lib/Module/Metadata.pm @@ -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
). It is not +filtered for C, C
or private packages the way the +C method does. =item C<< pod_inside() >>