Author: kwilliams
Date: Tue Jun 12 20:44:22 2007
New Revision: 9642
Modified:
Module-Build/trunk/website/META-spec.pod
Log:
Removed some leftover brainstorming stuff like requires_package,
requires_os, conflicts_os.
Modified: Module-Build/trunk/website/META-spec.pod
==============================================================================
--- Module-Build/trunk/website/META-spec.pod (original)
+++ Module-Build/trunk/website/META-spec.pod Tue Jun 12 20:44:22 2007
@@ -234,15 +234,11 @@
requires:
Data::Dumper: 0
File::Find: 1.03
- - bar:
- description: This feature is not available on this platform.
- excludes_os: MSWin32
I<(Spec 1.1) [optional] {map} A YAML sequence of names for optional features
which are made available when its requirements are met. For each
feature a description is provided along with any of L<"requires">,
-L<"build_requires">, L<"conflicts">, L<"requires_packages">,
-L<"requires_os">, and L<"excludes_os"> which have the same meaning in
+L<"build_requires">, and L<"conflicts">, which have the same meaning in
this subcontext as described elsewhere in this document.>
=head2 build_requires