Skip to content

Commit a6aecb6

Browse files
davorgbook
authored andcommitted
Require v5.38 in class too
1 parent 89e46c9 commit a6aecb6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lib/PPC.pm

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
use v5.38;
12
use experimental qw[builtin class signatures];
23

34
class PPC;
@@ -82,5 +83,3 @@ sub new_from_file($class, $ppc_file) {
8283
sub md2text($md_string) {
8384
return pandoc->convert( markdown => 'plain', $md_string);
8485
}
85-
86-
1;

0 commit comments

Comments
 (0)