Skip to content

Commit

Permalink
lowercase ILSM keyword
Browse files Browse the repository at this point in the history
  • Loading branch information
ingydotnet committed Nov 19, 2014
1 parent 0a797b7 commit d348892
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
9 changes: 5 additions & 4 deletions doc/Inline/Module/MakeMaker.swim
Expand Up @@ -42,12 +42,13 @@ Arguments are key/value pairs.
value defaults to the `module` argument with '::Inline' appended. It can be
an array ref of multiple modules.

- `ILSM`
- `ilsm`

ILSM => 'Inline::CPP',
ilsm => 'Inline::CPP',

Optional. This is the Inline Language Support Module (ILSM) that you are
using. It defaults to [Inline::C]. It can be an array ref of multiple ILSMs.
Optional. This is the Inline Language Support Module (ilsm) that you are
using. It defaults to [Inline::C]. It can be an array ref of multiple
ilsm-s.

= See

Expand Down
2 changes: 1 addition & 1 deletion doc/Inline/Module/Tutorial.swim
Expand Up @@ -35,7 +35,7 @@ now we'll just show `Makefile.PL` way:
FixMakefile(
module => 'Acme::Math::XS',
inline => 'Acme::Math::XS::Inline',
ILSM => 'Inline::C',
ilsm => 'Inline::C',
);

So you need to use `Inline::Module::MakeMaker` and call `FixMakefile` after
Expand Down

0 comments on commit d348892

Please sign in to comment.