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 7882ee7 commit 54b29f1Copy full SHA for 54b29f1
bin/p6doc
@@ -1,4 +1,5 @@
1
#!/usr/bin/env perl6
2
+use MONKEY-SEE-NO-EVAL; # until we have a better serialisation
3
4
# die with printing a backtrace
5
my class X::P6doc is Exception {
bin/p6doc-index
@@ -1,6 +1,7 @@
use v6;
use File::Find;
6
# XXX this script probably should be refactored into p6doc itself
7
0 commit comments