--- 
comment: "The patch by Steve Peters was posted to P5P 2006-10-23"
match:
  distribution: "^\QTIMB/DBI-1.52.tar.gz\E$"
patches:
  - ANDK/patches/DBI-1.52-SMPETERS-01.patch
--- 
match:
  distribution: "^\QTIMB/DBI-1.53.tar.gz\E$"
patches:
  - ANDK/patches/DBI-1.53-NWCLARK-01.patch.gz
---
comment: |

  This instruction is only shown on older perl below 5.7 or something

  We need to set the timeout high because DBI wants to tell us
  something and sleeps between paragraphs:

  % grep sleep Makefile.PL
      sleep 4;                                         
      sleep 4;
      sleep 1;
      sleep 1;


match:
  distribution: "TIMB/DBI-\d"
pl:
  eexpect:
    mode: anyorder
    timeout: 20
    talk:
      - "Press return to continue\.\.\."
      - "\n"