Front page | perl.perl5.porters |
Postings from August 2016
Internals:: undocumented
Thread Next
From:
James E Keenan
Date:
August 6, 2016 13:05
Subject:
Internals:: undocumented
Message ID:
20160806130524.10598.qmail@lists-nntp.develooper.com
$ ack -l 'Internals::' .
perl.c
dist/Storable/t/restrict.t
dist/constant/lib/constant.pm
dist/threads-shared/t/clone.t
dist/threads-shared/lib/threads/shared.pm
dist/Module-CoreList/lib/Module/CoreList.pm
ext/Hash-Util/t/Util.t
ext/Hash-Util/lib/Hash/Util.pm
ext/PerlIO-scalar/t/scalar_ungetc.t
cpan/Scalar-List-Utils/t/reduce.t
cpan/Scalar-List-Utils/t/first.t
MANIFEST
pod/perl5220delta.pod
universal.c
configpm
t/porting/bincompat.t
t/re/subst.t
t/re/qr-72922.t
t/op/eval.t
t/op/tie.t
t/op/sort.t
t/op/gv.t
t/op/inccode.t
t/op/ref.t
t/op/sselect.t
t/op/sub_lval.t
t/lib/universal.t
lib/Module/CoreList.pm
lib/Config_heavy.pl
lib/utf8.t
lib/Internals.t
lib/constant.pm
lib/threads/shared.pm
lib/Hash/Util.pm
But AFAICT nowhere in these files is 'Internals::' documented. I merely
wished to add some descriptions to tests currently lacking them. But
some of these tests call what looks like a function from a package
called 'Internals' on variables, e.g.:
lib/Internals.t:17:ok( !Internals::SvREADONLY $foo );
What is Internals?
Thank you very much.
Jim Keenan
Thread Next
-
Internals:: undocumented
by James E Keenan