Open zoffixznet opened 7 years ago
i wonder if it'd be better to make IO::ArgFiles a role that IO::Cat does so that you can treat both interchangably for type constraints
Feels odd, since IO::Cat has nothing to do with ArgFiles.
$*ARGFILES is an IO::Cat that's pre-loaded with @*ARGS ?? @*ARGS !! $*IN
$*ARGFILES
@*ARGS ?? @*ARGS !! $*IN
i wonder if it'd be better to make IO::ArgFiles a role that IO::Cat does so that you can treat both interchangably for type constraints