Skip to content
This repository has been archived by the owner on Mar 7, 2019. It is now read-only.

Commit

Permalink
fix incorrect example in FAQ (see #159)
Browse files Browse the repository at this point in the history
  • Loading branch information
plicease committed Mar 1, 2016
1 parent 0c1627b commit b70d5a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Alien/Base/FAQ.pod
Expand Up @@ -30,7 +30,7 @@ but these flags do not work with the C<--modversion> flag, so be sure to invoke
dist_name => 'Alien::Foo',
alien_name => 'foo',
configure_requires => { 'Alien::Base' => '0.022' }, # required for %{pkg_config}
alien_version_check => '%{pkg_config} --atleast-version 1.2.3 && %{pkg_config} --modversion %n',
alien_version_check => '%{pkg_config} --atleast-version 1.2.3 %n && %{pkg_config} --modversion %n',
...
)->create_build_script;

Expand Down

0 comments on commit b70d5a6

Please sign in to comment.