Help for this page

Select Code to Download


  1. or download this
    stderr_like { Spin->run; }
      qr/Loading Spinfile from module/i, 'loads module spinfile';
    
  2. or download this
    stdout_like { Spin->run; }
      qr/Loading Spinfile from module/i, 'loads module spinfile';
    
  3. or download this
    # Running my tests
    [INFO ] No Spinfile given in command, looking in current directory.   
    +                   Spin.Command: 26
    ...
    # doesn't match:
    # (?^i:Loading Spinfile from module)
    # as expected