Detect "use 5.xxx" as Perl

This commit is contained in:
Brandon Keepers
2015-02-09 10:19:36 -05:00
parent 74cd03de0b
commit bdc724d548
3 changed files with 5 additions and 2 deletions

3
samples/Perl/use5.pl Normal file
View File

@@ -0,0 +1,3 @@
use Mojolicious::Lite;
use 5.20.0;
use experimental 'signatures';