diff options
author | Edinaldo P. Silva <edps.mundognu@gmail.com> | 2015-06-25 01:26:21 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-06-25 08:37:01 +0700 |
commit | c2912618a1478e0249230290449f1115c340339f (patch) | |
tree | 61ae7351dbcb1dd6ee0d57348788211338f5660d /perl/perl-PAR/README | |
parent | 08ce5228ec7e1bb13b46705cfa67993732ffd533 (diff) |
perl/perl-PAR: Added (Perl Archive Toolkit).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'perl/perl-PAR/README')
-rw-r--r-- | perl/perl-PAR/README | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/perl/perl-PAR/README b/perl/perl-PAR/README new file mode 100644 index 000000000000..708302fc0d5b --- /dev/null +++ b/perl/perl-PAR/README @@ -0,0 +1,5 @@ +perl-PAR (Perl Archive Toolkit). + +This module lets you use special zip files, called Perl Archives, as libraries from which Perl modules can be loaded. + +It supports loading XS modules by overriding DynaLoader bootstrapping methods; it writes shared object file to a temporary file at the time it is needed. |