Implementation of App::Packer::Backend interface
http://search.cpan.org/dist/PAR-Packer/
This module implements the App::Packer::Backend interface, for generating
stand-alone executables, perl scripts and PAR files.
- Devel package for openSUSE:Factory
-
1
derived packages
- Links to openSUSE:Factory / perl-PAR-Packer
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout devel:languages:perl/perl-PAR-Packer && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
PAR-Packer-1.052.tar.gz | 0000204526 200 KB | |
_link | 0000000124 124 Bytes | |
cpanspec.yml | 0000000276 276 Bytes | |
perl-PAR-Packer.changes | 0000025442 24.8 KB | |
perl-PAR-Packer.spec | 0000003092 3.02 KB |
Revision 33 (latest revision is 50)
Josef Möllers (jmoellers)
accepted
request 863106
from
Tina Müller (tinita)
(revision 33)
- updated to 1.052 see /usr/share/doc/packages/perl-PAR-Packer/Changes 1.052 2021-01-13 - add note that --filter and __DATA__ are incompatible (cf. #36, #39) - change bugtracker to GitHub issues - when embedding FILEs, normalize paths in @INC - code cleanup: - rename _tempfile() to _save_as() - there is no $PAR::Heavy::ModuleCache, so make it a "my" variable - consistent formatting in outs() calls - demystify reading <$fh> with $/ = \$number: use "read $fh, $buf, $number" instead - use "open $fh, '<:raw', ..." instead of "open $fh, '<', ...; binmode($fh);" - make error messages more consistent - make extract-embedded.pl more robust - t/90-rt129312.t fails when Archive::Unzip::Burst is used
Comments 0