Skip to content

Commit 21926a3

Browse files
committedJan 3, 2023
Consistent perl version use
1 parent 4e42407 commit 21926a3

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

51 files changed

+52
-52
lines changed
 

‎err-csv/check.pl

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/pro/bin/perl
22

3-
use 5.14.2;
3+
use 5.014002;
44
use warnings;
55

66
our $VERSION = "0.01 - 20200130";

‎examples/csv-check

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
# This code requires the defined-or feature and PerlIO
77

8-
use 5.12.0;
8+
use 5.012000;
99
use warnings;
1010

1111
use Data::Peek;

0 commit comments

Comments
 (0)
Please sign in to comment.