* Make perl a dependency of Nix.

This commit is contained in:
Eelco Dolstra 2004-03-15 15:23:53 +00:00
parent a5619f1dff
commit beda10f5a2
9 changed files with 15 additions and 7 deletions

View file

@ -1,4 +1,4 @@
#! /usr/bin/perl -w
#! @perl@ -w
use strict;
use IPC::Open2;

View file

@ -1,4 +1,4 @@
#! /usr/bin/perl -w
#! @perl@ -w
use strict;
use POSIX qw(tmpnam);

View file

@ -1,4 +1,4 @@
#! /usr/bin/perl -w
#! @perl@ -w
use strict;
use IPC::Open2;

View file

@ -1,4 +1,4 @@
#! /usr/bin/perl -w -I@libexecdir@/nix
#! @perl@ -w -I@libexecdir@/nix
use strict;
use IPC::Open2;

View file

@ -1,4 +1,4 @@
#! /usr/bin/perl -w
#! @perl@ -w
use strict;
use POSIX qw(tmpnam);