Branch: refs/heads/blead
Home: https://github.com/Perl/perl5
Commit: be0c7bd7b2916b739a4d0704a7abe689919bcbf6
https://github.com/Perl/perl5/commit/be0c7bd7b2916b739a4d0704a7abe689919bcbf6
Author: Nicolas Mendoza <[email protected]>
Date: 2022-06-18 (Sat, 18 Jun 2022)
Changed paths:
M t/cmd/subval.t
Log Message:
-----------
Remove usage of old package separator.
The old separator is being tested in various other places:
lib/overload.t
t/comp/package.t
t/comp/parser.t
t/lib/croak/toke
t/lib/warnings/toke
t/op/method.t
t/op/ref.t
t/op/sort.t
t/op/stash.t
t/op/stash_parse_gv.t
t/re/pat_re_eval.t
t/uni/package.t
t/uni/parser.t
t/uni/stash.t
t/uni/variables.t
In this test it seems to be an actual leftover from old times.