PATH=/usr/bin:/bin:/home/fly2000/var/megalib/bin Start 2014-10-22T22:16:11 ActivePerl-2000 CPAN-2.00 Reading '/home/fly2000/var/cpan/Metadata' Database was generated on Thu, 23 Oct 2014 02:17:02 GMT Running make for D/DM/DMUEY/Text-Extract-MaketextCallPhrases-0.92.tar.gz Fetching with LWP: http://cpan.nas1.activestate.com/authors/id/D/DM/DMUEY/Text-Extract-MaketextCallPhrases-0.92.tar.gz Checksum for /home/fly2000/var/cpan/sources/authors/id/D/DM/DMUEY/Text-Extract-MaketextCallPhrases-0.92.tar.gz ok Text-Extract-MaketextCallPhrases-0.92/ Text-Extract-MaketextCallPhrases-0.92/Build.PL Text-Extract-MaketextCallPhrases-0.92/Changes Text-Extract-MaketextCallPhrases-0.92/MANIFEST Text-Extract-MaketextCallPhrases-0.92/META.json Text-Extract-MaketextCallPhrases-0.92/META.yml Text-Extract-MaketextCallPhrases-0.92/Makefile.PL Text-Extract-MaketextCallPhrases-0.92/README Text-Extract-MaketextCallPhrases-0.92/lib/ Text-Extract-MaketextCallPhrases-0.92/t/ Text-Extract-MaketextCallPhrases-0.92/t/00.load.t Text-Extract-MaketextCallPhrases-0.92/t/01.get_phrases_in_text.t Text-Extract-MaketextCallPhrases-0.92/t/02.get_phrases_in_file.t Text-Extract-MaketextCallPhrases-0.92/t/03.debug_ignored_matches.t Text-Extract-MaketextCallPhrases-0.92/t/04.default_regex_non_maketext.t Text-Extract-MaketextCallPhrases-0.92/t/05.no_extract_maketext.t Text-Extract-MaketextCallPhrases-0.92/t/perlcritic.t Text-Extract-MaketextCallPhrases-0.92/t/perltidy.t Text-Extract-MaketextCallPhrases-0.92/t/pkg-changes.t Text-Extract-MaketextCallPhrases-0.92/t/pkg-readme.t Text-Extract-MaketextCallPhrases-0.92/t/pod-coverage.t Text-Extract-MaketextCallPhrases-0.92/t/pod-encoding.t Text-Extract-MaketextCallPhrases-0.92/t/pod-spelling.t Text-Extract-MaketextCallPhrases-0.92/t/pod-version.t Text-Extract-MaketextCallPhrases-0.92/t/pod.t Text-Extract-MaketextCallPhrases-0.92/lib/Text/ Text-Extract-MaketextCallPhrases-0.92/lib/Text/Extract/ Text-Extract-MaketextCallPhrases-0.92/lib/Text/Extract/MaketextCallPhrases.pm CPAN.pm: Building D/DM/DMUEY/Text-Extract-MaketextCallPhrases-0.92.tar.gz >>> /home/fly2000/ap2000-298540/bin/perl-static Makefile.PL Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Text::Extract::MaketextCallPhrases Writing MYMETA.yml and MYMETA.json >>> make cp lib/Text/Extract/MaketextCallPhrases.pm blib/lib/Text/Extract/MaketextCallPhrases.pm Manifying 1 pod document DMUEY/Text-Extract-MaketextCallPhrases-0.92.tar.gz make -- OK Running make test >>> make test TEST_VERBOSE=1 PERL_DL_NONLAZY=1 "/home/fly2000/ap2000-298540/bin/perl-static" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(1, 'blib/lib', 'blib/arch')" t/*.t Useless use of '\'; doesn't escape metacharacter '{' at /home/fly2000/var/cpan/build/Text-Extract-MaketextCallPhrases-0.92-znDnK_/blib/lib/Text/Extract/MaketextCallPhrases.pm line 286. # Testing Text::Extract::MaketextCallPhrases 0.92 t/00.load.t ........................ 1..3 ok 1 - use Text::Extract::MaketextCallPhrases; ok 2 - get_phrases_in_text() exported by default ok 3 - get_phrases_in_file() exported by default ok Useless use of '\'; doesn't escape metacharacter '{' at /home/fly2000/var/cpan/build/Text-Extract-MaketextCallPhrases-0.92-znDnK_/blib/lib/Text/Extract/MaketextCallPhrases.pm line 286. # Testing Text::Extract::MaketextCallPhrases 0.92 t/01.get_phrases_in_text.t ......... 1..442 ok 1 - use Text::Extract::MaketextCallPhrases; ok 2 - get_phrases_in_text does not have a file field ok 3 - Normal, Double Quotes ok 4 - Normal, Single Quotes ok 5 - Normal, qq{} Quotes ok 6 - Normal, q{} Quotes ok 7 - Normal, qw() quote ok 8 - Normal, Here Doc ok 9 - Normal, Multi-line ok 10 - quotetype for Normal, Double Quotes ok 11 - quote_before Double Quotes ok 12 - quote_after Double Quotes ok 13 - quotetype for Normal, Single Quotes ok 14 - quote_before Single Quotes ok 15 - quote_after Single Quotes ok 16 - quotetype for Normal, qq{} Quotes ok 17 - quote_before w/ qq{} Quotes ok 18 - quote_after w/ qq{} Quotes ok 19 - quotetype for Normal, q{} Quotes ok 20 - quote_before w/ q{} Quotes ok 21 - quote_after w/ q{} Quotes ok 22 - quotetype for Normal, qw() Quotes ok 23 - quote_before w/ qw() ok 24 - quote_after w/ qw() ok 25 - Normal space, Double Quotes ok 26 - Normal space, Single Quotes ok 27 - Normal space, qq{} Quotes ok 28 - Normal space, q{} Quotes ok 29 - Normal space, qw() quote ok 30 - Normal space, Here Doc ok 31 - Normal space, Multi-line ok 32 - Normal no paren, Double Quotes ok 33 - Normal no paren, Single Quotes ok 34 - Normal no paren, qq{} Quotes ok 35 - Normal no paren, q{} Quotes ok 36 - Normal no paren, qw() quote ok 37 - Normal no paren, Here Doc ok 38 - Normal no paren, Multi-line ok 39 - perl format ok 40 - TT format ok 41 - cpanel format ok 42 - backtick ok 43 - qx ok 44 - regex no m ok 45 - regex w/ m ok 46 - regex substitute ok 47 - transliterate ok 48 - qr() ok 49 - Empty, DQ ok 50 - Empty, SQ ok 51 - Empty q ok 52 - Empty, qq ok 53 - Empty, qw() ok 54 - bare word ok 55 - name space like bare word ok 56 - class method ok 57 - scalar ok 58 - perlish no quotetype ok 59 - array ok 60 - hash ok 61 - object method ok 62 - star glob ok 63 - & func ok 64 - slash star glob ok 65 - function call ok 66 - No arg, paren basic ok 67 - No arg, no paren ok 68 - No arg, paren space ok 69 - No arg, no paren space ok 70 - No arg, paren multiline ok 71 - No arg, no paren multiline ok 72 - trailing, multiline partial ok 73 - 0 is normal ok 74 - 1 is normal ok 75 - 2 is normal ok 76 - 3 is normal ok 77 - 4 is normal ok 78 - 5 is normal ok 79 - 6 is normal ok 80 - 7 is normal ok 81 - 8 is normal ok 82 - 9 is normal ok 83 - 10 is normal ok 84 - 11 is normal ok 85 - 12 is normal ok 86 - 13 is normal ok 87 - 14 is normal ok 88 - 15 is normal ok 89 - 16 is normal ok 90 - 17 is normal ok 91 - 18 is normal ok 92 - 19 is normal ok 93 - 20 is normal ok 94 - 21 is normal ok 95 - 22 is normal ok 96 - 23 is normal ok 97 - 31 is error ok 98 - 32 is error ok 99 - 33 is error ok 100 - 34 is error ok 101 - 35 is error ok 102 - 47 is error ok 103 - 48 is error ok 104 - 49 is error ok 105 - 50 is error ok 106 - 51 is error ok 107 - 52 is error ok 108 - 24 is warning ok 109 - 25 is warning ok 110 - 26 is warning ok 111 - 27 is warning ok 112 - 28 is warning ok 113 - 29 is warning ok 114 - 30 is warning ok 115 - 36 is warning ok 116 - 37 is warning ok 117 - 38 is warning ok 118 - 39 is warning ok 119 - 40 is warning ok 120 - 41 is warning ok 121 - 42 is warning ok 122 - 43 is warning ok 123 - 44 is warning ok 124 - 45 is warning ok 125 - 46 is warning ok 126 - 53 is warning ok 127 - 0 has no type ok 128 - 1 has no type ok 129 - 2 has no type ok 130 - 3 has no type ok 131 - 4 has no type ok 132 - 5 has no type ok 133 - 6 has no type ok 134 - 7 has no type ok 135 - 8 has no type ok 136 - 9 has no type ok 137 - 10 has no type ok 138 - 11 has no type ok 139 - 12 has no type ok 140 - 13 has no type ok 141 - 14 has no type ok 142 - 15 has no type ok 143 - 16 has no type ok 144 - 17 has no type ok 145 - 18 has no type ok 146 - 19 has no type ok 147 - 20 has no type ok 148 - 21 has no type ok 149 - 22 has no type ok 150 - 23 has no type ok 151 - 24 is command ok 152 - 25 is command ok 153 - 26 is pattern ok 154 - 27 is pattern ok 155 - 28 is pattern ok 156 - 29 is pattern ok 157 - 30 is pattern ok 158 - 31 is empty ok 159 - 32 is empty ok 160 - 33 is empty ok 161 - 34 is empty ok 162 - 35 is empty ok 163 - 36 is bareword ok 164 - 37 is bareword ok 165 - 38 is bareword ok 166 - 39 is perlish ok 167 - 40 is perlish ok 168 - 41 is perlish ok 169 - 42 is perlish ok 170 - 43 is perlish ok 171 - 44 is perlish ok 172 - 45 is perlish ok 173 - 46 is perlish ok 174 - 47 is no_arg ok 175 - 48 is no_arg ok 176 - 49 is no_arg ok 177 - 50 is no_arg ok 178 - 51 is no_arg ok 179 - 52 is no_arg ok 180 - 53 is multiline ok 181 - regexp_conf find aditional ok 182 - regexp_conf preserves order ok 183 - no_default_regex has no effect without regexp_conf ok 184 - no_default_regex has effect with regexp_conf ok 185 - get_phrases_in_text does not have a file field ok 186 - Normal, Double Quotes ok 187 - Normal, Single Quotes ok 188 - Normal, qq{} Quotes ok 189 - Normal, q{} Quotes ok 190 - Normal, qw() quote ok 191 - Normal, Here Doc ok 192 - Normal, Multi-line ok 193 - quotetype for Normal, Double Quotes ok 194 - quote_before Double Quotes ok 195 - quote_after Double Quotes ok 196 - quotetype for Normal, Single Quotes ok 197 - quote_before Single Quotes ok 198 - quote_after Single Quotes ok 199 - quotetype for Normal, qq{} Quotes ok 200 - quote_before w/ qq{} Quotes ok 201 - quote_after w/ qq{} Quotes ok 202 - quotetype for Normal, q{} Quotes ok 203 - quote_before w/ q{} Quotes ok 204 - quote_after w/ q{} Quotes ok 205 - quotetype for Normal, qw() Quotes ok 206 - quote_before w/ qw() ok 207 - quote_after w/ qw() ok 208 - Normal space, Double Quotes ok 209 - Normal space, Single Quotes ok 210 - Normal space, qq{} Quotes ok 211 - Normal space, q{} Quotes ok 212 - Normal space, qw() quote ok 213 - Normal space, Here Doc ok 214 - Normal space, Multi-line ok 215 - Normal no paren, Double Quotes ok 216 - Normal no paren, Single Quotes ok 217 - Normal no paren, qq{} Quotes ok 218 - Normal no paren, q{} Quotes ok 219 - Normal no paren, qw() quote ok 220 - Normal no paren, Here Doc ok 221 - Normal no paren, Multi-line ok 222 - perl format ok 223 - TT format ok 224 - cpanel format ok 225 - backtick ok 226 - qx ok 227 - regex no m ok 228 - regex w/ m ok 229 - regex substitute ok 230 - transliterate ok 231 - qr() ok 232 - Empty, DQ ok 233 - Empty, SQ ok 234 - Empty q ok 235 - Empty, qq ok 236 - Empty, qw() ok 237 - bare word ok 238 - name space like bare word ok 239 - class method ok 240 - scalar ok 241 - perlish no quotetype ok 242 - array ok 243 - hash ok 244 - object method ok 245 - star glob ok 246 - & func ok 247 - slash star glob ok 248 - function call ok 249 - No arg, paren basic ok 250 - No arg, no paren ok 251 - No arg, paren space ok 252 - No arg, no paren space ok 253 - No arg, paren multiline ok 254 - No arg, no paren multiline ok 255 - trailing, multiline partial ok 256 - 0 is normal ok 257 - 1 is normal ok 258 - 2 is normal ok 259 - 3 is normal ok 260 - 4 is normal ok 261 - 5 is normal ok 262 - 6 is normal ok 263 - 7 is normal ok 264 - 8 is normal ok 265 - 9 is normal ok 266 - 10 is normal ok 267 - 11 is normal ok 268 - 12 is normal ok 269 - 13 is normal ok 270 - 14 is normal ok 271 - 15 is normal ok 272 - 16 is normal ok 273 - 17 is normal ok 274 - 18 is normal ok 275 - 19 is normal ok 276 - 20 is normal ok 277 - 21 is normal ok 278 - 22 is normal ok 279 - 23 is normal ok 280 - 31 is error ok 281 - 32 is error ok 282 - 33 is error ok 283 - 34 is error ok 284 - 35 is error ok 285 - 47 is error ok 286 - 48 is error ok 287 - 49 is error ok 288 - 50 is error ok 289 - 51 is error ok 290 - 52 is error ok 291 - 24 is warning ok 292 - 25 is warning ok 293 - 26 is warning ok 294 - 27 is warning ok 295 - 28 is warning ok 296 - 29 is warning ok 297 - 30 is warning ok 298 - 36 is warning ok 299 - 37 is warning ok 300 - 38 is warning ok 301 - 39 is warning ok 302 - 40 is warning ok 303 - 41 is warning ok 304 - 42 is warning ok 305 - 43 is warning ok 306 - 44 is warning ok 307 - 45 is warning ok 308 - 46 is warning ok 309 - 53 is warning ok 310 - 0 has no type ok 311 - 1 has no type ok 312 - 2 has no type ok 313 - 3 has no type ok 314 - 4 has no type ok 315 - 5 has no type ok 316 - 6 has no type ok 317 - 7 has no type ok 318 - 8 has no type ok 319 - 9 has no type ok 320 - 10 has no type ok 321 - 11 has no type ok 322 - 12 has no type ok 323 - 13 has no type ok 324 - 14 has no type ok 325 - 15 has no type ok 326 - 16 has no type ok 327 - 17 has no type ok 328 - 18 has no type ok 329 - 19 has no type ok 330 - 20 has no type ok 331 - 21 has no type ok 332 - 22 has no type ok 333 - 23 has no type ok 334 - 24 is command ok 335 - 25 is command ok 336 - 26 is pattern ok 337 - 27 is pattern ok 338 - 28 is pattern ok 339 - 29 is pattern ok 340 - 30 is pattern ok 341 - 31 is empty ok 342 - 32 is empty ok 343 - 33 is empty ok 344 - 34 is empty ok 345 - 35 is empty ok 346 - 36 is bareword ok 347 - 37 is bareword ok 348 - 38 is bareword ok 349 - 39 is perlish ok 350 - 40 is perlish ok 351 - 41 is perlish ok 352 - 42 is perlish ok 353 - 43 is perlish ok 354 - 44 is perlish ok 355 - 45 is perlish ok 356 - 46 is perlish ok 357 - 47 is no_arg ok 358 - 48 is no_arg ok 359 - 49 is no_arg ok 360 - 50 is no_arg ok 361 - 51 is no_arg ok 362 - 52 is no_arg ok 363 - 53 is multiline ok 364 - regexp_conf find aditional ok 365 - regexp_conf preserves order ok 366 - no_default_regex has no effect without regexp_conf ok 367 - no_default_regex has effect with regexp_conf ok 368 - quotemeta() is unescaped ok 369 - phrase is transmogrified w DQ ok 370 - original_text is not transmogrified w/ DQ ok 371 - phrase is not transmogrified w/ SQ ok 372 - original_text is not transmogrified q/ SQ ok 373 - utf-8 grapheme phrase istransmogrified w/ DQ ok 374 - utf-8 grapheme original_text is not transmogrified w/ DQ ok 375 - utf-8 grapheme phrase is still transmogrified w/ SQ ok 376 - utf-8 grapheme original_text is not transmogrified w/ SQ ok 377 - unicode grapheme phrase is not transmogrified w/ DQ ok 378 - unicode grapheme original_text is not transmogrified w/ DQ ok 379 - unicode grapheme phrase is not transmogrified w/ SQ ok 380 - unicode grapheme original_text is not transmogrified w/ SQ ok 381 - multiline phrase is transmogrified w DQ ok 382 - multiline original_text is not transmogrified w/ DQ ok 383 - DQ escaped phrase is transmogrified w DQ ok 384 - DQ escapes original_text is not transmogrified w/ DQ ok 385 - SQ escaped phrase is transmogrified w DQ ok 386 - SQ escapes original_text is not transmogrified w/ DQ ok 387 - parsed OK qw(WORD) ok 388 - quotetype qw(WORD) ok 389 - quote_before qw(WORD) ok 390 - quote_after qw(WORD) ok 391 - parsed OK qw( WORD ) ok 392 - quotetype qw( WORD ) ok 393 - quote_before qw( WORD ) ok 394 - quote_after qw( WORD ) ok 395 - parsed OK qw( WORD WORD WORD ) ok 396 - quotetype qw( WORD WORD WORD ) ok 397 - quote_before qw( WORD WORD WORD) ok 398 - quote_after qw( WORD WORD WORD) ok 399 - paren-ed here doc parsed OK ok 400 - paren-ed here doc quotetype ok 401 - quote_before paren-ed here doc ok 402 - quote_after paren-ed here doc ok 403 - paren-ed here doc heredoc ok 404 - quotetype for Normal, Here Doc (double) ok 405 - quotetype for Normal, Here Doc (single) ok 406 - quotetype for Normal, Here Doc (implicit) ok 407 - quotetype for Normal, Here Doc (double) ok 408 - quotetype for Normal, Here Doc (single) ok 409 - quotetype for Normal, Here Doc (implicit) ok 410 - quote_before Here Doc (double) ok 411 - quote_after Here Doc (double) ok 412 - quote_before Here Doc (single) ok 413 - quote_after Here Doc (single) ok 414 - quote_before Here Doc (implicit) ok 415 - quote_after Here Doc (implicit) ok 416 - heredoc for Normal, Here Doc (double) ok 417 - heredoc for Normal, Here Doc (single) ok 418 - heredoc for Normal, Here Doc (implicit) ok 419 - 0 is perlish ok 420 - 1 is perlish ok 421 - quoted $var in single quotes ok 422 - quoted $var in single quotes w/ space ok 423 - slash chars in single quote preserved as literal ok 424 - quotetype for quoted $var in single quotes ok 425 - 0 is perlish ok 426 - 1 is perlish ok 427 - $var in single quotes ok 428 - $var in single quotes w/ space ok 429 - slash chars in double quote interpolated ok 430 - quotetype for quoted $var in double quotes ok 431 - space after token phrase: none ok 432 - space after token offset: none ok 433 - space after token phrase: one ok 434 - space after token offset: one ok 435 - space after token phrase: two ok 436 - space after token offset: two ok 437 - space after token phrase: three ok 438 - space after token offset: three ok 439 - space after token phrase: four ok 440 - space after token offset: four ok 441 - space after token phrase: tab ok 442 - space after token offset: tab ok Useless use of '\'; doesn't escape metacharacter '{' at /home/fly2000/var/cpan/build/Text-Extract-MaketextCallPhrases-0.92-znDnK_/blib/lib/Text/Extract/MaketextCallPhrases.pm line 286. # Testing Text::Extract::MaketextCallPhrases 0.92 t/02.get_phrases_in_file.t ......... 1..11 ok 1 - use Text::Extract::MaketextCallPhrases; ok 2 - Tmpt file sanityc check ok 3 - single line - phrase ok 4 - single line - line ok 5 - single line - file ok 6 - two lines - phrase ok 7 - two lines - line ok 8 - two lines - file ok 9 - multiple lines - phrase ok 10 - multiple lines - line ok 11 - multiple lines - file ok Useless use of '\'; doesn't escape metacharacter '{' at /home/fly2000/var/cpan/build/Text-Extract-MaketextCallPhrases-0.92-znDnK_/blib/lib/Text/Extract/MaketextCallPhrases.pm line 286. # Testing Text::Extract::MaketextCallPhrases 0.92 t/03.debug_ignored_matches.t ....... 1..17 ok 1 - use Text::Extract::MaketextCallPhrases; ok 2 - debug_ignored_matches w/out ignore_perlish_* correct number of ignores ok 3 - debug_ignored_matches w/out ignore_perlish_* function ok 4 - debug_ignored_matches w/out ignore_perlish_* c assignment ok 5 - debug_ignored_matches w/out ignore_perlish_* correct number of matches ok 6 - debug_ignored_matches w/out ignore_perlish_* - matches statement ok 7 - debug_ignored_matches w/out ignore_perlish_* - matches comment ok 8 - debug_ignored_matches w/out ignore_perlish_* - matches right after comment ok 9 - debug_ignored_matches w/out ignore_perlish_* - matches after comment w/ string ok 10 - debug_ignored_matches w/ ignore_perlish_* correct number of ignores ok 11 - debug_ignored_matches w/ ignore_perlish_* function ok 12 - debug_ignored_matches w/ ignore_perlish_* c assignment ok 13 - debug_ignored_matches w/ ignore_perlish_* statement ok 14 - debug_ignored_matches w/ ignore_perlish_* comment ok 15 - debug_ignored_matches w/out ignore_perlish_* correct number of matches ok 16 - debug_ignored_matches w/ ignore_perlish_* - matches right after comment ok 17 - debug_ignored_matches w/ ignore_perlish_* - matches after comment w/ string ok Useless use of '\'; doesn't escape metacharacter '{' at /home/fly2000/var/cpan/build/Text-Extract-MaketextCallPhrases-0.92-znDnK_/blib/lib/Text/Extract/MaketextCallPhrases.pm line 286. # Testing Text::Extract::MaketextCallPhrases 0.92 t/04.default_regex_non_maketext.t .. 1..33 ok 1 - translatable() full NS ok 2 - translatable() alt NS ok 3 - translatable() assignment norm ok 4 - translatable() assignment no space ok 5 - translatable() at beginning of line ok 6 - translatable () space before par ok 7 - translatable() I am no in parens, ick ok 8 - translatable() in function call ok 9 - translatable() in function call space ok 10 - translatable in text - value ok 11 - translatable in text - is_warning ok 12 - translatable in text - type ok 13 - lextext() found ok 14 - lextext() found again ok 15 - lextext() found with odd call ok 16 - maketext_html_context() found ok 17 - maketext_html_context() found again ok 18 - maketext_html_context() found with odd call ok 19 - maketext_ansi_context() found ok 20 - maketext_ansi_context() found again ok 21 - maketext_ansi_context() found with odd call ok 22 - maketext_plain_context() found ok 23 - maketext_plain_context() found again ok 24 - maketext_plain_context() found with odd call ok 25 - maketext_W3_are_cUst0M_context() found ok 26 - maketext_W3_are_cUst0M_context() found again ok 27 - maketext_W3_are_cUst0M_context() found with odd call ok 28 - cptext tag ok 29 - cptext TT ok 30 - Cpanel::Exception->new() one line no args ok 31 - Cpanel::Exception->new() next line no args ok 32 - Cpanel::Exception->new() one line w/ args ok 33 - Cpanel::Exception->new() next line w/ args ok Useless use of '\'; doesn't escape metacharacter '{' at /home/fly2000/var/cpan/build/Text-Extract-MaketextCallPhrases-0.92-znDnK_/blib/lib/Text/Extract/MaketextCallPhrases.pm line 286. # Testing Text::Extract::MaketextCallPhrases 0.92 t/05.no_extract_maketext.t ......... 1..16 ok 1 - without \#\# no extract maketext all instances found ok 2 - own line \#\# no extract maketext doe snot affect ok 3 - with \#\# no extract maketext all unmarked instances found ok 4 - multi \#\# no extract maketext all unmarked instances found ok 5 - \#\# no extract maketext: phrase before notation is found ok 6 - \#\# no extract maketext: phrase after notation is found ok 7 - \#\# no extract maketext: phrase after more notation is found ok 8 - \#\# no extract maketext: phrase after even more notation is found ok 9 - \#\# no extract maketext: phrase before notation is found ok 10 - \#\# no extract maketext: phrase after notation is found ok 11 - \#\# no extract maketext: phrase after more notation is found ok 12 - \#\# no extract maketext: phrase after even more notation is found ok 13 - \#\# no extract maketext @ beginning of comment works ok 14 - \#\# no extract maketext @ beginning of comment has correct phrase ok 15 - \#\# no extract maketext in middle of comment works, maketext! ok 16 - \#\# no extract maketext in middle of comment has correct phrase ok t/perlcritic.t ..................... skipped: Critic tests are only run in RELEASE_TESTING mode. t/perltidy.t ....................... skipped: PerlTidy tests are only run in RELEASE_TESTING mode. t/pkg-changes.t .................... skipped: pkg/Changes tests are only run in RELEASE_TESTING mode. t/pkg-readme.t ..................... skipped: pkg/README tests are only run in RELEASE_TESTING mode. t/pod-coverage.t ................... skipped: POD tests are only run in RELEASE_TESTING mode. t/pod-encoding.t ................... skipped: POD tests are only run in RELEASE_TESTING mode. t/pod-spelling.t ................... skipped: POD tests are only run in RELEASE_TESTING mode. t/pod-version.t .................... skipped: POD tests are only run in RELEASE_TESTING mode. t/pod.t ............................ skipped: POD tests are only run in RELEASE_TESTING mode. All tests successful. Files=15, Tests=522, 2 wallclock secs ( 0.12 usr 0.02 sys + 0.78 cusr 0.10 csys = 1.02 CPU) Result: PASS DMUEY/Text-Extract-MaketextCallPhrases-0.92.tar.gz make test TEST_VERBOSE=1 -- OK Fetching with LWP: http://cpan.nas1.activestate.com/authors/id/D/DM/DMUEY/CHECKSUMS Daniel Muey <dmuey@cpan.org> Extract phrases from maketext–call–looking text >>> (cd /home/fly2000/var/cpan/build/Text-Extract-MaketextCallPhrases-0.92-znDnK_ && tar cvf - Text-Extract-MaketextCallPhrases-0.92.ppd blib) | gzip -c >/home/fly2000/var/REPO/D/DM/DMUEY/Text-Extract-MaketextCallPhrases-0.92.tar.gz Text-Extract-MaketextCallPhrases-0.92.ppd blib/ blib/man3/ blib/man3/Text::Extract::MaketextCallPhrases.3 blib/lib/ blib/lib/Text/ blib/lib/Text/Extract/ blib/lib/Text/Extract/MaketextCallPhrases.pm >>> mv /home/fly2000/var/cpan/build/Text-Extract-MaketextCallPhrases-0.92-znDnK_/Text-Extract-MaketextCallPhrases-0.92.ppd /home/fly2000/var/REPO/D/DM/DMUEY VmSize: 305908 kB Finished 2014-10-22T22:16:16