[svn:Module-Build] r13807 - Module-Build/trunk/lib/Module/Build

[email protected] Wed, 3 Feb 2010 18:49:46 -0800 (PST)
Newsgroups perl.module.build.checkins
Message-ID <[email protected]>
Author: dagolden
Date: Wed Feb  3 18:49:45 2010
New Revision: 13807

Modified:
   Module-Build/trunk/lib/Module/Build/Base.pm

Log:
note that find_package_in_files shouldn't be documented yet

Modified: Module-Build/trunk/lib/Module/Build/Base.pm
==============================================================================
--- Module-Build/trunk/lib/Module/Build/Base.pm	(original)
+++ Module-Build/trunk/lib/Module/Build/Base.pm	Wed Feb  3 18:49:45 2010
@@ -4385,6 +4385,8 @@
   return $self->find_packages_in_files(\@pm_files, \%dist_files);
 }
 
+# XXX Do not document this function; mst wrote it and now says the API is
+# stupid and needs to be fixed and it shouldn't become a public API until then
 sub find_packages_in_files {
   my ($self, $file_list, $filename_map) = @_;