Skip to content

Commit 54b29f1

Browse files
committed
use MONKEY-SEE-NO-EVAL until we have a better serialisation
1 parent 7882ee7 commit 54b29f1

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

bin/p6doc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
#!/usr/bin/env perl6
2+
use MONKEY-SEE-NO-EVAL; # until we have a better serialisation
23

34
# die with printing a backtrace
45
my class X::P6doc is Exception {

bin/p6doc-index

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
#!/usr/bin/env perl6
22
use v6;
33
use File::Find;
4+
use MONKEY-SEE-NO-EVAL; # until we have a better serialisation
45

56
# XXX this script probably should be refactored into p6doc itself
67

0 commit comments

Comments
 (0)