Files
Troposphere/include/dual_rootfs/usr/lib/arm-linux-gnueabihf/perl-base/builtin.pm
T

13 lines
210 B
Perl
Raw Normal View History

2026-07-29 03:36:26 +03:00
package builtin 0.014;
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__