aboutsummaryrefslogtreecommitdiff
path: root/MANIFEST
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2017-07-22 14:50:01 +0300
committerSergey Poznyakoff <gray@gnu.org.ua>2017-07-22 15:13:57 +0300
commit7f5cbd2332df055d8b9e365974f8743f82ad4886 (patch)
tree45a320169d046f5c2ae1ac533c7d9f916ab35608 /MANIFEST
parent970d2e1f1c540b94443456bbdf1a8d315401b188 (diff)
downloadposixruncapture-7f5cbd2332df055d8b9e365974f8743f82ad4886.tar.gz
posixruncapture-7f5cbd2332df055d8b9e365974f8743f82ad4886.tar.bz2
Implement "input" key and set_input method.
* Capture.xs (capture_new): New keyword "input". (capture_set_input): New method. * MANIFEST: Update. * Makefile.PL: Add the 'check' goal (alias to 'test'). * capture.c (capture_new): Take input SV as 5th parameter. (capture_set_input): New function. (capture_DESTROY): Dereference input, if defined. * capture.h (capture) <input>: New method. (capture_new): Change signature. * t/08input.t: New file. * t/TestCapture.pm: Read content in BEGIN block, instead of hardcoding it. (TestCapture): $argv can be a hash or array ref. All uses changed.
Diffstat (limited to 'MANIFEST')
-rw-r--r--MANIFEST12
1 files changed, 9 insertions, 3 deletions
diff --git a/MANIFEST b/MANIFEST
index decdf1e..057e035 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -5,12 +5,18 @@ MANIFEST
capture.c
capture.h
ppport.h
+typemap
README
lib/POSIX/Run/Capture.pm
t/00use.t
-t/01simple.t
-t/02lines.t
-t/03two.t
+t/01argv.t
+t/02prog.t
+t/03timeout.t
+t/04init.t
+t/05simple.t
+t/06lines.t
+t/07two.t
+t/08input.t
t/TestCapture.pm
runcap/Makefile
runcap/runcap.h

Return to:

Send suggestions and report system problems to the System administrator.