kristofg / rifec

Receive Images From Eye-Fi Cards
GNU General Public License v2.0
53 stars 16 forks source link

Syntax error #11

Closed schinken closed 10 years ago

schinken commented 10 years ago

Im getting a syntax error on rifec.pl

[foo@rose rifec]# ./rifec.pl 
syntax error at ./rifec.pl line 40, near "package RIFEC::Config {
    "
Execution of ./rifec.pl aborted due to compilation errors.

The current perl version is this:

[foo@rose rifec]# perl -v
This is perl, v5.10.1 (*) built for x86_64-linux-thread-multi

This is a CentOS 6.5, Kernel 2.6.32. I would fix that, but i have no clue about perl ;)

schinken commented 10 years ago

Looks like the package was introduced in perl 5.14. I'm closing this ticket now and build a docker container based on ubuntu:trusty