Skip to content

Commit 33124d6

Browse files
committed
add missing File::Find dependency
1 parent ba0795c commit 33124d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

META6.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"version" : "0.0.1",
55
"auth" : "github:perl6",
66
"description" : "Many examples of Perl 6 code",
7-
"depends" : [ "URI", "Pod::To::HTML", "LWP::Simple", "Algorithm::Soundex", "DBIish", "File::Temp", "Text::VimColour", "HTTP::Easy", "Terminal::ANSIColor", "Web::Request", "Term::termios" ],
7+
"depends" : [ "URI", "Pod::To::HTML", "LWP::Simple", "Algorithm::Soundex", "DBIish", "File::Find", "File::Temp", "Text::VimColour", "HTTP::Easy", "Terminal::ANSIColor", "Web::Request", "Term::termios" ],
88
"source-url" : "git://github.com/perl6/perl6-examples",
99
"provides" : {
1010
}

0 commit comments

Comments
 (0)