diff options
Diffstat (limited to 'perl/perl-PAR-Dist/README')
-rw-r--r-- | perl/perl-PAR-Dist/README | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/perl/perl-PAR-Dist/README b/perl/perl-PAR-Dist/README new file mode 100644 index 0000000000..1935b399dd --- /dev/null +++ b/perl/perl-PAR-Dist/README @@ -0,0 +1,6 @@ +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. |