mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-24 10:02:29 +01:00
perl/perl-PAR-Dist: Update README.
This commit is contained in:
parent
85bcf103dc
commit
07914b31f5
1 changed files with 6 additions and 4 deletions
|
@ -1,6 +1,8 @@
|
|||
perl-PAR-Dist (Create and manipulate PAR distributions)
|
||||
|
||||
This module creates and manipulates PAR distributions.
|
||||
They are architecture-specific PAR files, containing everything under blib/ of CPAN distributions after their make or
|
||||
Build stage, a META.yml describing metadata of the original CPAN distribution, and a MANIFEST detailing all files within it.
|
||||
Digitally signed PAR distributions will also contain a SIGNATURE file.
|
||||
This module creates and manipulates PAR distributions. They are
|
||||
architecture-specific PAR files, containing everything under blib/ of
|
||||
CPAN distributions after their make or Build stage, a META.yml describing
|
||||
metadata of the original CPAN distribution, and a MANIFEST detailing all
|
||||
files within it. Digitally signed PAR distributions will also contain
|
||||
a SIGNATURE file.
|
||||
|
|
Loading…
Reference in a new issue