[svn:Module-Build] r12947 - Module-Build/trunk
| Newsgroups | perl.module.build.checkins |
|---|---|
| Message-ID | <[email protected]> |
Author: schwern
Date: Sat Jun 27 20:06:18 2009
New Revision: 12947
Modified:
Module-Build/trunk/Changes
Log:
Changes file for the MANIFEST.SKIP patch
Modified: Module-Build/trunk/Changes
==============================================================================
--- Module-Build/trunk/Changes (original)
+++ Module-Build/trunk/Changes Sat Jun 27 20:06:18 2009
@@ -7,6 +7,12 @@
whether Module::Build should add itself to configure_requires
in META.yml if not specified in Build.PL [David Golden]
+ Bug-fixes:
+ - The default MANIFEST.SKIP created by the "manifest" action
+ was out of date. It will now use the installed MANIFEST.SKIP
+ and add some Module::Build and distribution specific items
+ to it.
+
Other:
- configure_requires do not necessarily need to be in requires
or build_requires; warning to that effect has been removed