パッケージ: libgoto-file-perl (0.005-2)
libgoto-file-perl に関するリンク
Debian の資源:
libgoto-file-perl ソースパッケージをダウンロード:
- [libgoto-file-perl_0.005-2.dsc]
- [libgoto-file-perl_0.005.orig.tar.gz]
- [libgoto-file-perl_0.005-2.debian.tar.xz]
メンテナ:
外部の資源:
- ホームページ [metacpan.org]
類似のパッケージ:
Perl module that allows swapping the currently compiling file for a new one
goto::file allows Test2::Harness to swap out the main script for the new file without adding a stack frame.
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 module 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.
その他の libgoto-file-perl 関連パッケージ
|
|
|
|
-
- dep: libfilter-perl
- Perl source filters
-
- dep: perl
- Larry Wall 作の実用的な抽出とレポート用の言語