Created
December 22, 2008 08:29
-
-
Save tokuhirom/38928 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
=== lib/Plagger/Plugin.pm | |
================================================================== | |
--- lib/Plagger/Plugin.pm (revision 37707) | |
+++ lib/Plagger/Plugin.pm (local) | |
@@ -151,7 +151,7 @@ | |
my($self, $rule, $callback) = @_; | |
unless (blessed($rule) && $rule->isa('File::Find::Rule')) { | |
- $rule = File::Find::Rule->name($rule); | |
+ $rule = File::Find::Rule->name($rule)->extras({follow => 1}); | |
} | |
# ignore .svn directories |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment