Skip to content

Instantly share code, notes, and snippets.

@zoffixznet
Created January 6, 2016 18:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zoffixznet/7678f694d110ad8fd479 to your computer and use it in GitHub Desktop.
Save zoffixznet/7678f694d110ad8fd479 to your computer and use it in GitHub Desktop.
$ cat > lib/Foo.pm6
class Foo { }
$ perl6 -Ilib -MFoo -e ''
$ tree -a
.
└── lib
├── Foo.pm6
└── .precomp
├── 01577C41E8B9AB77E8C1E6F68F5D1DA5A4F04EE9.1452007419.50358
│   └── 26
│   ├── 2661B2AA02FD3213FBF68024A6289B8A37DB2393
│   └── 2661B2AA02FD3213FBF68024A6289B8A37DB2393.deps
└── .lock
4 directories, 4 files
$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment