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

fix incorrect example in FAQ (see #159) #160

Merged
merged 1 commit into from Mar 9, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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