Checking if your kit is complete... Looks good Writing Makefile for Regex::PreSuf cp PreSuf.pm blib/lib/Regex/PreSuf.pm Manifying blib/man3/Regex::PreSuf.3 PERL_DL_NONLAZY=1 /home/cpanrun/pa-risc1.1/build/5.6.1/bin/perl -Iblib/arch -Iblib/lib -I/home/cpanrun/pa-risc1.1/build/5.6.1/lib/5.6.1/PA-RISC1.1-thread-multi -I/home/cpanrun/pa-risc1.1/build/5.6.1/lib/5.6.1 -e 'use Test::Harness qw(&runtests $verbose); $verbose=1; runtests @ARGV;' t/*.t t/length....1..24 ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 ok 8 ok 9 ok 10 ok 11 ok 12 ok 13 ok 14 ok 15 ok 16 ok 17 ok 18 ok 19 ok 20 ok 21 ok 22 ok 23 ok 24 ok t/presuf....1..32 # Test: 1 # words: foobar ok 1 # got: 'foobar' # Test: 2 # words: foopar fooqar ok 2 # got: 'foo[pq]ar' # Test: 3 # words: foopar fooar ok 3 # got: 'foop?ar' # Test: 4 # words: foopar fooqar fooar ok 4 # got: 'foo[pq]?ar' # Test: 5 # words: foobar foozap ok 5 # got: 'foo(?:bar|zap)' # Test: 6 # words: foobar foobarzap ok 6 # got: 'foobar(?:zap)?' # Test: 7 # words: foobar barbar ok 7 # got: '(?:bar|foo)bar' # Test: 8 # words: and at do end for in is not of or use ok 8 # got: '(?:a(?:nd|t)|do|end|for|i[ns]|not|o[fr]|use)' # Test: 9 # words: foobar foob.r ok 9 # got: 'foob.r' # Test: 10 # words: bar br .r ok 10 # got: '(?:ba|.)r' # Test: 11 # words: abc abe adc bac ok 11 # got: '(?:a(?:b[ce]|dc)|bac)' # Test: 12 # words: abc abe adc bac ok 12 # got: '(?:(?:a[bd]|ba)c|abe)' # Test: 13 # words: abc abe adc bac ok 13 # got: '(?:(?:ba|ab|ad)c|abe)' # Test: 14 # words: .perl p.erl pe.rl per.l perl. pel .erl erl per. per p.rl prl pe.l ok 14 # got: '(?:\.p?erl|erl|p(?:\.e?rl|e(?:\.r?l|r(?:\.l|l\.|\.)|[lr])|rl))' # Test: 15 # words: .perl p.erl pe.rl per.l perl. pel .erl erl per. per p.rl prl pe.l ok 15 # got: '(?:.p?erl|erl|p(?:.e?rl|e(?:.r?l|r(?:.l|l.|.)|[lr])|rl))' # Test: 16 # words: aba a ok 16 # got: 'a(?:ba)?' # Test: 17 # words: aba a ok 17 # got: '(?:ab)?a' # Test: 18 # words: ababa aba ok 18 # got: 'aba(?:ba)?' # Test: 19 # words: aabaa a ok 19 # got: 'a(?:abaa)?' # Test: 20 # words: aabaa aa ok 20 # got: 'aa(?:baa)?' # Test: 21 # words: aabaa aaa ok 21 # got: 'aa(?:ba)?a' # Test: 22 # words: aabaa aaaa ok 22 # got: 'aab?aa' # Test: 23 # words: rattle rattlesnake ok 23 # got: 'rattle(?:snake)?' # Test: 24 # words: rata ratepayer rater ok 24 # got: 'rat(?:e(?:paye)?r|a)' # Test: 25 # words: foo bar ok 25 # got: 'foo\tbar' # Test: 26 # words: foo bar ok 26 # got: 'foo\nbar' # Test: 27 # words: foo bar foo bar ok 27 # got: 'foo[\t\n]bar' # Test: 28 # words: foo*bar ok 28 # got: 'foo\*bar' # Test: 29 # words: foo+bar ok 29 # got: 'foo\+bar' # Test: 30 # words: foo?bar ok 30 # got: 'foo\?bar' # Test: 31 # words: foo\bar ok 31 # got: 'foo\\bar' # Test: 32 # words: blo bla bla blo blub ok 32 # got: 'bl(?:ub|[ao])' ok t/words.....# Hang on, collecting words for the next test... # Found 21417 words. # NOTE THAT THIS TEST WILL TAKE SEVERAL MINUTES. # And I do mean *SEVERAL* minutes. # We will test all the letters from 'a' to 'z', # both as the first and the last letters. # Testing 1403 words beginning with 'a'... # Naive/create: 0 wallclock secs ( 0.01 usr + 0.00 sys = 0.01 CPU) # Naive/execute: 20 wallclock secs (19.96 usr + 0.01 sys = 19.97 CPU) # PreSuf/create: 4 wallclock secs ( 3.24 usr + 0.02 sys = 3.26 CPU) # PreSuf/execute: 4 wallclock secs ( 4.65 usr + 0.00 sys = 4.65 CPU) # Aggregate times so far: # Naive/create: 0 wallclock secs ( 0.01 usr + 0.00 sys = 0.01 CPU) # Naive/execute: 20 wallclock secs (19.96 usr + 0.01 sys = 19.97 CPU) # Presuf/create: 4 wallclock secs ( 3.24 usr + 0.02 sys = 3.26 CPU) # PreSuf/execute: 4 wallclock secs ( 4.65 usr + 0.00 sys = 4.65 CPU) # Estimated remaining testing time: 826 seconds. # Testing 714 words ending with 'a'... # Naive/create: 0 wallclock secs ( 0.01 usr + 0.00 sys = 0.01 CPU) # Naive/execute: 10 wallclock secs (10.30 usr + 0.01 sys = 10.31 CPU) # PreSuf/create: 2 wallclock secs ( 1.45 usr + 0.00 sys = 1.45 CPU) # PreSuf/execute: 3 wallclock secs ( 2.63 usr + 0.00 sys = 2.63 CPU) # Aggregate times so far: # Naive/create: 0 wallclock secs ( 0.02 usr + 0.00 sys = 0.02 CPU) # Naive/execute: 30 wallclock secs (30.26 usr + 0.02 sys = 30.28 CPU) # Presuf/create: 6 wallclock secs ( 4.69 usr + 0.02 sys = 4.71 CPU) # PreSuf/execute: 7 wallclock secs ( 7.28 usr + 0.00 sys = 7.28 CPU) # Estimated remaining testing time: 846 seconds. # Testing 1000 words beginning with 'b'... # Naive/create: 0 wallclock secs ( 0.00 usr + 0.00 sys = 0.00 CPU) # Naive/execute: 14 wallclock secs (14.06 usr + 0.00 sys = 14.06 CPU) # PreSuf/create: 3 wallclock secs ( 2.20 usr + 0.01 sys = 2.21 CPU) # PreSuf/execute: 3 wallclock secs ( 3.19 usr + 0.00 sys = 3.19 CPU) # Aggregate times so far: # Naive/create: 0 wallclock secs ( 0.02 usr + 0.00 sys = 0.02 CPU) # Naive/execute: 44 wallclock secs (44.32 usr + 0.02 sys = 44.34 CPU) # Presuf/create: 9 wallclock secs ( 6.89 usr + 0.03 sys = 6.92 CPU) # PreSuf/execute: 10 wallclock secs (10.47 usr + 0.00 sys = 10.47 CPU) # Estimated remaining testing time: 815 seconds. # Testing 44 words ending with 'b'... # Naive/create: 0 wallclock secs ( 0.00 usr + 0.00 sys = 0.00 CPU) # Naive/execute: 2 wallclock secs ( 1.22 usr + 0.00 sys = 1.22 CPU) # PreSuf/create: 0 wallclock secs ( 0.07 usr + 0.00 sys = 0.07 CPU) # PreSuf/execute: 0 wallclock secs ( 0.76 usr + 0.00 sys = 0.76 CPU) # Aggregate times so far: # Naive/create: 0 wallclock secs ( 0.02 usr + 0.00 sys = 0.02 CPU) # Naive/execute: 46 wallclock secs (45.54 usr + 0.02 sys = 45.56 CPU) # Presuf/create: 9 wallclock secs ( 6.96 usr + 0.03 sys = 6.99 CPU) # PreSuf/execute: 10 wallclock secs (11.23 usr + 0.00 sys = 11.23 CPU) # Estimated remaining testing time: 828 seconds. # Testing 1832 words beginning with 'c'... # Naive/create: 0 wallclock secs ( 0.02 usr + 0.00 sys = 0.02 CPU) # Naive/execute: 27 wallclock secs (26.97 usr + 0.01 sys = 26.98 CPU) # PreSuf/create: 5 wallclock secs ( 4.61 usr + 0.00 sys = 4.61 CPU) # PreSuf/execute: 6 wallclock secs ( 5.97 usr + 0.00 sys = 5.97 CPU) # Aggregate times so far: # Naive/create: 0 wallclock secs ( 0.04 usr + 0.00 sys = 0.04 CPU) # Naive/execute: 73 wallclock secs (72.51 usr + 0.03 sys = 72.54 CPU) # Presuf/create: 14 wallclock secs (11.57 usr + 0.03 sys = 11.60 CPU) # PreSuf/execute: 16 wallclock secs (17.20 usr + 0.00 sys = 17.20 CPU) # Estimated remaining testing time: 795 seconds. # Testing 992 words ending with 'c'... # Naive/create: 0 wallclock secs ( 0.00 usr + 0.00 sys = 0.00 CPU) # Naive/execute: 15 wallclock secs (14.95 usr + 0.00 sys = 14.95 CPU) # PreSuf/create: 2 wallclock secs ( 2.48 usr + 0.00 sys = 2.48 CPU) # PreSuf/execute: 4 wallclock secs ( 3.76 usr + 0.00 sys = 3.76 CPU) # Aggregate times so far: # Naive/create: 0 wallclock secs ( 0.04 usr + 0.00 sys = 0.04 CPU) # Naive/execute: 88 wallclock secs (87.46 usr + 0.03 sys = 87.49 CPU) # Presuf/create: 16 wallclock secs (14.05 usr + 0.03 sys = 14.08 CPU) # PreSuf/execute: 20 wallclock secs (20.96 usr + 0.00 sys = 20.96 CPU) # Estimated remaining testing time: 781 seconds. # Testing 1057 words beginning with 'd'... # Naive/create: 0 wallclock secs ( 0.01 usr + 0.00 sys = 0.01 CPU) # Naive/execute: 15 wallclock secs (15.06 usr + 0.00 sys = 15.06 CPU) # PreSuf/create: 2 wallclock secs ( 2.74 usr + 0.00 sys = 2.74 CPU) # PreSuf/execute: 4 wallclock secs ( 3.71 usr + 0.00 sys = 3.71 CPU) # Aggregate times so far: # Naive/create: 0 wallclock secs ( 0.05 usr + 0.00 sys = 0.05 CPU) # Naive/execute: 103 wallclock secs (102.52 usr + 0.03 sys = 102.55 CPU) # Presuf/create: 18 wallclock secs (16.79 usr + 0.03 sys = 16.82 CPU) # PreSuf/execute: 24 wallclock secs (24.67 usr + 0.00 sys = 24.67 CPU) # Estimated remaining testing time: 757 seconds. # Testing 1598 words ending with 'd'... # Naive/create: 0 wallclock secs ( 0.00 usr + 0.00 sys = 0.00 CPU) # Naive/execute: 23 wallclock secs (22.97 usr + 0.01 sys = 22.98 CPU) # PreSuf/create: 4 wallclock secs ( 3.60 usr + 0.00 sys = 3.60 CPU) # PreSuf/execute: 5 wallclock secs ( 5.02 usr + 0.01 sys = 5.03 CPU) # Aggregate times so far: # Naive/create: 0 wallclock secs ( 0.05 usr + 0.00 sys = 0.05 CPU) # Naive/execute: 126 wallclock secs (125.49 usr + 0.04 sys = 125.53 CPU) # Presuf/create: 22 wallclock secs (20.39 usr + 0.03 sys = 20.42 CPU) # PreSuf/execute: 29 wallclock secs (29.69 usr + 0.01 sys = 29.70 CPU) # Estimated remaining testing time: 720 seconds. # Testing 768 words beginning with 'e'... # Naive/create: 0 wallclock secs ( 0.00 usr + 0.00 sys = 0.00 CPU) # Naive/execute: 12 wallclock secs (11.34 usr + 0.00 sys = 11.34 CPU) # PreSuf/create: 2 wallclock secs ( 1.89 usr + 0.00 sys = 1.89 CPU) # PreSuf/execute: 3 wallclock secs ( 3.08 usr + 0.00 sys = 3.08 CPU) # Aggregate times so far: # Naive/create: 0 wallclock secs ( 0.05 usr + 0.00 sys = 0.05 CPU) # Naive/execute: 138 wallclock secs (136.83 usr + 0.04 sys = 136.87 CPU) # Presuf/create: 24 wallclock secs (22.28 usr + 0.03 sys = 22.31 CPU) # PreSuf/execute: 32 wallclock secs (32.77 usr + 0.01 sys = 32.78 CPU) # Estimated remaining testing time: 707 seconds. # Testing 3931 words ending with 'e'... # Naive/create: 0 wallclock secs ( 0.04 usr + 0.00 sys = 0.04 CPU) # Naive/execute: 59 wallclock secs (58.11 usr + 0.02 sys = 58.13 CPU) # PreSuf/create: 9 wallclock secs ( 9.32 usr + 0.01 sys = 9.33 CPU) # PreSuf/execute: 14 wallclock secs (13.84 usr + 0.01 sys = 13.85 CPU) # Aggregate times so far: # Naive/create: 0 wallclock secs ( 0.09 usr + 0.00 sys = 0.09 CPU) # Naive/execute: 197 wallclock secs (194.94 usr + 0.06 sys = 195.00 CPU) # Presuf/create: 33 wallclock secs (31.60 usr + 0.04 sys = 31.64 CPU) # PreSuf/execute: 46 wallclock secs (46.61 usr + 0.02 sys = 46.63 CPU) # Estimated remaining testing time: 621 seconds. # Testing 655 words beginning with 'f'... # Naive/create: 0 wallclock secs ( 0.00 usr + 0.00 sys = 0.00 CPU) # Naive/execute: 9 wallclock secs ( 9.32 usr + 0.00 sys = 9.32 CPU) # PreSuf/create: 2 wallclock secs ( 1.46 usr + 0.00 sys = 1.46 CPU) # PreSuf/execute: 2 wallclock secs ( 2.37 usr + 0.00 sys = 2.37 CPU) # Aggregate times so far: # Naive/create: 0 wallclock secs ( 0.09 usr + 0.00 sys = 0.09 CPU) # Naive/execute: 206 wallclock secs (204.26 usr + 0.06 sys = 204.32 CPU) # Presuf/create: 35 wallclock secs (33.06 usr + 0.04 sys = 33.10 CPU) # PreSuf/execute: 48 wallclock secs (48.98 usr + 0.02 sys = 49.00 CPU) # Estimated remaining testing time: 607 seconds. # Testing 86 words ending with 'f'... # Naive/create: 0 wallclock secs ( 0.00 usr + 0.00 sys = 0.00 CPU) # Naive/execute: 2 wallclock secs ( 1.82 usr + 0.00 sys = 1.82 CPU) # PreSuf/create: 0 wallclock secs ( 0.16 usr + 0.00 sys = 0.16 CPU) # PreSuf/execute: 1 wallclock secs ( 0.90 usr + 0.01 sys = 0.91 CPU) # Aggregate times so far: # Naive/create: 0 wallclock secs ( 0.09 usr + 0.00 sys = 0.09 CPU) # Naive/execute: 208 wallclock secs (206.08 usr + 0.06 sys = 206.14 CPU) # Presuf/create: 35 wallclock secs (33.22 usr + 0.04 sys = 33.26 CPU) # PreSuf/execute: 49 wallclock secs (49.88 usr + 0.03 sys = 49.91 CPU) # Estimated remaining testing time: 610 seconds. # Testing 580 words beginning with 'g'... # Naive/create: 0 wallclock secs ( 0.01 usr + 0.00 sys = 0.01 CPU) # Naive/execute: make: *** [test_dynamic] Hangup