diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/ManaTools/Shared/disk_backend.pm | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/ManaTools/Shared/disk_backend.pm b/lib/ManaTools/Shared/disk_backend.pm index 34ce9fc7..f5bca59c 100644 --- a/lib/ManaTools/Shared/disk_backend.pm +++ b/lib/ManaTools/Shared/disk_backend.pm @@ -541,11 +541,12 @@ sub walkparts { =head3 OUTPUT - a Plugin or undef + a return value of the code or undef =head3 DESCRIPTION - this method will return the first matching Plugin + this method will return the first non-zero return value from + a code with each Plugin =cut |