Port details |
- p5-goto-file Stop parsing the current file and move on to a different one
- 0.005 devel
=0 0.005Version of this port present on the latest quarterly branch. - Maintainer: sunpoet@FreeBSD.org
 - Port Added: 2018-01-27 10:23:12
- Last Update: 2021-04-06 14:31:07
- Commit Hash: 305f148
- Also Listed In: perl5
- License: ART10 GPLv1+
- Description:
- It is rare, but there are times where you want to swap out the currently
compiling file for a different one. This module does that. From the point you
use the module perl will be parsing the new file instead of the original.
This was created specifically for Test2::Harness which can preload modules and
fork to run each test. The problem was that using do to execute the test files
post-fork was resuling in extra frames in the stack trace... in other words
there are a lot of tests that assume the test file is the bottom of the stack.
This happens all the time, specially if stack traces need to be verified.
This module allows Test2::Harness to swap out the main script for the new file
without adding a stack frame.
WWW: https://metacpan.org/release/goto-file
- SVNWeb : git : Homepage
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- p5-goto-file>0:devel/p5-goto-file
- To install the port:
- cd /usr/ports/devel/p5-goto-file/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/p5-goto-file
- pkg install p5-goto-file
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: p5-goto-file
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1516440834
SHA256 (goto-file-0.005.tar.gz) = c6cdd5ee4a6cdcbdbf314d92a4f9985dbcdf9e4258048cae76125c052aa31f77
SIZE (goto-file-0.005.tar.gz) = 13012
- Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- perl5>=5.32.r0<5.33 : lang/perl5.32
- Runtime dependencies:
-
- perl5>=5.32.r0<5.33 : lang/perl5.32
- This port is required by:
- for Build
-
- devel/p5-Test2-Harness
- for Run
-
- devel/p5-Test2-Harness
- Configuration Options:
- No options to configure
- Options name:
- devel_p5-goto-file
- USES:
- perl5
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 4
Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
06 Apr 2021 14:31:07 0.005
|
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
01 Oct 2020 08:03:06
0.005
|
sunpoet  |
Remove outdated PERL_LEVEL check after lang/perl5.26 removal |
27 May 2018 20:15:20
0.005
|
sunpoet  |
Update WWW
search.cpan.org is shutting down.
It will redirect to metacpan.org after June 25, 2018.
With hat: perl |
27 Jan 2018 10:22:58
0.005
|
sunpoet  |
Add p5-goto-file 0.005
It is rare, but there are times where you want to swap out the currently
compiling file for a different one. This module does that. From the point you
use the module perl will be parsing the new file instead of the original.
This was created specifically for Test2::Harness which can preload modules and
fork to run each test. The problem was that using do to execute the test files
post-fork was resuling in extra frames in the stack trace... in other words
there are a lot of tests that assume the test file is the bottom of the stack.
This happens all the time, specially if stack traces need to be verified.
This module allows Test2::Harness to swap out the main script for the new file
without adding a stack frame.
WWW: http://search.cpan.org/dist/goto-file/ |
Number of commits found: 4
|