Changeset 8d8685d


Ignore:
Timestamp:
Jul 9, 2011, 10:38:58 PM (13 years ago)
Author:
David Benjamin <davidben@mit.edu>
Children:
4bf2a11
Parents:
4823b08
Message:
Use the old-style mkpath invocation

Allows the unit tests to run on perl 5.8.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • t/completion.t

    r3001c11 r8d8685d  
    323323}
    324324
    325 mkpath("$tmpdir/.owl/",
    326        "$tmpdir/.owl/modules/",
    327        "$tmpdir/Public/",
    328        "$tmpdir/Private/",
    329        "$tmpdir/.ours",
    330        "$tmpdir/www",
    331      {mode => 0700});
     325mkpath(["$tmpdir/.owl/",
     326        "$tmpdir/.owl/modules/",
     327        "$tmpdir/Public/",
     328        "$tmpdir/Private/",
     329        "$tmpdir/.ours",
     330        "$tmpdir/www"],
     331       0, 0700);
    332332touch("$tmpdir/.zephyr.subs");
    333333touch("$tmpdir/wheee");
Note: See TracChangeset for help on using the changeset viewer.