File: dzil-build

package info (click to toggle)
libapache2-authcookie-perl 3.32-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 496 kB
  • sloc: perl: 1,560; sh: 101; makefile: 28
file content (9 lines) | stat: -rwxr-xr-x 114 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
#!/bin/bash

set -xeo pipefail

cd $(dirname $0)/..

dzil authordeps --missing | cpanm -q --notest

dzil build $*