Skip to content

Commit

Permalink
clean up comment re: pre 5.6
Browse files Browse the repository at this point in the history
  • Loading branch information
relberger committed Jul 8, 2015
1 parent 1e96988 commit 9774aa9
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions lib/File/Path.pm
Original file line number Diff line number Diff line change
Expand Up @@ -380,9 +380,7 @@ sub _rmtree {
}
else {
if ( !defined ${^TAINT} or ${^TAINT} ) {

# Blindly untaint dir names if taint mode is
# active, or any perl < 5.006
# Blindly untaint dir names if taint mode is active
@files = map { /\A(.*)\z/s; $1 } readdir $d;
}
else {
Expand Down

0 comments on commit 9774aa9

Please sign in to comment.