From 0ce8b0dead2ce3c623480f9cfe73382891feba8e Mon Sep 17 00:00:00 2001 From: Moritz Lenz Date: Fri, 23 Aug 2013 16:50:22 +0200 Subject: replace File::Tools with File::Find and Shell::Command --- .gitmodules | 9 ++++++--- modules/MODULES.txt | 3 ++- modules/file-find | 1 + modules/perl6-File-Tools | 1 - modules/shell-command | 1 + 5 files changed, 10 insertions(+), 5 deletions(-) create mode 160000 modules/file-find delete mode 160000 modules/perl6-File-Tools create mode 160000 modules/shell-command diff --git a/.gitmodules b/.gitmodules index dc86e42..bdf955f 100644 --- a/.gitmodules +++ b/.gitmodules @@ -40,9 +40,6 @@ [submodule "modules/perl6-digest-md5"] path = modules/perl6-digest-md5 url = git://github.com/cosimo/perl6-digest-md5 -[submodule "modules/perl6-File-Tools"] - path = modules/perl6-File-Tools - url = git://github.com/tadzik/perl6-File-Tools [submodule "modules/panda"] path = modules/panda url = git://github.com/tadzik/panda @@ -85,3 +82,9 @@ [submodule "modules/PSGI"] path = modules/PSGI url = git://github.com/supernovus/perl6-psgi.git +[submodule "modules/shell-command"] + path = modules/shell-command + url = git@github.com:tadzik/Shell-Command.git +[submodule "modules/file-find"] + path = modules/file-find + url = git@github.com:tadzik/File-Find.git diff --git a/modules/MODULES.txt b/modules/MODULES.txt index b06cfa9..fb39384 100644 --- a/modules/MODULES.txt +++ b/modules/MODULES.txt @@ -15,7 +15,8 @@ uri perl6-lwp-simple # uses MIME::Base64, URI json perl6-digest-md5 -perl6-File-Tools +file-find +shell-command panda perl6-http-status PSGI diff --git a/modules/file-find b/modules/file-find new file mode 160000 index 0000000..84e955b --- /dev/null +++ b/modules/file-find @@ -0,0 +1 @@ +Subproject commit 84e955bd09c9081f396aa01e99b9278105d9deed diff --git a/modules/perl6-File-Tools b/modules/perl6-File-Tools deleted file mode 160000 index 21850b9..0000000 --- a/modules/perl6-File-Tools +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 21850b9b04a5cea38ec21185203828ecb484e071 diff --git a/modules/shell-command b/modules/shell-command new file mode 160000 index 0000000..2bff90e --- /dev/null +++ b/modules/shell-command @@ -0,0 +1 @@ +Subproject commit 2bff90ec2b12560d1072cfca3a1657dab0a0088c -- cgit v1.1