change retern value to array refrence of EXPERIMENTAL...
...replace()
| ... | ... |
@@ -1,3 +1,5 @@ |
| 1 |
+0.1672 |
|
| 2 |
+ - change retern value to array refrence of EXPERIMENTAL replace() |
|
| 1 | 3 |
0,1671 |
| 2 | 4 |
- added environment variable DBIX_CUSTOM_DEBUG |
| 3 | 5 |
0.1670 |
| ... | ... |
@@ -811,7 +811,7 @@ sub replace {
|
| 811 | 811 |
} |
| 812 | 812 |
croak qq{Can't replace "$search" with "$replace"} unless $is_replaced;
|
| 813 | 813 |
|
| 814 |
- return @replace_join; |
|
| 814 |
+ return \@replace_join; |
|
| 815 | 815 |
} |
| 816 | 816 |
|
| 817 | 817 |
our %SELECT_ARGS |