From 89c768438e20ebf6db7334c1631e4bf6a6482efa Mon Sep 17 00:00:00 2001 From: Graham Ollis Date: Mon, 8 Sep 2014 20:33:03 -0400 Subject: [PATCH] correct document hierarchy --- lib/Alien/Base/ModuleBuild/API.pod | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/lib/Alien/Base/ModuleBuild/API.pod b/lib/Alien/Base/ModuleBuild/API.pod index 788ba597..5038f8b7 100644 --- a/lib/Alien/Base/ModuleBuild/API.pod +++ b/lib/Alien/Base/ModuleBuild/API.pod @@ -71,18 +71,6 @@ These parameters, if specified, augment the information found by F. A hashref or arrayref of hashrefs defining the repositories used to find and fetch library tarballs (or zipballs etc.). These attributes are used to create C objects (or more likely, subclasses thereof). Which class is created is governed by the C attribute and the C property below. Available attributes are: -=item alien_isolate_dynamic - -[version 0.005] - -If set to true, then dynamic libraries will be moved from the C directory to a separate C directory. This makes them available for FFI modules (see L), while preferring static libraries when creating XS extensions. - -=item alien_autoconf_with_pic - -[version 0.005] - -Add C<--with-pic> option to autoconf style C script when called. This is the default, and normally a good practice. Normally autoconf will ignore this and any other options that it does not recognize, but some non-autoconf C scripts may complain. - =over =item protocol @@ -119,6 +107,18 @@ This attribute is a string telling the repository validator which platform the r =back +=item alien_isolate_dynamic + +[version 0.005] + +If set to true, then dynamic libraries will be moved from the C directory to a separate C directory. This makes them available for FFI modules (see L), while preferring static libraries when creating XS extensions. + +=item alien_autoconf_with_pic + +[version 0.005] + +Add C<--with-pic> option to autoconf style C script when called. This is the default, and normally a good practice. Normally autoconf will ignore this and any other options that it does not recognize, but some non-autoconf C scripts may complain. + =item alien_repository_default [version 0.001]