WARNING: LICENSE is not a known parameter. Checking if your kit is complete... Looks good 'LICENSE' is not a known MakeMaker parameter name. Writing Makefile for Regexp::Wildcards cp lib/Regexp/Wildcards.pm blib/lib/Regexp/Wildcards.pm Manifying blib/man3/Regexp::Wildcards.3 PERL_DL_NONLAZY=1 /home/cpanrun/parisc2.0-lp64/build/5.8.2/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(1, 'blib/lib', 'blib/arch')" t/*.t t/00-load.........1..1 ok 1 - use Regexp::Wildcards; # Testing Regexp::Wildcards 0.07, Perl 5.008002, /home/cpanrun/parisc2.0-lp64/build/5.8.2/bin/perl ok t/01-import.......1..5 ok 1 - import wc2re_jokers ok 2 - import wc2re_sql ok 3 - import wc2re_unix ok 4 - import wc2re_win32 ok 5 - import wc2re ok t/02-wc2re........1..10 ok 1 - a{b,c}* (win32) ok 2 - a?{b\{,\}c} (win32) ok 3 - a{b,c}* (dos) ok 4 - a?{b\{,\}c} (dos) ok 5 - a{b,c}* (os2) ok 6 - a?{b\{,\}c} (os2) ok 7 - a{b,c}* (cygwin) ok 8 - a?{b\{,\}c} (cygwin) ok 9 - a{b,c}* (MSWin32) ok 10 - a?{b\{,\}c} (MSWin32) ok t/10-jokers.......1..288 ok 1 - simple * (begin) [jokers] ok 2 - simple * (middle) [jokers] ok 3 - simple * (end) [jokers] ok 4 - simple ? (begin) [jokers] ok 5 - simple ? (middle) [jokers] ok 6 - simple ? (end) [jokers] ok 7 - simple ? and * (begin) [jokers] ok 8 - simple ? and * (middle) [jokers] ok 9 - simple ? and * (end) [jokers] ok 10 - simple * and ? (begin) [jokers] ok 11 - simple * and ? (middle) [jokers] ok 12 - simple * and ? (end) [jokers] ok 13 - multiple * (begin) [jokers] ok 14 - multiple * (middle) [jokers] ok 15 - multiple * (end) [jokers] ok 16 - multiple ? (begin) [jokers] ok 17 - multiple ? (middle) [jokers] ok 18 - multiple ? (end) [jokers] ok 19 - multiple capturing ? (begin) [jokers] ok 20 - multiple capturing ? (middle) [jokers] ok 21 - multiple capturing ? (end) [jokers] ok 22 - multiple capturing * (greedy) (begin) [jokers] ok 23 - multiple capturing * (greedy) (middle) [jokers] ok 24 - multiple capturing * (greedy) (end) [jokers] ok 25 - multiple capturing * (greedy) and capturing ? (begin) [jokers] ok 26 - multiple capturing * (greedy) and capturing ? (middle) [jokers] ok 27 - multiple capturing * (greedy) and capturing ? (end) [jokers] ok 28 - multiple capturing * (greedy) and non-capturing ? (begin) [jokers] ok 29 - multiple capturing * (greedy) and non-capturing ? (middle) [jokers] ok 30 - multiple capturing * (greedy) and non-capturing ? (end) [jokers] ok 31 - multiple capturing * (non-greedy) (begin) [jokers] ok 32 - multiple capturing * (non-greedy) (middle) [jokers] ok 33 - multiple capturing * (non-greedy) (end) [jokers] ok 34 - multiple capturing * (non-greedy) and non-capturing ? (begin) [jokers] ok 35 - multiple capturing * (non-greedy) and non-capturing ? (middle) [jokers] ok 36 - multiple capturing * (non-greedy) and non-capturing ? (end) [jokers] ok 37 - multiple capturing * (non-greedy) and capturing ? (begin) [jokers] ok 38 - multiple capturing * (non-greedy) and capturing ? (middle) [jokers] ok 39 - multiple capturing * (non-greedy) and capturing ? (end) [jokers] ok 40 - escaping * (begin) [jokers] ok 41 - escaping * (middle) [jokers] ok 42 - escaping * (end) [jokers] ok 43 - escaping ? (begin) [jokers] ok 44 - escaping ? (middle) [jokers] ok 45 - escaping ? (end) [jokers] ok 46 - escaping \\\* (begin) [jokers] ok 47 - escaping \\\* (middle) [jokers] ok 48 - escaping \\\* (end) [jokers] ok 49 - escaping \\\? (begin) [jokers] ok 50 - escaping \\\? (middle) [jokers] ok 51 - escaping \\\? (end) [jokers] ok 52 - not escaping \\* (begin) [jokers] ok 53 - not escaping \\* (middle) [jokers] ok 54 - not escaping \\* (end) [jokers] ok 55 - not escaping \\? (begin) [jokers] ok 56 - not escaping \\? (middle) [jokers] ok 57 - not escaping \\? (end) [jokers] ok 58 - escaping \ (begin) [jokers] ok 59 - escaping \ (middle) [jokers] ok 60 - escaping \ (end) [jokers] ok 61 - escaping regex characters (begin) [jokers] ok 62 - escaping regex characters (middle) [jokers] ok 63 - escaping regex characters (end) [jokers] ok 64 - not escaping escaped regex characters (begin) [jokers] ok 65 - not escaping escaped regex characters (middle) [jokers] ok 66 - not escaping escaped regex characters (end) [jokers] ok 67 - mixed * and \* (begin) [jokers] ok 68 - mixed * and \* (middle) [jokers] ok 69 - mixed * and \* (end) [jokers] ok 70 - mixed ? and \? (begin) [jokers] ok 71 - mixed ? and \? (middle) [jokers] ok 72 - mixed ? and \? (end) [jokers] ok 73 - simple * (begin) [unix] ok 74 - simple * (middle) [unix] ok 75 - simple * (end) [unix] ok 76 - simple ? (begin) [unix] ok 77 - simple ? (middle) [unix] ok 78 - simple ? (end) [unix] ok 79 - simple ? and * (begin) [unix] ok 80 - simple ? and * (middle) [unix] ok 81 - simple ? and * (end) [unix] ok 82 - simple * and ? (begin) [unix] ok 83 - simple * and ? (middle) [unix] ok 84 - simple * and ? (end) [unix] ok 85 - multiple * (begin) [unix] ok 86 - multiple * (middle) [unix] ok 87 - multiple * (end) [unix] ok 88 - multiple ? (begin) [unix] ok 89 - multiple ? (middle) [unix] ok 90 - multiple ? (end) [unix] ok 91 - multiple capturing ? (begin) [unix] ok 92 - multiple capturing ? (middle) [unix] ok 93 - multiple capturing ? (end) [unix] ok 94 - multiple capturing * (greedy) (begin) [unix] ok 95 - multiple capturing * (greedy) (middle) [unix] ok 96 - multiple capturing * (greedy) (end) [unix] ok 97 - multiple capturing * (greedy) and capturing ? (begin) [unix] ok 98 - multiple capturing * (greedy) and capturing ? (middle) [unix] ok 99 - multiple capturing * (greedy) and capturing ? (end) [unix] ok 100 - multiple capturing * (greedy) and non-capturing ? (begin) [unix] ok 101 - multiple capturing * (greedy) and non-capturing ? (middle) [unix] ok 102 - multiple capturing * (greedy) and non-capturing ? (end) [unix] ok 103 - multiple capturing * (non-greedy) (begin) [unix] ok 104 - multiple capturing * (non-greedy) (middle) [unix] ok 105 - multiple capturing * (non-greedy) (end) [unix] ok 106 - multiple capturing * (non-greedy) and non-capturing ? (begin) [unix] ok 107 - multiple capturing * (non-greedy) and non-capturing ? (middle) [unix] ok 108 - multiple capturing * (non-greedy) and non-capturing ? (end) [unix] ok 109 - multiple capturing * (non-greedy) and capturing ? (begin) [unix] ok 110 - multiple capturing * (non-greedy) and capturing ? (middle) [unix] ok 111 - multiple capturing * (non-greedy) and capturing ? (end) [unix] ok 112 - escaping * (begin) [unix] ok 113 - escaping * (middle) [unix] ok 114 - escaping * (end) [unix] ok 115 - escaping ? (begin) [unix] ok 116 - escaping ? (middle) [unix] ok 117 - escaping ? (end) [unix] ok 118 - escaping \\\* (begin) [unix] ok 119 - escaping \\\* (middle) [unix] ok 120 - escaping \\\* (end) [unix] ok 121 - escaping \\\? (begin) [unix] ok 122 - escaping \\\? (middle) [unix] ok 123 - escaping \\\? (end) [unix] ok 124 - not escaping \\* (begin) [unix] ok 125 - not escaping \\* (middle) [unix] ok 126 - not escaping \\* (end) [unix] ok 127 - not escaping \\? (begin) [unix] ok 128 - not escaping \\? (middle) [unix] ok 129 - not escaping \\? (end) [unix] ok 130 - escaping \ (begin) [unix] ok 131 - escaping \ (middle) [unix] ok 132 - escaping \ (end) [unix] ok 133 - escaping regex characters (begin) [unix] ok 134 - escaping regex characters (middle) [unix] ok 135 - escaping regex characters (end) [unix] ok 136 - not escaping escaped regex characters (begin) [unix] ok 137 - not escaping escaped regex characters (middle) [unix] ok 138 - not escaping escaped regex characters (end) [unix] ok 139 - mixed * and \* (begin) [unix] ok 140 - mixed * and \* (middle) [unix] ok 141 - mixed * and \* (end) [unix] ok 142 - mixed ? and \? (begin) [unix] ok 143 - mixed ? and \? (middle) [unix] ok 144 - mixed ? and \? (end) [unix] ok 145 - simple * (begin) [win32] ok 146 - simple * (middle) [win32] ok 147 - simple * (end) [win32] ok 148 - simple ? (begin) [win32] ok 149 - simple ? (middle) [win32] ok 150 - simple ? (end) [win32] ok 151 - simple ? and * (begin) [win32] ok 152 - simple ? and * (middle) [win32] ok 153 - simple ? and * (end) [win32] ok 154 - simple * and ? (begin) [win32] ok 155 - simple * and ? (middle) [win32] ok 156 - simple * and ? (end) [win32] ok 157 - multiple * (begin) [win32] ok 158 - multiple * (middle) [win32] ok 159 - multiple * (end) [win32] ok 160 - multiple ? (begin) [win32] ok 161 - multiple ? (middle) [win32] ok 162 - multiple ? (end) [win32] ok 163 - multiple capturing ? (begin) [win32] ok 164 - multiple capturing ? (middle) [win32] ok 165 - multiple capturing ? (end) [win32] ok 166 - multiple capturing * (greedy) (begin) [win32] ok 167 - multiple capturing * (greedy) (middle) [win32] ok 168 - multiple capturing * (greedy) (end) [win32] ok 169 - multiple capturing * (greedy) and capturing ? (begin) [win32] ok 170 - multiple capturing * (greedy) and capturing ? (middle) [win32] ok 171 - multiple capturing * (greedy) and capturing ? (end) [win32] ok 172 - multiple capturing * (greedy) and non-capturing ? (begin) [win32] ok 173 - multiple capturing * (greedy) and non-capturing ? (middle) [win32] ok 174 - multiple capturing * (greedy) and non-capturing ? (end) [win32] ok 175 - multiple capturing * (non-greedy) (begin) [win32] ok 176 - multiple capturing * (non-greedy) (middle) [win32] ok 177 - multiple capturing * (non-greedy) (end) [win32] ok 178 - multiple capturing * (non-greedy) and non-capturing ? (begin) [win32] ok 179 - multiple capturing * (non-greedy) and non-capturing ? (middle) [win32] ok 180 - multiple capturing * (non-greedy) and non-capturing ? (end) [win32] ok 181 - multiple capturing * (non-greedy) and capturing ? (begin) [win32] ok 182 - multiple capturing * (non-greedy) and capturing ? (middle) [win32] ok 183 - multiple capturing * (non-greedy) and capturing ? (end) [win32] ok 184 - escaping * (begin) [win32] ok 185 - escaping * (middle) [win32] ok 186 - escaping * (end) [win32] ok 187 - escaping ? (begin) [win32] ok 188 - escaping ? (middle) [win32] ok 189 - escaping ? (end) [win32] ok 190 - escaping \\\* (begin) [win32] ok 191 - escaping \\\* (middle) [win32] ok 192 - escaping \\\* (end) [win32] ok 193 - escaping \\\? (begin) [win32] ok 194 - escaping \\\? (middle) [win32] ok 195 - escaping \\\? (end) [win32] ok 196 - not escaping \\* (begin) [win32] ok 197 - not escaping \\* (middle) [win32] ok 198 - not escaping \\* (end) [win32] ok 199 - not escaping \\? (begin) [win32] ok 200 - not escaping \\? (middle) [win32] ok 201 - not escaping \\? (end) [win32] ok 202 - escaping \ (begin) [win32] ok 203 - escaping \ (middle) [win32] ok 204 - escaping \ (end) [win32] ok 205 - escaping regex characters (begin) [win32] ok 206 - escaping regex characters (middle) [win32] ok 207 - escaping regex characters (end) [win32] ok 208 - not escaping escaped regex characters (begin) [win32] ok 209 - not escaping escaped regex characters (middle) [win32] ok 210 - not escaping escaped regex characters (end) [win32] ok 211 - mixed * and \* (begin) [win32] ok 212 - mixed * and \* (middle) [win32] ok 213 - mixed * and \* (end) [win32] ok 214 - mixed ? and \? (begin) [win32] ok 215 - mixed ? and \? (middle) [win32] ok 216 - mixed ? and \? (end) [win32] ok 217 - simple % (begin) [sql] ok 218 - simple % (middle) [sql] ok 219 - simple % (end) [sql] ok 220 - simple _ (begin) [sql] ok 221 - simple _ (middle) [sql] ok 222 - simple _ (end) [sql] ok 223 - simple _ and % (begin) [sql] ok 224 - simple _ and % (middle) [sql] ok 225 - simple _ and % (end) [sql] ok 226 - simple % and _ (begin) [sql] ok 227 - simple % and _ (middle) [sql] ok 228 - simple % and _ (end) [sql] ok 229 - multiple % (begin) [sql] ok 230 - multiple % (middle) [sql] ok 231 - multiple % (end) [sql] ok 232 - multiple _ (begin) [sql] ok 233 - multiple _ (middle) [sql] ok 234 - multiple _ (end) [sql] ok 235 - multiple capturing _ (begin) [sql] ok 236 - multiple capturing _ (middle) [sql] ok 237 - multiple capturing _ (end) [sql] ok 238 - multiple capturing % (greedy) (begin) [sql] ok 239 - multiple capturing % (greedy) (middle) [sql] ok 240 - multiple capturing % (greedy) (end) [sql] ok 241 - multiple capturing % (greedy) and capturing _ (begin) [sql] ok 242 - multiple capturing % (greedy) and capturing _ (middle) [sql] ok 243 - multiple capturing % (greedy) and capturing _ (end) [sql] ok 244 - multiple capturing % (greedy) and non-capturing _ (begin) [sql] ok 245 - multiple capturing % (greedy) and non-capturing _ (middle) [sql] ok 246 - multiple capturing % (greedy) and non-capturing _ (end) [sql] ok 247 - multiple capturing % (non-greedy) (begin) [sql] ok 248 - multiple capturing % (non-greedy) (middle) [sql] ok 249 - multiple capturing % (non-greedy) (end) [sql] ok 250 - multiple capturing % (non-greedy) and non-capturing _ (begin) [sql] ok 251 - multiple capturing % (non-greedy) and non-capturing _ (middle) [sql] ok 252 - multiple capturing % (non-greedy) and non-capturing _ (end) [sql] ok 253 - multiple capturing % (non-greedy) and capturing _ (begin) [sql] ok 254 - multiple capturing % (non-greedy) and capturing _ (middle) [sql] ok 255 - multiple capturing % (non-greedy) and capturing _ (end) [sql] ok 256 - escaping % (begin) [sql] ok 257 - escaping % (middle) [sql] ok 258 - escaping % (end) [sql] ok 259 - escaping _ (begin) [sql] ok 260 - escaping _ (middle) [sql] ok 261 - escaping _ (end) [sql] ok 262 - escaping \\\% (begin) [sql] ok 263 - escaping \\\% (middle) [sql] ok 264 - escaping \\\% (end) [sql] ok 265 - escaping \\\_ (begin) [sql] ok 266 - escaping \\\_ (middle) [sql] ok 267 - escaping \\\_ (end) [sql] ok 268 - not escaping \\% (begin) [sql] ok 269 - not escaping \\% (middle) [sql] ok 270 - not escaping \\% (end) [sql] ok 271 - not escaping \\_ (begin) [sql] ok 272 - not escaping \\_ (middle) [sql] ok 273 - not escaping \\_ (end) [sql] ok 274 - escaping \ (begin) [sql] ok 275 - escaping \ (middle) [sql] ok 276 - escaping \ (end) [sql] ok 277 - escaping regex characters (begin) [sql] ok 278 - escaping regex characters (middle) [sql] ok 279 - escaping regex characters (end) [sql] ok 280 - not escaping escaped regex characters (begin) [sql] ok 281 - not escaping escaped regex characters (middle) [sql] ok 282 - not escaping escaped regex characters (end) [sql] ok 283 - mixed % and \% (begin) [sql] ok 284 - mixed % and \% (middle) [sql] ok 285 - mixed % and \% (end) [sql] ok 286 - mixed _ and \_ (begin) [sql] ok 287 - mixed _ and \_ (middle) [sql] ok 288 - mixed _ and \_ (end) [sql] ok t/11-commas.......1..8 ok 1 - unix: commas outside of brackets 1 ok 2 - unix: commas outside of brackets 2 ok 3 - unix: commas outside of brackets at begin/ed ok 4 - win32: commas ok 5 - win32: escaped commas 1 ok 6 - win32: escaped commas 2 ok 7 - win32: commas at begin/end ok 8 - win32: escaped commas at begin/end ok t/12-brackets.....1..27 ok 1 - wc2re_jokers ok 2 - wc2re_sql ok 3 - wc2re_win32 ok 4 - empty brackets ok 5 - brackets 1 ok 6 - brackets 2 ok 7 - brackets 3 ok 8 - 1 bracketed block ok 9 - 2 bracketed blocks ok 10 - 3 bracketed blocks ok 11 - 2 nested bracketed blocks 1 ok 12 - 2 nested bracketed blocks 2 ok 13 - 3 nested bracketed blocks ok 14 - 4 nested bracketed blocks ok 15 - 4+3 nested bracketed blocks ok 16 - escaping brackets ok 17 - escaping commas 1 ok 18 - escaping commas 2 ok 19 - escaping commas 3 ok 20 - escaping brackets and commas ok 21 - overlapping brackets ok 22 - partial unbalanced catching 1 ok 23 - partial unbalanced catching 2 ok 24 - no partial unbalanced catching ok 25 - substituting commas 1 ok 26 - substituting commas 2 ok 27 - handling the rest ok t/boilerplate.....1..3 ok 1 - README contains no boilerplate text ok 2 - Changes contains no boilerplate text ok 3 - lib/Regexp/Wildcards.pm contains no boilerplate text ok t/kwalitee........1..0 # Skip Test::Kwalitee not installed; skipping skipped all skipped: Test::Kwalitee not installed; skipping t/pod-coverage....1..0 # Skip Test::Pod::Coverage 1.04 required for testing POD coverage skipped all skipped: Test::Pod::Coverage 1.04 required for testing POD coverage t/pod.............1..1 ok 1 - blib/lib/Regexp/Wildcards.pm ok All tests successful, 2 tests skipped. Files=10, Tests=343, 4 wallclock secs ( 3.63 cusr + 0.63 csys = 4.26 CPU) Installing /home/cpanrun/parisc2.0-lp64/build/5.8.2/lib/site_perl/5.8.2/Regexp/Wildcards.pm Installing /home/cpanrun/parisc2.0-lp64/build/5.8.2/man/man3/Regexp::Wildcards.3 Appending installation info to /home/cpanrun/parisc2.0-lp64/build/5.8.2/lib/5.8.2/PA-RISC2.0-thread-multi-LP64/perllocal.pod