From e1729dfdb9c341fe0b9fed7d7b0a80691a547d82 Mon Sep 17 00:00:00 2001 From: Chmouel Boudjnah Date: Thu, 1 Jul 1999 12:29:54 +0000 Subject: "See_The_Changelog" --- perl-install/commands | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100755 perl-install/commands (limited to 'perl-install/commands') diff --git a/perl-install/commands b/perl-install/commands new file mode 100755 index 000000000..66574c7dc --- /dev/null +++ b/perl-install/commands @@ -0,0 +1,15 @@ +#!/usr/bin/perl + +use diagnostics; +use strict; + +use lib qw(/usr/bin/perl-install /home/pixel/perl-install . c c/blib/arch); +use common qw(:file); +use commands; + +my $progname = basename($0); + +# hack as some functions are defined by perl... so chmod -> chmod_ +&{$commands::{$progname} || $commands::{$progname . "_"} || \&err}(@ARGV), exit 0; + +sub err { die "$0: unknown program (unimplemented)\n"; } -- cgit v1.2.1