vanstyn / RapidApp

Turnkey ajaxy webapps
http://rapi.io
Other
48 stars 15 forks source link

Unspecified dependency on 5.12 "..." feature #195

Closed jwrightecs closed 3 years ago

jwrightecs commented 3 years ago

In files

The "Unimplemented" operator '...' is used, support was only added for this in Perl 5.12. The minimum specified version of Perl for RapidApp is 5.10, so this causes test failures on Perl's less than 5.12.

Replacing "..." with 'die "Unimplemented'' in those places allows build, test and install to succeed.

Alternatively, changing the minimum version of perl to 5.12 would prevent this module from being attempted to be installed on 5.10