Skip to content

Commit 1446a94

Browse files
committed
Remove some more pod-based authoritative info
1 parent a421930 commit 1446a94

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

S11-modules.pod

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -428,15 +428,14 @@ mechanism without the user asking for the details to be leaked.
428428
As discussed in C<Units>, the required parts for library insertion are the
429429
(long) name of the compilation unit, a URI identifying the author/authority
430430
(called auth to be intentionally ambiguous) and its version number (ver for
431-
short). For example, if a compunit contains this pod (and no other
432-
meta-information has been specified during installation with
433-
L<CompUnitRepo::Local::Installation>):
431+
short). For example, if a compunit contains this configuration in its
432+
L<META.info>:
434433

435-
=NAME Dog - our favorite pet
436-
=AUTHOR cpan:JRANDOM - Joe Random
437-
=VERSION 1.2.1
434+
"name" : "Dog",
435+
"version" : "1.2.1"
438436

439-
When you then attempt to load a compilation unit, like:
437+
and has been installed from an author identified by C<cpan:JRANDOM>, then
438+
when you then attempt to load a compilation unit, like:
440439

441440
use Dog;
442441

0 commit comments

Comments
 (0)