--- 
comment: "tested with 2.18 and 2.19"
match:
  distribution: "^ABW/Template-Toolkit-2\."
pl:
  args:
    - TT_EXTRAS=no
  eexpect:
    mode: anyorder
    timeout: 5
    talk:
      - "Do you want to build the XS Stash module"
      - "y\n"
      - "Do you want to use the XS Stash by default"
      - "y\n"
      - "Do you want to install these components"
      - "n\n"
      - "Installation directory"
      - "/usr/local/sand/tt2\n"
      - "URL base for TT2 images"
      - "\n"
      - "Do you want to build the HTML documentation"
      - "\n"
      - "Do you want to use the Splash! library"
      - "\n"
      - "Enter name of colour scheme"
      - "\n"
      - "Do you want to build the HTML example pages"
      - "\n"
      - "."
      - "\n"
      - "."
      - "\n"
--- 
comment: "2.17 had more test failures for me than 2.16"
match:
  distribution: "^(ABW|ADAMK)/Template-Toolkit-2.17"
goto: "ADAMK/Template-Toolkit-2.16.tar.gz"
--- 
match:
  distribution: "^(ABW|ADAMK)/Template-Toolkit-2.16"
pl: 
  args:
    - TT_EXTRAS=no
  expect:
    - "Do you want to build the XS Stash module"
    - "n\n"
    - "Do you want to install these components"
    - "n\n"
    - "Installation directory"
    - "\n"
    - "URL base for TT2 images"
    - "\n"
    - "Do you want to build the HTML documentation"
    - "\n"
    - "Do you want to use the Splash! library"
    - "\n"
    - "Enter name of colour scheme"
    - "\n"
    - "Do you want to build the HTML example pages"
    - "\n"
    - "."
    - "\n"
    - "."
    - "\n"
patches:
  - ANDK/patches/Template-Toolkit-2.15-ANDK-01.patch.gz
---
comment: |

  The patch is a reaction to
  http://rt.cpan.org/Ticket/Display.html?id=20807 ; for the options
  you would probably prefer setting TT_* commandline args

match:
  distribution: "^ABW/Template-Toolkit-2.15"
pl: 
  args:
    - TT_EXTRAS=no
  expect:
    - "Do you want to build the XS Stash module"
    - "n\n"
    - "Do you want to install these components"
    - "n\n"
    - "Installation directory"
    - "\n"
    - "URL base for TT2 images"
    - "\n"
    - "Do you want to build the HTML documentation"
    - "\n"
    - "Do you want to use the Splash! library"
    - "\n"
    - "Enter name of colour scheme"
    - "\n"
    - "Do you want to build the HTML example pages"
    - "\n"
    - "."
    - "\n"
    - "."
    - "\n"
patches:
  - ANDK/patches/Template-Toolkit-2.15-ANDK-01.patch.gz
---
comment: "Prohibit working with 2.14"
match:
  distribution: "^ABW/Template-Toolkit-2.14"
disabled: 1