Skip to content

Commit

Permalink
Need more caffeine
Browse files Browse the repository at this point in the history
  • Loading branch information
abw committed Jul 24, 2013
1 parent 5d73218 commit 3c95022
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Template/VMethods.pm
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ sub text_split {
# differently to C<$space=' '; split($space, ...)>. Test 33 of
# vmethods/text.t depends on this behaviour.

if ($] <= 5.018) {
if ($] < 5.018) {
if (defined $limit) {
return [ defined $split
? split($split, $str, $limit)
Expand Down

0 comments on commit 3c95022

Please sign in to comment.