File tree Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -428,15 +428,14 @@ mechanism without the user asking for the details to be leaked.
428
428
As discussed in C<Units>, the required parts for library insertion are the
429
429
(long) name of the compilation unit, a URI identifying the author/authority
430
430
(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>:
434
433
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"
438
436
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:
440
439
441
440
use Dog;
442
441
You can’t perform that action at this time.
0 commit comments