Created
November 27, 2015 19:21
-
-
Save autarch/a701c62a40643169913f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| use v6; | |
| use File::Temp; | |
| (1..100).hyper(:batch(1)).map( { tempfile() } ); | |
| # Use of Nil in string context in block at /home/autarch/.rakudobrew/moar-nom/install/share/perl6/site/lib/File/Temp.pm:15 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment