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.
- Developed at devel:languages:perl
- Sources inherited from project openSUSE:Factory
-
2
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Factory:Rebuild/perl-PAR-Packer && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
PAR-Packer-1.017.tar.gz | 0000197266 193 KB | |
perl-PAR-Packer-test.changes | 0000002294 2.24 KB | |
perl-PAR-Packer-test.spec | 0000002137 2.09 KB | |
perl-PAR-Packer.changes | 0000006256 6.11 KB | |
perl-PAR-Packer.spec | 0000002710 2.65 KB |
Revision 8 (latest revision is 26)
Stephan Kulow (coolo)
accepted
request 234302
from
Stephan Barth (cyberiad)
(revision 8)
- Update to 1.017: RT #84588: OSX: incorrect detection of gcc (unsupported option '-static-libgcc') merged with: - RT #90198: PAR::Packer fails to compile in Mac OS X 10.9 Mavericks - RT #91086: PAR-Packer-1.016 fails to install on OSX) clang on OSX pretends to be gcc, but doesn't implement gcc's option "-static-libgcc" - use this option only on Windows (when using the MingW toolchain). Drop a test that was using Inline::C just to wrap native execvp(). - It caused failures on CPAN Testers (if accidentally Inline was installed) that were unrelated to PAR::Packer. - Update to 1.016: RT #90870: Segmentation fault (core dumped) (MooX::Options) - any "die" in a packed executable causes the executable to segfault (at least on Linux and Perl 5.18.1) - remove a line from XS code that sets an internal perl variable - Create a separate spec for running the tests. (forwarded request 233817 from netsroth)
Comments 0