We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89e46c9 commit a6aecb6Copy full SHA for a6aecb6
lib/PPC.pm
@@ -1,3 +1,4 @@
1
+use v5.38;
2
use experimental qw[builtin class signatures];
3
4
class PPC;
@@ -82,5 +83,3 @@ sub new_from_file($class, $ppc_file) {
82
83
sub md2text($md_string) {
84
return pandoc->convert( markdown => 'plain', $md_string);
85
}
-
86
-1;
0 commit comments