[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index][Thread Index][Top&Search][Original]
should 22807 (which corrects, not adds) a warning go into maint?
This fixes the incorrect warning given in this case:
$ perl5.8.7 -we'$^O !~ /xxx/'
Useless use of not in void context at -e line 1.
$ perl5.9.3 -we'$^O !~ /xxx/'
Useless use of negative pattern binding (!~) in void context at -e line 1.
- Follow-Ups from:
-
Nicholas Clark <nick@ccl4.org>
[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index][Thread Index][Top&Search][Original]