Author: kwilliams
Date: Sun Apr 13 07:13:52 2008
New Revision: 11072
Modified:
Module-Build/trunk/website/META-spec.pod
Log:
Fix spec for optional_features
Modified: Module-Build/trunk/website/META-spec.pod
==============================================================================
--- Module-Build/trunk/website/META-spec.pod (original)
+++ Module-Build/trunk/website/META-spec.pod Sun Apr 13 07:13:52 2008
@@ -259,13 +259,13 @@
Example:
optional_features:
- - foo:
+ foo:
description: Provides the ability to blah.
requires:
Data::Dumper: 0
File::Find: 1.03
-I<(Spec 1.1) [optional] {map} A YAML sequence of names for optional features
+I<(Spec 1.1) [optional] {map} A YAML mapping 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">, and L<"conflicts">, which have the same meaning in