Skip to content

Commit

Permalink
Make Perl version requirement clear.
Browse files Browse the repository at this point in the history
  • Loading branch information
abrasive committed Apr 17, 2011
1 parent c4987fb commit 2c3206c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion INSTALL.md
Expand Up @@ -4,7 +4,7 @@ You need the following installed:

* openssl
* libao
* Perl
* Perl 5.10 or higher
* Linux: avahi
* Windows/Mac OS X: Bonjour

Expand Down
2 changes: 2 additions & 0 deletions shairport.pl
Expand Up @@ -23,6 +23,8 @@
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
# OTHER DEALINGS IN THE SOFTWARE.

use 5.10.0;

use Getopt::Long;
use FindBin;

Expand Down

0 comments on commit 2c3206c

Please sign in to comment.