debian-galaxy-a20e/rootfs/usr/lib/aarch64-linux-gnu/perl-base/builtin.pm

13 lines
210 B
Perl
Raw Permalink Normal View History

2026-08-27 13:48:54 +00:00
package builtin 0.006;
use strict;
use warnings;
# All code, including &import, is implemented by always-present functions in
# the perl interpreter itself.
# See also `builtin.c` in perl source
1;
__END__