Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
grab latest panda and Shell::Command changes
- Loading branch information
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
Submodule panda
updated
25 files
| +3 −1 | bootstrap.pl | |
| +1 −0 | ext/File__Which/.gitignore | |
| +18 −0 | ext/File__Which/.travis.yml | |
| +21 −0 | ext/File__Which/LICENSE | |
| +14 −0 | ext/File__Which/META.info | |
| +65 −0 | ext/File__Which/README.md | |
| +22 −0 | ext/File__Which/appveyor.yml | |
| +11 −0 | ext/File__Which/examples/01-which.pl6 | |
| +11 −0 | ext/File__Which/examples/02-whence.pl6 | |
| +75 −0 | ext/File__Which/lib/File/Which.pm6 | |
| +79 −0 | ext/File__Which/lib/File/Which/MacOSX.pm6 | |
| +63 −0 | ext/File__Which/lib/File/Which/Unix.pm6 | |
| +125 −0 | ext/File__Which/lib/File/Which/Win32.pm6 | |
| +19 −0 | ext/File__Which/t/01-load.t | |
| +20 −0 | ext/File__Which/t/02-win32.t | |
| +19 −0 | ext/File__Which/t/03-export.t | |
| +1 −0 | ext/Shell__Command/.gitignore | |
| +2 −1 | ext/Shell__Command/META.info | |
| +0 −3 | ext/Shell__Command/README | |
| +57 −0 | ext/Shell__Command/README.md | |
| +21 −0 | ext/Shell__Command/appveyor.yml | |
| +5 −4 | ext/Shell__Command/lib/Shell/Command.pm | |
| +10 −1 | ext/Shell__Command/t/02-shell-command.t | |
| +2 −2 | lib/Panda/Fetcher.pm | |
| +3 −1 | update-subtree.pl |
Submodule shell-command
updated
from 2aeb2c to de5e62