First pass attempt to recursively search through directories.
authorDipesh Patel <dipthegeezer.opensource@gmail.com>
Wed, 18 Aug 2010 22:29:20 +0000 (23:29 +0100)
committerDan Brook <broq@cpan.org>
Mon, 1 Nov 2010 21:57:53 +0000 (21:57 +0000)
commit576d59a02a5949610ab322871be4d46e8b2e62fa
treea92949aa29b8bf6eed88d01c097bdca19ae0a055
parent2ac971b6f7e828ae722cc37dbceb25bf7a47160f
First pass attempt to recursively search through directories.

Go throught directories using Dir->recursive. However bit expensive
as will carry on even if git repo found so may change.
lib/Gitalist/Git/CollectionOfRepositories/FromDirectoryRecursive.pm [new file with mode: 0644]
t/02git_CollectionOfRepositories_FromDirectoryRecursive.t [new file with mode: 0644]
t/lib/repositories/recursive/nothinginhere/emptyfile [new file with mode: 0644]